Set Frodo tags from Python?
#1
Hi,
I've written a basic script to create video playlist files based on external IMDB movie lists and to create a Stand-up genre based on Wikipedia scrapes. Frodo introduces the possibility to tag video files but I can only find JSON RPC API details. This means I can tag the video files and let people make their own playlists, instead of breaking out into the file system - making the script much more reliable and portable. How do we set this new tag using our builtin python functions?
Reply
#2
by using JSON RPC from python.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
Simple enough - thanks Martijn.

For those on the same path this link appears to be a good way to get going using JSON RPC from python:
http://forum.xbmc.org/showthread.php?tid=111772
Reply
#4
If you are accessing JSON RPC internally(from a script to XBMC) you just need to import the xbmc module and use xbmc.executeJSONRPC( query )

Reply

Logout Mark Read Team Forum Stats Members Help
Set Frodo tags from Python?0