Kodi Community Forum

Full Version: Retrieve recently played media
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...
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/download...tml#player
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.