mpv scripts on flatpak? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: mpv scripts on flatpak? (/t-mpv-scripts-on-flatpak) |
mpv scripts on flatpak? - Tracenji - 2024-01-21 hello, i have had an autocrop MPV script on jellyfin media player using the debian package the pc i am trying to set up on now is no longer running debian or a derivative and i do not wish to compile myself, so flatpak it is i am not very experienced with how flatpak apps behave, on the debian version i used mpv.conf in ~/.local/share/jellyfinmediaplayer/ containing the line "script=/home/USERNAME/.local/share/jellyfinmediaplayer/dynamic-auto-crop.lua" i found the same config folder in the flatpak directory and tried doing the same on the flatpak version after adding the directory of the script to allowed paths in flatseal but it did not work i also tried just putting it in the scripts folder but it was still not working anyone who could help me get this working or at least point me in the right direction? thanks in advance Edit: this is the specific autocrop script i am trying to get working https://github.com/Ashyni/mpv-scripts RE: mpv scripts on flatpak? - tmsrxzar - 2024-01-21 https://github.com/jellyfin/jellyfin-mpv-shim/issues/123 RE: mpv scripts on flatpak? - Tracenji - 2024-01-21 (2024-01-21, 06:00 PM)tmsrxzar Wrote: https://github.com/jellyfin/jellyfin-mpv-shim/issues/123 i might be stupid but i could not get this to work, i managed to get it to work with the standard MPV flatpak, but when i tried with the jellyfin media player or the jellyfin MPV shim it just refuses to work for some reason RE: mpv scripts on flatpak? - tmsrxzar - 2024-01-21 that link is the best i could find, maybe someone else will come along with an idea RE: mpv scripts on flatpak? - Tracenji - 2024-01-21 (2024-01-21, 07:29 PM)tmsrxzar Wrote: that link is the best i could find, maybe someone else will come along with an idea hey, it might not have solved it but thanks for trying RE: mpv scripts on flatpak? - Tracenji - 2024-01-26 seems like the flatpak does not come with the cropdetect filter but the deb version does |