Commit Graph

65 Commits

Author SHA1 Message Date
ebb400672f Fixed player function on end playback 2021-09-24 13:19:30 -05:00
b60e62a56d Fixed function to get the next song automatically 2021-09-23 16:57:10 -05:00
74d9b5b1a4 Fixed playback status representation in slider controls 2021-09-23 16:55:48 -05:00
7d64515bff Get and set default devices from sound_lib 2021-09-22 17:33:59 -05:00
226a17b4fe Changed VLC again for sound_lib 2021-09-22 17:32:10 -05:00
ab264d4100 changed indent style 2021-09-22 15:32:52 -05:00
c4694ac4b1 Updated VLC components to Version 3.0.11. 2020-12-28 23:08:41 -06:00
abd83553b7 Safe filename function has been added to controller 2020-07-19 10:45:59 -05:00
fef5c218b0 Fixed a couple of issues 2020-07-12 23:11:41 -05:00
bcd3b7b36e Removed extra call to get_download_url 2020-07-08 17:16:35 -05:00
0768ecc24f Player receives metadata now 2020-07-08 16:39:17 -05:00
dae1df79ad Pass metadata to downloaders 2020-07-08 13:14:08 -05:00
625931f40b Reverted commits to the last working state 2019-08-16 03:05:37 -05:00
adc1317401 Added experimental changes for musicDL 2019-07-12 17:54:29 -05:00
084d3b8b10 Renamed extractors module to services 2019-07-08 13:04:00 -05:00
eedf897de0 Fixed a typo in player module 2019-07-08 12:34:42 -05:00
4254f444db added a service category in settings for all services 2019-06-24 12:54:43 -05:00
7756d71b32 Added a progress bar for downloads in the application. Fixed a problem with format in Tidal 2019-06-24 12:45:09 -05:00
64d076ce44 The search should be performed without blocking the GUI at all 2019-06-24 09:51:11 -05:00
d33205e84e Reload all extractors' config after saving changes in the settings dialog 2019-06-24 09:41:22 -05:00
1fcdd51358 Added setting to control the output device in libVLC 2019-06-21 13:12:54 -05:00
b254a4eb1b Download files using the new parameters from the base Extractor 2019-06-20 17:45:14 -05:00
edc46ee824 Added _format and bitrate parameters to the transcoder so it will be more flexible. The default for mp3 now is 320 KBPS 2019-06-20 17:24:56 -05:00
2e67a1ae63 Check if components should be displayer for a service 2019-06-18 16:42:31 -05:00
0447974029 Added base code for settings 2019-06-17 06:01:55 -05:00
daf1610054 Removed mail.ru extractor 2019-06-13 17:39:52 -05:00
99d02c97f0 Add available extractors dynamically from imports of extractors package 2019-06-12 22:28:58 -05:00
d0491d8dd0 Added tidal as a service 2019-06-12 17:44:45 -05:00
7d1a0a71c8 Added issue reporting functionality (needs testing) 2018-10-11 10:59:47 -05:00
febc63c547 Volume is saved in settings 2018-10-10 11:46:35 -05:00
9575869d8a Update status bar inmediately when started a new search 2018-04-13 08:46:59 -05:00
7385613218 Gets all extractors with a simple function 2018-04-01 05:12:23 -05:00
3e6f6626a1 Takes format_track as name when downloading a song 2018-04-01 04:50:31 -05:00
2fe4f5b665 Added logging to almost everything here 2018-03-12 17:11:05 -06:00
ab8b5f268d Made changes for compatibility reasons 2018-03-12 09:27:35 -06:00
15ab0bb38d Fixed change position keystroke handlers 2018-03-04 12:35:57 -06:00
b47d6efe45 Additions to make code more compatible for py2 and py3 2018-03-04 12:29:25 -06:00
69487bac2d Added mail.ru music 2018-03-02 14:05:38 -06:00
a2074d2b49 Notify about playback issues 2018-03-02 14:04:20 -06:00
313c5736f6 Added option for reading changelog in help menu 2018-03-01 11:11:55 -06:00
741843b827 Added VK extractor 2018-03-01 10:42:47 -06:00
12a2378179 Focus the list of results after a completed search 2018-02-28 17:44:42 -06:00
0efab2a4ff Notify user of fully downloaded song with a system notification 2018-02-28 17:44:18 -06:00
5b2ea093b3 Adjust volume properly in stream changes 2018-02-27 10:42:15 -06:00
68f73501ed Added website and check for updates in menu bar 2018-02-26 10:06:48 -06:00
0a2307d56f Added updater at the start of the program 2018-02-26 09:52:33 -06:00
eab1627925 Added about info in program¿s help menu 2018-02-25 07:15:30 -06:00
d08042247a Play button changes according to its function 2018-02-25 05:09:11 -06:00
aa8d4dfc0c Call to te appropiate download function depending in the extractor used 2018-02-25 04:55:15 -06:00
3bcf10cb97 Added vlc based audio transcoder for youtube and other services 2018-02-25 04:53:39 -06:00