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 Request] Show the player and video thumbnail while playing audio only #142

Open
ghost opened this issue Nov 13, 2022 · 5 comments

Comments

@ghost
Copy link

ghost commented Nov 13, 2022

So far when you play a video as audio, mpv or vlc run in the background, which is fine if you want to consume less CPU or RAM, but imagine you want to pause or go to a certain minute of the video. This becomes impossible as both players do not show their interface. So... How about implementing this option? Besides being configurable as: audio_player => 1, audio_player_thumbnail => 1, in GTK and CLI.

I attach an image as an example (suppose that the image is the thumbnail of the video and that it plays only the audio):

05

@ghost
Copy link
Author

ghost commented Nov 24, 2022

Ok. I just found out that you can do this in mpv using: --force-window as argument or adding it to your config file (I think in vlc it's also possible, but I can't test it). So I think it is not necessary to implement it having this other option.

@sun95n
Copy link

sun95n commented Dec 11, 2022

If anyone is interested, you can also reduce the scale factor of the OSC in forced window mode.

@pirate486743186
Copy link
Contributor

the mpv command:
mpv audio.m4a --external-file=image.png --vid=1

the --force-window will simply show a green "video".

@sun95n
Copy link

sun95n commented Dec 11, 2022

the --force-window will simply show a green "video".

Are you sure? force window works fine for me.

2022-12-11_16-52

Maybe it's your video output driver settings.

@pirate486743186
Copy link
Contributor

yea right.

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

2 participants