aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-01Adding command_previous_server() and command_next_server()HEADmasterSilvio Rhatto
2012-07-26Adapt to yet new Jamendo link formatAlexander Yakushev
2012-05-16Merge pull request #12 from xentac/masterAlexander Yakushev
Forgot to trim the result output if > output_size
2012-05-16Actually trim the output if it's larger than output_sizeJason Chu
2012-05-15Merge pull request #11 from xentac/masterAlexander Yakushev
Fix support for scrolling
2012-05-15Fix support for disabling scrollingJason Chu
2012-03-26Adapt to new Jamendo linksAlexander Yakushev
2012-03-03Stop looking for local album covers for external tracks and streamsAlexander Yakushev
2012-03-01don't report bug if mpd is updating its databaseBrandon Bowlby
2012-02-13Further readme fixesAlexander Yakushev
2012-02-13Modify readme and markdown itAlexander Yakushev
2012-02-13Fix wget spamming the logAlexander Yakushev
2012-02-13Fixes in asyncshellAlexander Yakushev
2012-01-21Minor fix in variable name clashingAlexander Yakushev
2012-01-21Add asyncshell.lua to the repoAlexander Yakushev
2012-01-04Remove escaped slashes from song and artist namesAlexander Yakushev
Since Jamendo started for some reason escaping slashes with backslashes in their API output (so slashes become like this \/) one bug was already fixed, and now this cosmetic change is commited.
2012-01-03Minor fix in album cover downloadingAlexander Yakushev
When track data was retrieved from cache and album ID was less than 1000 album cover would not be downloaded.
2012-01-03Asynchronous download album cover for the next trackAlexander Yakushev
When the current track changes and if the next track is a Jamendo stream, asynchronously download the album cover for it (if it is not already there) to avoid freezes because of the slow connection.
2011-12-23Fix crash if there is no album_imageAlexander Yakushev
2011-12-07Add support for global keybindingsAlexander Yakushev
See rcsample.lua and wikipage for instructions
2011-11-23Replace escaped slashes with normal onesAlexander Yakushev
Jamendo suddenly began to return all links with slashes escaped (like this \/). Because of that mpc couldn't correctly understand the link if passed in single quotes.
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-18Minor bugfixAlexander Yakushev
When the widget was not connected to the server it tried to show notification and failed because current_track contained no data.
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-25Make Clear playlist command always appear in Playback menuAlexander Yakushev
Previously it was only there when the playback was not stopped
2011-10-25Minor icon modificationsAlexander 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-10-15Fix problem with music folder specified using ~Alexander Yakushev
Function try_get_cover failed when the music folder specified in MPD config file used ~ instead of specifying the full path.
2011-10-15Change double quote wrapping of filenames to single quoteAlexander Yakushev
This is used in try_get_cover function that searches for album arts for local songs. Double quote wrapping failed on folders with special characters like ! or ? in their names.
2011-10-02Add default stream encoding to be compatible with old initialization configAlexander Yakushev
2011-09-17Adapt to use modified Jamendo APIAlexander Yakushev
2011-09-15Load submodules from either .config/awesome or .config/awesome/awesompd folderAlexander Yakushev
2011-09-14Move all files to folder ~/.config/awesome/awesompd/Alexander 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-09-10Added "Clear playlist" item to the playback menuAlexander Yakushev
2011-08-21Renamed some menu functions for clarityAlexander Yakushev
2011-08-19Bugfixes and tidy upAlexander Yakushev
2011-08-19Refactored and optimized album cover codeAlexander Yakushev
2011-08-19Slightly improved coverart functionAlexander Yakushev
2011-08-19coverart.sh simply rewritten in LuaAlexander Yakushev