Kodi Community Forum
Retrieve recently played media - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Retrieve recently played media (/showthread.php?tid=10735)



- seven5 - 2005-03-17

does xbmc in any way record when media is played.

i'd like to use python to create an rss feed that displays the last 10 videos i've watched. if not, i guess i can have one that will show the last pieces of media added to the xbmc.

any insight would be great...


- thor918 - 2005-03-19

i guess you could put a phyton script in the autoexe.py at xbmc. then have that script that checks every thing that is played, then write the played file info in a file.

use the getplayingfile

http://members.cox.net/alexpoet/downloads/docs/xbmc.html#player


- seven5 - 2005-03-25

ooh.. thats a good tip, thanks..

i've worked out a script as well that will check my newest downloaded files via rss + bittorrent and produce a feed that is uploaded to my webserver, check my xbmc site to get the info about what it does. its pretty cool.