Skip to content

audio/video badges displayed with uosc even if stream has only one audio/video track? #32

Answered by christoph-heinrich
xfzv asked this question in Q&A
Discussion options

You must be logged in to vote

When streaming via ytdl mpv itself has only one track (one for video and one for audio), that's why using has_many_* doesn't work.

It would be possible to use all_formats=yes and then have all the formats as tracks in mpv, in which case quality-menu wouldn't be needed anymore. However that comes with it's own set of problems. Although as long as you don't use *d-queue-enable it might work fine.
But even if it works fine, the information won't be displayed as nicely as with quality-menu :P

I ended up bothered enough by the controls not behaving perfectly that I now use

<has_many_video>video,
<has_many_audio>command:audiotrack:script-binding uosc/audio#audio>1?Audio,
<stream>command:stream:…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@xfzv
Comment options

@christoph-heinrich
Comment options

@xfzv
Comment options

Answer selected by xfzv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants