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

Support --mpv-playlist #932

Open
lamyergeier opened this issue Mar 15, 2024 · 1 comment
Open

Support --mpv-playlist #932

lamyergeier opened this issue Mar 15, 2024 · 1 comment

Comments

@lamyergeier
Copy link

Overview Description:

  • Error message: Failed to apply one or more mpv options

Steps to Reproduce

Either run (quoting twice as per --mpv-MPVOPTION=VALUE tokenises incorrectly and so requires quoting of VALUE twice when it contains spaces · Issue #642 · celluloid-player/celluloid):

celluloid \
	--mpv-playlist="'/mnt/Media/Music/Theater/Les Misérables/Les Misérables - The Staged Concert 2019 - Live from the Gielgud Theatre, London/Les Misérables - The Staged Concert 2019 - Live from the Gielgud Theatre, London.gen.m3u8'"

or ,

celluloid \
	--mpv-playlist="/mnt/Media/Music/Theater/Les Misérables/Les Misérables - The Staged Concert 2019 - Live from the Gielgud Theatre, London/Les Misérables - The Staged Concert 2019 - Live from the Gielgud Theatre, London.gen.m3u8"

Expected Results: at least show what options didn't work and why is it not working?

Version: 0.26

@gnome-mpv
Copy link
Collaborator

Looks like that's one of the options you can't use from libmpv. It'll need to be handled manually in Celluloid.

@gnome-mpv gnome-mpv changed the title Failed to apply one or more mpv options Support --mpv-playlist Mar 16, 2024
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

2 participants