-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Use xdg-open to play files on linux. #1533
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Can we reopen this one? |
@bilelmoussaoui The issue is that we don't actually have the full file downloaded onto the disk. So, we're not opening the video player with e.g. a |
@feross Thanks for the reply. Totally missed this. Sorry for the noise! |
Since the videos are downloaded sequentially, it is actually possible to use |
What version of WebTorrent Desktop? Version 0.20.0 (0.99.3) (64-bit)
What operating system and version? Fedora Rawhide
What did you do? Run a random video that's not supported by WebTorrent Desktop (audio or video file)
What did you expect to happen? The app to run it in my external music/video player
What actually happened? Nothing, it suggests me to install either VLC or MPV while I don't want any of them. I have to set the binary path of the app manually which sucks.
You can just use
xdg-open $filepath
and that will open the assigned app to open that file automatically. It would be nice to fallback to this instead.The text was updated successfully, but these errors were encountered: