Posts: 9
Joined: Dec 2018
Reputation:
0
In the GUI, first I choose the videos menu then enter the folder that I added earlier as a video source media location. I am looking for the method which inserts a new record into this MyVideosxxx.db/streamdetails table. I would like to call this method remotely with JSON-RPC or create an add-on if not exists already. Do you know anything about this?
Posts: 9
Joined: Dec 2018
Reputation:
0
Thank you for your fast response. Do you know how to write into this table? In the source code, I found "xbmc/utils/StreamDetails.cpp" but I am looking for an API call from python or JSON-REST to discover the video file details and write it into DB. Like it happens when I manually enter the Video folder in the GUI. I would be thankful for any help you can provide.