MovieLib - Your movie database on web
I found my kodi sqlite db file, it was stored here:

/home/mediapc/.kodi/userdata/Database/MyVideos107.db

I opened it using sqlite browser: http://sqlitebrowser.org/

the link is formatted in the kodi database like this:

Code:
plugin://plugin.video.youtube/?action=play_video&videoid=xPTVv60hLjc

it looks like the website only uses the last 11 digits xPTVv60hLjc

when I view the source of the movielib website:
Code:
<iframe id="player" type="text/html" src="http://www.youtube.com/embed/xPTVv60hLjc" width="560" frameborder="0" height="260"></iframe>

here is what I found in the movie table:
Image

so maybe some people need the link to be http, and other people need https? if so maybe there could be a toggle switch for setting one way or the other, however I do not see why anyone would not simply use https
Reply


Messages In This Thread
RE: MovieLib - Your movie database on web - by xekon - 2017-03-28, 10:46
Last Post - by Jeffreywat - 2017-09-03, 14:02
Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8