Retrieve recently played media
#1
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...
Reply
#2
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
Reply
#3
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Retrieve recently played media0