Aanok / jftui

Jellyfin Terminal User Interface
The Unlicense
142 stars 7 forks source link

jftui using default mpv keybindings #26

Closed WnndGws closed 2 years ago

WnndGws commented 2 years ago

jftui version jftui 0.5.1, libmpv 1.109, libcurl 7.83.1 OpenSSL/1.1.1o, yajl 20100

Describe the bug When opening media through jftui, it uses a MPV player that uses all the default keybindings rather than what i have in ~/.config/mpv/input.conf like expected. All settings work when opening video normally through cli. If this is a setting on my side I cant find it. Any help would be great!

To Reproduce Play any media file, try to use custom keybinding

Expected behavior The MPV to use my keybindings

Aanok commented 2 years ago

Hey there! jftui looks for mpv configs in ~/.config/jftui, not in ~/.config/mpv. To quote from the readme:

jftui will drop into a command line instance of mpv when starting playback. It will use mpv.conf and input.conf files found in $XDG_CONFIG_HOME/jftui (this location can be overridden with the --config-dir argument). It will also try and load scripts found in the same folder, but no guarantees are made about them actually working correctly.

I personally just put a symlink in jftui's folder :)

Feel free to close the issue if this solves your problem or let me know otherwise.

WnndGws commented 2 years ago

Thanks so much. I must have missed that. I spent forever on the wiki etc. Guess the brain reads what it wants to!

On Wed, 1 June 2022, 17:08 Aanok, @.***> wrote:

Hey there! jftui looks for mpv configs in ~/.config/jftui, not in ~/.config/mpv. To quote from the readme:

jftui will drop into a command line instance of mpv when starting playback. It will use mpv.conf and input.conf files found in $XDG_CONFIG_HOME/jftui (this location can be overridden with the --config-dir argument). It will also try and load scripts found in the same folder, but no guarantees are made about them actually working correctly.

I personally just put a symlink in jftui's folder :)

— Reply to this email directly, view it on GitHub https://github.com/Aanok/jftui/issues/26#issuecomment-1143335367, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPGGOOTVKBIVOFDVJ7OKKDVM4R67ANCNFSM5XQKVOTA . You are receiving this because you authored the thread.Message ID: @.***>