Commit graph

30 commits

Author SHA1 Message Date
Pierre Mazière
60b938d7ea add Fresca Radio
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-12-15 20:36:35 +01:00
Pierre Mazière
34210bcfa5 Rename SKY FM to Radio Tunes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-12-15 20:36:35 +01:00
Pierre Mazière
8e3ababc74 fix description data removal from audioaddict API
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-12-15 20:36:35 +01:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
532369e5da add transparency 2014-02-21 20:24:40 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Pierre Mazière
e7805cec12 rename AudioStreamInfo into StreamInfo
Allowing future use with upcoming VideoStream

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Florent
242aa15089 Pep8 audioaddict 2013-12-16 12:16:15 +01:00
Pierre Mazière
f90cb73a85 modify audioaddict module to use the modified ICapRadio
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-12-16 11:50:33 +01:00
Florent
46b5bb2097 pyflakes cleaning 2013-09-04 09:53:28 +02:00
Pierre Mazière
3a8408f1a4 AudioAddict: simplify network and radio name extraction 2013-09-04 09:51:23 +02:00
Pierre Mazière
1058e56166 AudioAddict: fix indentation 2013-09-04 09:51:23 +02:00
Pierre Mazière
c3a1095f7a AudioAddict: fix artist name retrieval
Sometimes, the artist field is empty
It is then retrieved from the track field
2013-09-04 09:51:23 +02:00
Pierre Mazière
1b8a352161 AudioAddict: minimize api calls 2013-09-04 09:51:23 +02:00
Pierre Mazière
6c8f1ae1bd AudioAddict: reverse radio.id naming scheme
radioName.network@audioaddict seems more readable than
network.radioName@audioaddict
2013-09-04 09:51:23 +02:00
Pierre Mazière
97335914a6 AudioAddict: fix get_radio incorrect use 2013-09-04 09:51:23 +02:00
Pierre Mazière
5c158c3179 AudioAddict: make HISTORY an instance variable 2013-09-04 09:51:23 +02:00
Pierre Mazière
4e38e4803e AudioAddict: add comment about mplayer issue 2013-09-04 09:51:23 +02:00
Pierre Mazière
38d987b410 audioaddict backend 2013-09-04 09:51:23 +02:00