Hi. I'm trying to select subtitles or audios with d-bus. but I get an error, I tried other commands like showsubtitle and they work fine.
example of d-bus that works
sudo bash /home/pi/Desktop/scripts/dbuscontrol.sh togglesubtitles
example of d-bus that does not work
sudo bash /home/pi/dbuscontrol.sh ListAudio
the error
usage: /home/pi/dbuscontrol.sh status | pause | stop | seek | volumeup | volumedown | setposition [position in microseconds] | hidevideo | unhidevideo | togglesubtitles | hidesubtitles | showsubtitles | setvideopos [x1 y1 x2 y2] | setvideocroppos [x1 y1 x2 y2] | setaspectmode [letterbox, fill, stretch, default] | setalpha [alpha (0..255)] | getsource
I hope your help, thanks