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

Random next track without changing playlist order. #20

Open
lwilletts opened this issue Apr 21, 2016 · 2 comments
Open

Random next track without changing playlist order. #20

lwilletts opened this issue Apr 21, 2016 · 2 comments

Comments

@lwilletts
Copy link
Owner

Had this one in the mpc options section commented out for awhile to be implemented, but I talked to the one of the lead devs for mpv and he doesn't want to implement this option directly in mpv, so we'll have to fake do it in mpvc directly. Probably by storing a variable in a file somewhere.

@lwilletts
Copy link
Owner Author

Probably the best that can be done without adding the feature in mpv itself (which is unlikely) is a puesdo random where a number between 0 and playlist-count is picked and selected to play next.

@lwilletts
Copy link
Owner Author

This might tie into a playnext function I had in mind.. Looks like we're finally going to have to store a variable somewhere along with using observe_property to detect when the track gets changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant