I don’t want to long press a button ( I actually already have some of them set )
I don’t want to have to click the stupid “Custom Commands” button every time I want to control with VLC
there may be a easier way to control VLC with Yatse and some how combine commands ? IE when I use the “left” key to seek it also runs the VLC_SKIP_FORWARD etc ?
Looks like it runs sort of … tries to load core fonts or something. Is dev dead for it ? says 2017…and wine is gross. Is there a way I can add more buttons to the main interface ? I assume its some kind of json file or something on the phone in the setting
apt install wine-development winetricks -y
apt update
apt install snapd -y
snap install core
snap install mpc-hc --edge
sed 's/\/usr\/games/\/snap\/bin/g' /etc/login.defs -i.$RANDOM
# Setup Yatse to use MPC-HC
# In the Web Interface check the box List on port and use the port 13579
https://yatse.tv/wiki/yatse-media-player-classic
# Setup Kodi to use MPC-HC
https://kodi.wiki/view/External_players
<playercorefactory>
<players>
<player name="MPV" type="ExternalPlayer" audio="false" video="true">
<filename>/snap/bin/mpc-hc.super-snap</filename>
<args>--fs=yes "{1}"</args>
<hidexbmc>false</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPV"/>
</rules>
</playercorefactory>