Commit Graph

356 Commits

Author SHA1 Message Date
a80bfd53c1 Allow duplicate values in config files 2019-06-21 17:11:26 -05:00
75131a6fe6 Added settings to the zaycev service 2019-06-21 17:10:32 -05:00
d480e06ee3 Added settings section for tidal 2019-06-21 14:47:24 -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
93b066804b Defined a base extractor interface from where others will be derived. Added methods to retrieve if the transcoder should be enabled or not, and to retrieve the default file format, which also will be used as file extension in the saveDialog suggestions 2019-06-20 17:44:39 -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
7786a31c2c Revert to LibVLc v2.x due to problems to pass arguments to 3.0.7 2019-06-20 17:11:53 -05:00
ffa02088ad Allow displaying up to 50 results in youtube 2019-06-20 10:19:18 -05:00
22b3b31895 Check if credentials exists for displaying this module in the services list 2019-06-20 10:18:49 -05:00
2e67a1ae63 Check if components should be displayer for a service 2019-06-18 16:42:31 -05:00
52265c4f3e Services may be disabled from config 2019-06-18 16:36:45 -05:00
b105dd649d Added WX locale 2019-06-18 16:17:07 -05:00
ad5569f26f Updated tests with new settings 2019-06-18 16:16:46 -05:00
b090d7f896 Add options for all extractors to be enabled or disabled 2019-06-18 16:16:29 -05:00
0447974029 Added base code for settings 2019-06-17 06:01:55 -05:00
26f2da1e6d Updated changelog 2019-06-13 17:43:20 -05:00
a8d6fa84b4 Updated libvlc.dll and libvlccore.dll to 3.0.7 2019-06-13 17:43:00 -05:00
93d21868e6 Added mutagen as a dependency for a future attempt to autotag downloaded files (especially useful for Tidal) 2019-06-13 17:42:21 -05:00
a04dd9c11b File extension when downloading will be determined by the extractor itself. Fixed an issue in youtube that was making VLC to receive encrypted streams only 2019-06-13 17:41:05 -05:00
daf1610054 Removed mail.ru extractor 2019-06-13 17:39:52 -05:00
76b06090e6 Updated VLC components to version 3.0.7 2019-06-13 17:33:28 -05:00
f080977e23 Define info as a conditional value in the song model 2019-06-13 12:34:07 -05:00
cb5b0707bb Add track info from tidal API into song's classes 2019-06-13 12:33:00 -05:00
4e5941cdf4 Fixed issue with logging unicode characters in some cp1252 systems 2019-06-12 22:43:57 -05:00
6a16a66b5e fixed issue with search by title 2019-06-12 22:43:20 -05:00
dd23ce6adf fixed conditional import with testing suite 2019-06-12 22:42:51 -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
efeb0fbec6 Updated version to 0.5 2019-05-06 02:20:01 -05:00
44f0f6cbdf Dropped support for Python 2 builds 2019-01-31 12:49:09 -06:00
d0e9696022 Updated gitlab CI stuff 2019-01-31 12:42:13 -06:00
24abc58c2f Updated version to 0.4 2019-01-23 17:47:22 -06:00
585f7f708e Use wxPython 4.0.3 for a while due to 4.0.4 accessibility issues 2019-01-20 01:55:22 -06:00
0160215fb5 Updated issue reporter 2019-01-01 23:40:41 -06:00
0bc88c0cd0 Added tests for unicode strings in searches 2018-12-30 10:34:33 -06:00
f70ef51551 Added i18n unittest 2018-12-30 10:29:57 -06:00
eded301016 Updated readme 2018-12-30 01:39:35 -06:00
e6da4099ee Skip test folders from coverage report 2018-12-30 01:14:41 -06:00
95fdae058d Added test suites for fixes 2018-12-30 01:11:33 -06:00
9aa61b1e7b Fixed requests after running some tests 2018-12-30 01:11:15 -06:00
3e0bf34390 Removed init file 2018-12-30 01:10:46 -06:00
45a54a019f Fixed bad syntax in coverage report 2018-12-29 23:54:44 -06:00
e04691e901 Tried to add coverage reports 2018-12-29 23:52:24 -06:00
875aab7e00 Added test for storage path 2018-12-29 21:08:06 -06:00
882e03fbab Attempt to integrating testing to CI 2018-12-29 20:18:37 -06:00
855055b192 Fixed extractors based in tests results 2018-12-29 20:18:20 -06:00
2cfa3739a8 Added unittests to the extractor pakage 2018-12-29 20:18:00 -06:00
ca02d9ba48 Removed indication to build when pushing to master in py2 2018-12-29 16:12:13 -06:00
93beed1ab5 Cleaned things a little bit 2018-12-29 16:09:27 -06:00