aboutsummaryrefslogtreecommitdiff
path: root/jamendo.lua
AgeCommit message (Collapse)Author
2011-11-21Temporary adapt to Ogg streaming from radionomyAlexander Yakushev
This will be finished when Jamendo API migrates to radionomy completely
2011-11-21Recognize jamstore.radiohomy.net linksAlexander Yakushev
Streams to jamstore.radiohomy.net are new and were not supported yet. Awesompd couldn't recognize them as Jamendo streams and replace them with normal track names.
2011-11-11Update version numbers and add modify READMEAlexander Yakushev
2011-11-07Reverted to 4-digits UTF symbols from JamendoAlexander Yakushev
Still no idea how to tell apart symbol (\uXXXX)foo from (\uXXXXf)oo where parentheses mark an UTF symbol.
2011-10-29Add fetching the album name for Jamendo streamsAlexander Yakushev
2011-10-28Show album name in notification box for local tracksAlexander Yakushev
2011-10-28Refactor and prepare Jamendo module for v1.1Alexander Yakushev
2011-10-25Properly grab environment in jamendo moduleAlexander Yakushev
2011-10-24Escape single quotes in folder names (thanks, Blackmore's Night)Alexander Yakushev
2011-10-23Remove redundant debug printoutsAlexander Yakushev
2011-10-23Improve UTF symbol transformation from Jamendo responsesAlexander Yakushev
Awesompd was working with 1 or 2-byte symbols (up to \u7ff). This commit fixes that, allowing UTF symbols up to 4 bytes. Also a change was made to be able to replace on search box with other. It is useful when search crashes (it still happens sometimes) and the searchbox is just hanging there.
2011-10-15Fix the status switching to disconnected when volume bounds are hitAlexander Yakushev
When the volume is tried to set beyond its bounds (for example, make it lower when it's already zero) mpc returned an empty string which was treated like a disconnect. This dirty hack removes the problem.
2011-09-17Adapt to use modified Jamendo APIAlexander Yakushev
2011-09-14Fix critical bug in caching artists with dash symbols in namesAlexander Yakushev
2011-09-10Added feature to browse current artist or album on JamendoAlexander Yakushev
2011-08-19Bugfixes and tidy upAlexander Yakushev
2011-08-19coverart.sh simply rewritten in LuaAlexander Yakushev
2011-07-30Minor bugfixesAlexander Yakushev
2011-07-26Fixed (?) showing album cover for Ogg streamsAlexander Yakushev
2011-07-26Final bugfixes and updated rcsample.luaAlexander Yakushev
2011-07-26Added support for showing album covers from JamendoAlexander Yakushev
2011-07-26Added menu for track searching and changing Jamendo optionsAlexander Yakushev
2011-07-25Implemented search on JamendoAlexander Yakushev
2011-07-25Implemented popup promptboxAlexander Yakushev
2011-07-24Refactored Jamendo part, moved it to different fileAlexander Yakushev