ivan-hc / MPV-appimage

MPV Media Player, Unofficial AppImages built on top of JuNest (Arch Linux-based distro) and Debian.
11 stars 1 forks source link

some bug #10

Closed newyorkthink closed 1 year ago

newyorkthink commented 1 year ago

i have three videos image

this is can open image

but two and three cannot image

ivan-hc commented 1 year ago

Yes, I'm working on it right now, thank you

ivan-hc commented 1 year ago

I can't provide the latest version for now.

Please, download a fallback from https://github.com/ivan-hc/MPV-appimage/releases/tag/stable-releases

I'll try to fix the issue soon.

ivan-hc commented 1 year ago

by changing the AppRun from

echo "$APP $@" | $HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/opt" to

$HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/opt" -- $APP "$@"

"$@" means that the option can read files with "spaces" in the name.

At least this has meen solved.

Before I close this issue, I want to resolve the issue with YouTube and other streams.

ivan-hc commented 1 year ago

Your issue is solved, you can play videos locally.

However, videos on YouTube or other streaming platforms can't be played. For that kind of media use the stable-releases instead... if streaming is not something you use, you're ok with the one from here