summaryrefslogtreecommitdiffstats
path: root/clerk
AgeCommit message (Expand)AuthorFilesLines
2017-10-01fix wrong config name. enable option to jump to queueRasmus Steinke1-2/+2
2017-10-01remove debugging moduleRasmus Steinke1-1/+1
2017-10-01fix counter to match configRasmus Steinke1-1/+1
2017-10-01allow setting of track mode for random menuRasmus Steinke1-6/+21
2017-09-30add option to chose between albumartist or artist for random songsRasmus Steinke1-9/+10
2017-09-30dont enter endless mode for updateRasmus Steinke1-0/+1
2017-09-30fix conditionRasmus Steinke1-1/+1
2017-09-30fix tagging variableRasmus Steinke1-2/+2
2017-09-30some visual fixesRasmus Steinke1-7/+20
2017-09-30add album rating supportRasmus Steinke1-14/+43
2017-09-30fix missing semicolonRasmus Steinke1-1/+1
2017-09-30remove debug print, use correct variable for scalarRasmus Steinke1-2/+1
2017-09-30Add ability to remove ratingsRasmus Steinke1-3/+8
2017-09-30add track rating supportRasmus Steinke1-2/+18
2017-09-30initial rewrite done by yushyinRasmus Steinke1-379/+402
2017-09-24fix utf8 filencoding issuesRasmus Steinke1-2/+2
2017-09-23remove rofi settingsRasmus Steinke1-1/+1
2017-09-23remove debug modulesRasmus Steinke1-1/+1
2017-09-23initial support for writing ratings to files, using a helper clientRasmus Steinke1-10/+42
2017-09-21only show rate option for track listingRasmus Steinke1-3/+19
2017-09-21use proper ORRasmus Steinke1-4/+4
2017-09-21add rating support to tracks viewRasmus Steinke1-7/+21
2017-09-21fix typoRasmus Steinke1-1/+1
2017-09-20shuffle array before adding songsRasmus Steinke1-3/+3
2017-09-20allow to use random rated tracks from cliRasmus Steinke1-18/+29
2017-09-20add missing commaRasmus Steinke1-1/+1
2017-09-20update help textRasmus Steinke1-0/+1
2017-09-20add possibility to add rated songs in random dialogRasmus Steinke1-3/+14
2017-09-19remove debuggingRasmus Steinke1-2/+1
2017-09-18add possibility to create list of rated tracksRasmus Steinke1-9/+44
2017-09-10fix closing of playlist tab on saveRasmus Steinke1-0/+1
2017-09-10force update of database on -uRasmus Steinke1-0/+1
2017-09-10add missing config optionRasmus Steinke1-2/+1
2017-09-10basic rating support added (readonly for now). use less mpd callsRasmus Steinke1-27/+26
2017-09-02fix shebangRasmus Steinke1-1/+1
2017-09-02remove Config::SimpleRasmus Steinke1-0/+2
2017-08-25allow to toggle and reset selected items with alt-a and alt-nRasmus Steinke1-2/+3
2017-08-21remove hardcoded binary callRasmus Steinke1-8/+9
2017-08-20allow adding of random album/tracks without menuRasmus Steinke1-34/+52
2017-08-19use timezone and properly reload playlist viewRasmus Steinke1-11/+16
2017-08-18remove debug lineRasmus Steinke1-1/+0
2017-08-18Add saving of current queueRasmus Steinke1-13/+34
2017-08-12close mpd socket properlyRasmus Steinke1-0/+4
2017-08-12remove debugRasmus Steinke1-3/+0
2017-08-12indentingRasmus Steinke1-12/+19
2017-08-11remove devel trace depRasmus Steinke1-1/+0
2017-08-10dont die on errorRasmus Steinke1-3/+7
2017-08-08dont die if mpd goes down during runtimeRasmus Steinke1-1/+4
2017-08-08remove debug printRasmus Steinke1-1/+0
2017-08-08jump to queue when adding random elementsRasmus Steinke1-1/+5