line

The KODI Project

KODI ADDON - DISPLAYS WHAT YOU'RE PLAYING IN KODI ON YOUR WEB SITE!

by Dalibor Lanik

line



KODI NOW PLAYING - DISPLAYS WHAT YOU'RE PLAYING IN KODI ON YOUR WEB SITE!

NOWPLAYING

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 Smile 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) Smile : 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 Smile 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 turn this option on/off.



HTML/Javascript example and PHP 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.



BUY ME A BEER!

    I already spent many days and nights to develop this software and write this tutorial and am offering it for free. So, if you like it and feel it is usefull to you, buy me a beer or two! Donate 2-3€ or $ or whatever you think appropriate. Cheers!






line