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

Spaces are not properly processed by arg parser #948

Closed Commandcracker closed 1 month ago

Commandcracker commented 1 month ago

Overview Description:

Steps to Reproduce:

  1. celluloid "--mpv-force-media-title=07-Ghost - The Future of Painful Thoughts is - "

Actual Results: Player with title "07-Ghost" Error: Failed to apply one or more MPV options

Expected Results: Player with title "07-Ghost - The Future of Painful Thoughts is - "

Version: 0.20

Additional Information:

gnome-mpv commented 1 month ago

I can't reproduce this with v0.26, so I think already fixed.

Commandcracker commented 1 month ago

Oh, thought I was on latest, but Debian(12) packages are always a bit behind for stability. I'll try with v0.26 and when everything works ill close the issue.