Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-09 | Optional support for wide characters in tracks and albums viewfeature/widechar | yushyin | 1 | -9/+34 | |
2017-10-08 | fix license | Rasmus Steinke | 1 | -643/+19 | |
2017-10-08 | add license | Rasmus Steinke | 2 | -0/+659 | |
2017-10-08 | try pl extension to fix github not displaying code | Rasmus Steinke | 1 | -0/+0 | |
2017-10-04 | fix regex for file extensions | Rasmus Steinke | 1 | -6/+6 | |
2017-10-04 | fix phrasing | Rasmus Steinke | 1 | -1/+1 | |
2017-10-04 | some indenting issues fixed | Rasmus Steinke | 1 | -10/+10 | |
2017-10-04 | fix last indenting issues | Rasmus Steinke | 1 | -70/+68 | |
2017-10-03 | fix more indenting issues | Rasmus Steinke | 1 | -5/+5 | |
2017-10-03 | fix indenting | Rasmus Steinke | 1 | -2/+2 | |
2017-10-03 | fix version number | Rasmus Steinke | 1 | -1/+1 | |
2017-10-03 | include screenshot | Rasmus Steinke | 1 | -2/+2 | |
2017-10-03 | add initial README | Rasmus Steinke | 1 | -0/+56 | |
2017-10-03 | fix send_message call | Rasmus Steinke | 1 | -1/+1 | |
2017-10-03 | encode rating before sending to rating_client | Rasmus Steinke | 1 | -1/+1 | |
2017-10-01 | fix wrong config name. enable option to jump to queue | Rasmus Steinke | 2 | -2/+5 | |
2017-10-01 | remove debugging module | Rasmus Steinke | 1 | -1/+1 | |
2017-10-01 | fix counter to match config | Rasmus Steinke | 1 | -1/+1 | |
2017-10-01 | allow setting of track mode for random menu | Rasmus Steinke | 1 | -6/+21 | |
2017-09-30 | add option to chose between albumartist or artist for random songs | Rasmus Steinke | 2 | -9/+13 | |
2017-09-30 | dont enter endless mode for update | Rasmus Steinke | 1 | -0/+1 | |
2017-09-30 | fix condition | Rasmus Steinke | 1 | -1/+1 | |
2017-09-30 | fix tagging variable | Rasmus Steinke | 1 | -2/+2 | |
2017-09-30 | add ability to store ratings in file tags | Rasmus Steinke | 2 | -11/+17 | |
2017-09-30 | some visual fixes | Rasmus Steinke | 1 | -7/+20 | |
2017-09-30 | add album rating support | Rasmus Steinke | 1 | -14/+43 | |
2017-09-30 | fix missing semicolon | Rasmus Steinke | 1 | -1/+1 | |
2017-09-30 | remove debug print, use correct variable for scalar | Rasmus Steinke | 1 | -2/+1 | |
2017-09-30 | Add ability to remove ratings | Rasmus Steinke | 1 | -3/+8 | |
2017-09-30 | add track rating support | Rasmus Steinke | 1 | -2/+18 | |
2017-09-30 | initial rewrite done by yushyin | Rasmus Steinke | 3 | -398/+418 | |
2017-09-24 | fix utf8 filencoding issues | Rasmus Steinke | 2 | -3/+4 | |
2017-09-24 | remove p statement | Rasmus Steinke | 1 | -1/+0 | |
2017-09-24 | remove debug module | Rasmus Steinke | 1 | -1/+1 | |
2017-09-24 | update | Rasmus Steinke | 1 | -4/+2 | |
2017-09-23 | subscribe again if lost | Rasmus Steinke | 1 | -2/+3 | |
2017-09-23 | open connection first | Rasmus Steinke | 1 | -0/+3 | |
2017-09-23 | remove rofi settings | Rasmus Steinke | 1 | -1/+1 | |
2017-09-23 | fix mid3vs call | Rasmus Steinke | 1 | -2/+2 | |
2017-09-23 | add config file support for rating_client | Rasmus Steinke | 2 | -2/+15 | |
2017-09-23 | remove debug modules | Rasmus Steinke | 2 | -2/+2 | |
2017-09-23 | initial support for writing ratings to files, using a helper client | Rasmus Steinke | 3 | -12/+168 | |
2017-09-21 | only show rate option for track listing | Rasmus Steinke | 1 | -3/+19 | |
2017-09-21 | use proper OR | Rasmus Steinke | 1 | -4/+4 | |
2017-09-21 | add rating support to tracks view | Rasmus Steinke | 1 | -7/+21 | |
2017-09-21 | fix typo | Rasmus Steinke | 1 | -1/+1 | |
2017-09-20 | shuffle array before adding songs | Rasmus Steinke | 1 | -3/+3 | |
2017-09-20 | allow to use random rated tracks from cli | Rasmus Steinke | 1 | -18/+29 | |
2017-09-20 | add missing comma | Rasmus Steinke | 1 | -1/+1 | |
2017-09-20 | update help text | Rasmus Steinke | 1 | -0/+1 | |