Commit Briefs

Omar Polo

add (and handle) cmd `repeat'


Omar Polo

handle eof wrt repeat_one



Omar Polo

keep current song in a dedicated variable

playlist.songs[play_off] is not a good representation for the current playing song after all. After a `load' command, or a flush request, the play_off changes but we're still playing the "old" song. This saves the current song in a dedicated variable that's updated upon playlist_advance and playlist_previous, thus givin a more accurate view.



Omar Polo

mention -p in show usage



Omar Polo

don't die on opus failures


Omar Polo

simplify further the code




Omar Polo

don't leak file descriptors


Omar Polo

don't die on failures



Omar Polo

cleanup flac code