Broadcatching Feed
I added a feed on my main site's side bar to show the last couple of shows that I've gotten using RSS + Bittorrent. I had wanted an RSS feed for my Tivo for so long, and now that one is available, I don't even use my Tivo anymore. So I decided to throw this one together.
Its a Python script that will eventually be running on my Xbmc itself. It logs into the SMB share that I have created for my Tv shows, (the same one Xbmc uses to view content), and scrapes the "Now Playing" directory for all its files. It then sorts the files by date and grabs all their relevant information like show name, season, episode. It then uses TvTome to get a synopsis of the show. When its all done it writes out the feed and uploads it to my webserver.
Its a pretty thorough script. I could have just hosted this on my media server but I wanted to make it available to be used on Xbmc.
Once I'm comfortable with the script, I'll make it available.
For now here's the feed: Broadcatching Feed
Read more!
Its a Python script that will eventually be running on my Xbmc itself. It logs into the SMB share that I have created for my Tv shows, (the same one Xbmc uses to view content), and scrapes the "Now Playing" directory for all its files. It then sorts the files by date and grabs all their relevant information like show name, season, episode. It then uses TvTome to get a synopsis of the show. When its all done it writes out the feed and uploads it to my webserver.
Its a pretty thorough script. I could have just hosted this on my media server but I wanted to make it available to be used on Xbmc.
Once I'm comfortable with the script, I'll make it available.
For now here's the feed: Broadcatching Feed
Read more!