Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-01 | Adding command_previous_server() and command_next_server()HEADmaster | Silvio Rhatto | |
2012-07-26 | Adapt to yet new Jamendo link format | Alexander Yakushev | |
2012-05-16 | Merge pull request #12 from xentac/master | Alexander Yakushev | |
Forgot to trim the result output if > output_size | |||
2012-05-16 | Actually trim the output if it's larger than output_size | Jason Chu | |
2012-05-15 | Merge pull request #11 from xentac/master | Alexander Yakushev | |
Fix support for scrolling | |||
2012-05-15 | Fix support for disabling scrolling | Jason Chu | |
2012-03-26 | Adapt to new Jamendo links | Alexander Yakushev | |
2012-03-03 | Stop looking for local album covers for external tracks and streams | Alexander Yakushev | |
2012-03-01 | don't report bug if mpd is updating its database | Brandon Bowlby | |
2012-02-13 | Further readme fixes | Alexander Yakushev | |
2012-02-13 | Modify readme and markdown it | Alexander Yakushev | |
2012-02-13 | Fix wget spamming the log | Alexander Yakushev | |
2012-02-13 | Fixes in asyncshell | Alexander Yakushev | |
2012-01-21 | Minor fix in variable name clashing | Alexander Yakushev | |
2012-01-21 | Add asyncshell.lua to the repo | Alexander Yakushev | |
2012-01-04 | Remove escaped slashes from song and artist names | Alexander 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-03 | Minor fix in album cover downloading | Alexander Yakushev | |
When track data was retrieved from cache and album ID was less than 1000 album cover would not be downloaded. | |||
2012-01-03 | Asynchronous download album cover for the next track | Alexander 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-23 | Fix crash if there is no album_image | Alexander Yakushev | |
2011-12-07 | Add support for global keybindings | Alexander Yakushev | |
See rcsample.lua and wikipage for instructions | |||
2011-11-23 | Replace escaped slashes with normal ones | Alexander 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-21 | Temporary adapt to Ogg streaming from radionomy | Alexander Yakushev | |
This will be finished when Jamendo API migrates to radionomy completely | |||
2011-11-21 | Recognize jamstore.radiohomy.net links | Alexander 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-18 | Minor bugfix | Alexander 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-11 | Update version numbers and add modify README | Alexander Yakushev | |
2011-11-07 | Reverted to 4-digits UTF symbols from Jamendo | Alexander Yakushev | |
Still no idea how to tell apart symbol (\uXXXX)foo from (\uXXXXf)oo where parentheses mark an UTF symbol. | |||
2011-10-29 | Add fetching the album name for Jamendo streams | Alexander Yakushev | |
2011-10-28 | Show album name in notification box for local tracks | Alexander Yakushev | |
2011-10-28 | Refactor and prepare Jamendo module for v1.1 | Alexander Yakushev | |
2011-10-25 | Make Clear playlist command always appear in Playback menu | Alexander Yakushev | |
Previously it was only there when the playback was not stopped | |||
2011-10-25 | Minor icon modifications | Alexander Yakushev | |
2011-10-25 | Properly grab environment in jamendo module | Alexander Yakushev | |
2011-10-24 | Escape single quotes in folder names (thanks, Blackmore's Night) | Alexander Yakushev | |
2011-10-23 | Remove redundant debug printouts | Alexander Yakushev | |
2011-10-23 | Improve UTF symbol transformation from Jamendo responses | Alexander 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-15 | Fix the status switching to disconnected when volume bounds are hit | Alexander 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-15 | Fix 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-15 | Change double quote wrapping of filenames to single quote | Alexander 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-02 | Add default stream encoding to be compatible with old initialization config | Alexander Yakushev | |
2011-09-17 | Adapt to use modified Jamendo API | Alexander Yakushev | |
2011-09-15 | Load submodules from either .config/awesome or .config/awesome/awesompd folder | Alexander Yakushev | |
2011-09-14 | Move all files to folder ~/.config/awesome/awesompd/ | Alexander Yakushev | |
2011-09-14 | Fix critical bug in caching artists with dash symbols in names | Alexander Yakushev | |
2011-09-10 | Added feature to browse current artist or album on Jamendo | Alexander Yakushev | |
2011-09-10 | Added "Clear playlist" item to the playback menu | Alexander Yakushev | |
2011-08-21 | Renamed some menu functions for clarity | Alexander Yakushev | |
2011-08-19 | Bugfixes and tidy up | Alexander Yakushev | |
2011-08-19 | Refactored and optimized album cover code | Alexander Yakushev | |
2011-08-19 | Slightly improved coverart function | Alexander Yakushev | |
2011-08-19 | coverart.sh simply rewritten in Lua | Alexander Yakushev | |