celluloid-player / celluloid

A simple GTK+ frontend for mpv
https://celluloid-player.github.io
GNU General Public License v3.0
1.09k stars 88 forks source link

Support --mpv-playlist #932

Open lamyergeier opened 3 months ago

lamyergeier commented 3 months ago

Overview Description:

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 commented 3 months ago

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