Commit Graph

38 Commits

Author SHA1 Message Date
bb411e7bbc [zaycev.net]: Added settings GUI 2019-06-21 17:12:15 -05:00
d480e06ee3 Added settings section for tidal 2019-06-21 14:47:24 -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
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
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
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
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
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
855055b192 Fixed extractors based in tests results 2018-12-29 20:18:20 -06:00
130fb40d78 Fixed zaycev.net extractor 2018-12-28 19:46:26 -06:00
f95cdbd843 Fixed search selector issue. Fixed #2 2018-07-11 11:21:55 -05:00
cbdc6daa7a Removed VK temporarily 2018-06-22 08:26:32 -05:00
3f2ff7ad82 Improved info in VK extractor 2018-06-22 08:19:04 -05:00
5997f1fe6b Added extraction of video links directly and playlists 2018-04-01 12:36:20 -05:00
61f4371509 Prepare extractors for automatic importing 2018-04-01 05:11:59 -05:00
2fe4f5b665 Added logging to almost everything here 2018-03-12 17:11:05 -06:00
db7de2c644 Allow searches in VK with spaces 2018-03-12 09:25:04 -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
741843b827 Added VK extractor 2018-03-01 10:42:47 -06:00
28b19d72e9 Set duration for youtube videos 2018-02-27 12:33:07 -06:00
f17a1a8738 Fixed displaying of youtube results 2018-02-27 10:54:06 -06:00
f7c886a0eb Specifies if results taken from an extractor interface requires VLC transcoding or can be directly downloaded in mp3 2018-02-25 04:54:18 -06:00
bfc49bb6e0 Added working youtube extractor. Needs converting mp3 at the end of downloads 2018-02-23 17:52:26 -06:00
a5b0ebb4e2 Added prototype for a youtube extractor 2018-02-23 13:16:25 -06:00
c9a832b6ee Items can requests their download URL by themselves 2018-01-26 11:52:18 -06:00
86cfb3bf94 Updated software 2018-01-25 17:18:51 -06:00
3d54a752a4 Added track formatting into baseSong. 2018-01-24 17:41:18 -06:00
eda8b950e4 Added extractors package 2018-01-23 13:39:49 -06:00