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

[feature] video_player_selected => "mpvraw" #191

Open
pirate486743186 opened this issue Dec 14, 2023 · 0 comments
Open

[feature] video_player_selected => "mpvraw" #191

pirate486743186 opened this issue Dec 14, 2023 · 0 comments

Comments

@pirate486743186
Copy link
Contributor

i'm proposing having a mpvraw default alternative config. It will be easier for the user to use raw mpv directly by editing the various config options. The motivation for this is sponsorblock, but they are probably others.

something like this, but more properly configured, in the gui and cli.

mpvraw => {
               arg   => "--ytdl-raw-options-append=\"format-sort=ext,res:360\" *URL*",
               audio => "--ytdl-format=bestaudio *URL*",
               cmd   => "/usr/bin/mpv",
               fs    => "--fullscreen",
               novideo => "--no-video",
               srt   => "--sub-file=*SUB*",
                     },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant