2016-06-24, 14:14
http://projects.lanik.org/KodiProject_NowPlaying.htm
Kodi Now Playing plugin
This is a KODI plugin I wrote for myself but I thought it might be useful to somebody else, so here it is.
On my old HTPC (Xlobby), I had a script that displayed what was playing on my web page. So when my HTPC died and I switched to KODI, I tried doing the same. Here is the result This probably won't be interesting to many people, but I had this idea that my web pages would display what was playing on my HTPC. So the way I did it (since I couln't allow some script inside my LAN) is to monitor what was playing and create XML file, which then I would send via FTP to my web-server and render it on a web-page to display the "Now Playing" info.
Here is what it looks like (probably now won't be playing anything) : Lanik.org Now Playing
And this is what this plugin does. It monitors what is playing, creates XML file, uploads it to chosen FTP server, to a chosen FTP folder (along with the coverart, if it can't be linked from the web), and then there's web page part in JavaScript, which reads XML file and displays the info on the HTML page.
Since there could be a content that is not for "advertizing", I also made it possible to exclude certain plugins, i.e. Whitecream and what have you. So I took advantage of the "PinSentry" plugin. If you don't want something you're watching to show online, you'd probably want it pin-protected localy as well So my plugin supports pin-sentry on the level of plugins. It reads PinSentry database and gets locked plugins. If something is locked in PinSentry, it won't show on "Now Playing". Ofcourse, you can trun this option on/off.
HTML/Javascript example included.
In order to install it, first install my REPO: Lanik Repo
Then install add-on, and configure it.
This should work on all platforms. Any comments wellcome. Please don't be harsh, this is my first add on, and my first in Python
D.
Donate Here
Kodi Now Playing plugin
This is a KODI plugin I wrote for myself but I thought it might be useful to somebody else, so here it is.
On my old HTPC (Xlobby), I had a script that displayed what was playing on my web page. So when my HTPC died and I switched to KODI, I tried doing the same. Here is the result This probably won't be interesting to many people, but I had this idea that my web pages would display what was playing on my HTPC. So the way I did it (since I couln't allow some script inside my LAN) is to monitor what was playing and create XML file, which then I would send via FTP to my web-server and render it on a web-page to display the "Now Playing" info.
Here is what it looks like (probably now won't be playing anything) : Lanik.org Now Playing
And this is what this plugin does. It monitors what is playing, creates XML file, uploads it to chosen FTP server, to a chosen FTP folder (along with the coverart, if it can't be linked from the web), and then there's web page part in JavaScript, which reads XML file and displays the info on the HTML page.
Since there could be a content that is not for "advertizing", I also made it possible to exclude certain plugins, i.e. Whitecream and what have you. So I took advantage of the "PinSentry" plugin. If you don't want something you're watching to show online, you'd probably want it pin-protected localy as well So my plugin supports pin-sentry on the level of plugins. It reads PinSentry database and gets locked plugins. If something is locked in PinSentry, it won't show on "Now Playing". Ofcourse, you can trun this option on/off.
HTML/Javascript example included.
In order to install it, first install my REPO: Lanik Repo
Then install add-on, and configure it.
This should work on all platforms. Any comments wellcome. Please don't be harsh, this is my first add on, and my first in Python
D.
Donate Here