Commits
Commit:
b21ec899d80b2b7298539334801e73b617cbea3c
Date:
Sat Feb 19 10:16:25 2022
UTC
update the heuristic: try to keep `current_song', not play_off
Commit:
74c987d53230b125b919cd1ab99426e6d81a8bbc
Date:
Sat Feb 19 10:16:25 2022
UTC
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.
Commit:
82e732c933afb90ceeef9e0ac16ca9053a4ea851
Date:
Sat Feb 19 10:16:25 2022
UTC
add a heuristic to try to keep the current song after a `load'
Commit:
a913de2162216a16a67cd8cf5ae0371c258aefc7
Date:
Thu Feb 17 15:41:02 2022
UTC
add `jump' subcommand to play the first matching
Commit:
0977e96a0236af26cfd4663bce2dad656fa1ef07
Date:
Thu Feb 17 11:22:02 2022
UTC
add playlist_swap
Commit:
cd070aeadabc033a40fc829a21f62b4a37684a8c
Date:
Thu Feb 17 10:39:34 2022
UTC
add playlist_free
Commit:
532ca63cfb62d6e60321aff668a4330fdd0a7fb5
Date:
Thu Feb 17 10:27:56 2022
UTC
add playlist_push
Commit:
af27e631bb7de2e74c2bebd8caf8d5707fb9f223
Date:
Thu Feb 17 08:53:22 2022
UTC
add next and prev command
Commit:
13b838834600a04758caef4fae2f1ab61cd357d2
Date:
Wed Feb 16 22:25:41 2022
UTC
drop songs from the playlist on error
Commit:
8891f624779ed4fa401c84d7a82ac804a04faa96
Date:
Wed Feb 16 22:15:28 2022
UTC
fix play_state in playlist_current and advance
Commit:
8544abcd4a1bf2bfd027aa1fe4a458f07f794737
Date:
Wed Feb 16 20:33:05 2022
UTC
fix repeat all
The check is useless, the wraparound is already handled in the
following line.
Commit:
3baa2617f8fa715685929c415068ab226626a2a3
Date:
Wed Feb 16 18:28:23 2022
UTC
initial commit
Omar Polo