-
Due to the bug iamkroot/trakt-scrobbler#202 I need to manually switch playlist item in syncplay, which is tiring. Is there a way to, like, bind playlist switching like this "shift+j script-binding syncplay/playlist-item-next"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are using mpv then you can use the mpv bind system to bind a key to something like: Or just press enter, then write /qn, then press enter again. See "Commands accessible via the chat facility" section of https://syncplay.pl/guide/client/ for the full list of commands, or just put /? In the chat system. |
Beta Was this translation helpful? Give feedback.
If you are using mpv then you can use the mpv bind system to bind a key to something like:
mp.command('print-text "<chat>/qn</chat>"')
Or just press enter, then write /qn, then press enter again.
See "Commands accessible via the chat facility" section of https://syncplay.pl/guide/client/ for the full list of commands, or just put /? In the chat system.