2022-02-11, 17:50
Can you help me out playing a (video) file that is located on my PC on my EM7680 Kodi Player using a command line/url?
Operating the player with the IR-remote is working flawlessly, including accessing the (samba) shares on my PC.
The web interface is enabled and working too. In the web interface I see an url when browsing my shared folders (ip address and names are fake ;-)
htp://192.178.118.217:8080/#browser/video/%3A%2F%2Fmypc%2FE%2FTV%2FSeries%2F3b%201992%2F
I googled around and found the commands that can be used, like PlayFile and PlayerControl(Play), I also found an example from someone using xbmcCmds/xbmc but I have not been able to find the correct syntax.
I tried all these commands in my browser but they all fail:
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(://mypc/E/TV/Series/3b 1992/S02E01.mkv)
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(%3A%2F%2Fmypc%2FE%2FTV%2FSeries%2F3b%201992%2FS02E01.mkv)
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(://mypc/E/TV/Series/3b%2F1992/S02E01.mkv)
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile("://mypc/E/TV/Series/3b 1992/S02E01.mkv")
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(%22%3A%2F%2Fmypc%2FE%2FTV%2FSeries%2F3b%201992%2FS02E01.mkv%22)
I simple Play command doesn't work either:
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayerControl(Play)
What am I doing wrong? Is the part after 8080 incorrect (the xbmcCmds/xbmc part) or something else?
Any help is appreciated...
note: I removed one t in each url to overcome the truncation of the lines so you can study the commands I used ;-)
Operating the player with the IR-remote is working flawlessly, including accessing the (samba) shares on my PC.
The web interface is enabled and working too. In the web interface I see an url when browsing my shared folders (ip address and names are fake ;-)
htp://192.178.118.217:8080/#browser/video/%3A%2F%2Fmypc%2FE%2FTV%2FSeries%2F3b%201992%2F
I googled around and found the commands that can be used, like PlayFile and PlayerControl(Play), I also found an example from someone using xbmcCmds/xbmc but I have not been able to find the correct syntax.
I tried all these commands in my browser but they all fail:
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(://mypc/E/TV/Series/3b 1992/S02E01.mkv)
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(%3A%2F%2Fmypc%2FE%2FTV%2FSeries%2F3b%201992%2FS02E01.mkv)
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(://mypc/E/TV/Series/3b%2F1992/S02E01.mkv)
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile("://mypc/E/TV/Series/3b 1992/S02E01.mkv")
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayFile(%22%3A%2F%2Fmypc%2FE%2FTV%2FSeries%2F3b%201992%2FS02E01.mkv%22)
I simple Play command doesn't work either:
htp://192.178.118.217:8080/xbmcCmds/xbmc?command=PlayerControl(Play)
What am I doing wrong? Is the part after 8080 incorrect (the xbmcCmds/xbmc part) or something else?
Any help is appreciated...
note: I removed one t in each url to overcome the truncation of the lines so you can study the commands I used ;-)