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

VLC is always on top #384

Open
noisyneil opened this issue Mar 9, 2022 · 4 comments
Open

VLC is always on top #384

noisyneil opened this issue Mar 9, 2022 · 4 comments

Comments

@noisyneil
Copy link

noisyneil commented Mar 9, 2022

Love Peerflix! So good!

One minor issue is that it seems to force VLC to be always on top, despite the setting being disabled in prefs. Is there a workaround this?

I came up with a Keyboard Maestro macro that waits for the file size to be big enough to play and then manually opens the file in VLC. This stops VLC from being weird, but it would be great if this wasn't necessary.

Thanks!

@EmilioAK
Copy link

You can add the flat --not-on-top to fix that. I have this as an alias just to make things easier:
alias pf="peerflix --vlc --not-on-top"

@noisyneil
Copy link
Author

Thanks for getting back to me. So, as an example, would this be the correct way to use it in Terminal?

peerflix <magnet link> --not-on-top

I don't know how aliases work, so I'll keep things simple!

@EmilioAK
Copy link

peerflix --vlc --not-on-top "<magnet link>" works!

@noisyneil
Copy link
Author

Fantastic! Thankyou!

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