Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command: add playlist-next-playlist and playlist-prev-playlist #12526

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. command: add playlist-next-playlist and playlist-prev-playlist

    playlist-prev-playlist goes to the beginning of the previous playlist
    because this seems more useful and symmetrical to
    playlist-next-playlist. It does not go to the beginning when the current
    playlist-path starts with the previous playlist-path, e.g. with mpv
    --loop-playlist foo/, which expands to foo/{1..9}.zip, the current
    playlist path foo/1.zip beings with the playlist-path foo/ of {2..9}.zip
    and thus playlist-prev-playlist goes to 9.zip rather than to 2.zip.
    
    Closes mpv-player#12495.
    guidocella committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3cdf9a3 View commit details
    Browse the repository at this point in the history