kodicmd - swiss army knife (searching developers) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: JSON-RPC (https://forum.kodi.tv/forumdisplay.php?fid=174) +---- Thread: kodicmd - swiss army knife (searching developers) (/showthread.php?tid=266152) |
kodicmd - swiss army knife (searching developers) - tdoe - 2016-03-26 Hi all, do you know spacecmd? It's an interactive commandline shell with tab-completition to manage spacewalk servers. It's a really cool tool, so I thought of creating something similar for kodi. So I checked out the spacecmd source and startet to remove everything spacewalk related and tried out if it would be possible to modify the tool to work with kodi. Now it runs in a very basic manner, a few commands to test I have also integrated. I think this tool could have potential to get the "remote-manage solution" for kodi, but after there are so lot api commands worth be implemented, I think I will still implement functions in one year, so I thought I ask here if there are other coders interested to push such a " Swiss Army knife" for kodi and send me pullrequests. The current Testversion is here: GitHub Here an example: Code: $ ./kodicmd Regards Tobias RE: kodicmd - swiss army knife (searching developers) - wsnipex - 2016-03-26 pretty neat idea, I like it! Hope this generates interest in the community RE: kodicmd - swiss army knife (searching developers) - tdoe - 2016-03-31 Hi all, I'm still far away from having all api calls included, but at the current state it's a already working remotecontrol. Also the possibility to show/change settings is included. Amount of already included subcommands: 40+ Feel free to test. https://github.com/tobias-d-oe/kodicmd/archive/master.zip Regards Tobias RE: kodicmd - swiss army knife (searching developers) - Gwyneth Llewelyn - 2022-11-19 This is an amazingly useful tool! I wonder why you haven't had further developments since 2016... |