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

mpv window border visible #4

Closed
Garulfo opened this issue Dec 4, 2020 · 6 comments
Closed

mpv window border visible #4

Garulfo opened this issue Dec 4, 2020 · 6 comments

Comments

@Garulfo
Copy link

Garulfo commented Dec 4, 2020

Hello, for any reasons, when I use AutoWall, the window border of the video player is visible in the background
image

This is really really strange because when I perform manually every steps one by one in a cmd terminal, it works well :

cd "C:\Apps\AutoWall\mpv\"
"C:\Apps\AutoWall\weebp\wp.exe" run mpv "C:\Apps\AutoWall\VideosHere\KagangtuyaBlackHole.mov" --loop=inf --player-operation-mode=pseudo-gui --force-window=yes --no-audio
cd "C:\Apps\AutoWall\weebp\"
wp add --wait --fullscreen --class mpv

Thank you very much for your app, I hope you can help :)

@SegoCode
Copy link
Owner

SegoCode commented Dec 4, 2020

Hey,
Can you give me more information about? like.. Windows version, AutoWall version, is reproducible only on the "Apply" button?

You know how AutoWall works right? when run the bat file create in %appdata%\Microsoft\Windows\Start Menu\Programs\Startup (When check "Set on windows startup") still the same issues?

@Garulfo
Copy link
Author

Garulfo commented Dec 4, 2020

image
I think I used the latest version of AutoWall, I downloaded from your github yesterday.
But anyway I don't think this is related to AutoWall itself because when I run the bat file generated the bug is reproduced.
But if in a cmd prompt, I copy paste and run lines one by one, it works well. To be frank this is really weird ...

autowall

@SegoCode
Copy link
Owner

SegoCode commented Dec 4, 2020

Mmm.... really weird yea...

Try this, create a bat file, and before the wp add --wait --fullscreen --class mpv put this ping 127.0.0.1 -n 3 > nul and run the bat.

Like this;

cd "C:\Apps\AutoWall\mpv\"
"C:\Apps\AutoWall\weebp\wp.exe" run mpv "C:\Apps\AutoWall\VideosHere\KagangtuyaBlackHole.mov" --loop=inf --player-operation-mode=pseudo-gui --force-window=yes --no-audio
cd "C:\Apps\AutoWall\weebp\"
ping 127.0.0.1 -n 3 > nul
wp add --wait --fullscreen --class mpv

Same issuse for other format videos on "Apply" button?

What happens if you paste https://www.youtube.com/embed/lRTtMcx6rSM?autoplay=1&loop=1&mute=1&playlist=lRTtMcx6rSM in text field and press apply?

@Garulfo
Copy link
Author

Garulfo commented Dec 5, 2020

ping 127.0.0.1 -n 3 > nul

it works! incredible :)

Same issuse for other format videos on "Apply" button?

yeah ... I tried mov, gif, mp4

What happens if you paste https://www.youtube.com/embed/lRTtMcx6rSM?autoplay=1&loop=1&mute=1&playlist=lRTtMcx6rSM in text field and press apply?

it works as well, no borders

I hope it'll help :)

@SegoCode
Copy link
Owner

SegoCode commented Dec 6, 2020

Nice!
Really weird, I'm not sure why it happens, but mpv sometimes has a delay when it runs.
I will have to investigate or change video player.

Thx for the feedback

@SegoCode
Copy link
Owner

SegoCode commented Feb 8, 2021

Fixed in 1.5 using mpv.conf

@SegoCode SegoCode closed this as completed Feb 8, 2021
@SegoCode SegoCode mentioned this issue Jun 6, 2021
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