[RELEASE] Export Watched Data - Backup your watched status

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
djay75 Offline
Junior Member
Posts: 3
Joined: May 2013
Reputation: 0
Post: #91
Is there a git repo for the watched script so I can fix it? Alternatively anyone mind if I check it into github?
find quote
schapplm Online
Junior Member
Posts: 10
Joined: Apr 2013
Reputation: 0
Post: #92
Hi,
after following this Thread and having much trouble with the Watched-Status of my database I decided to write an XBMC addon (service.watchedlist) to solve this:
http://code.google.com/p/xbmc-addon-serv...p&can=2&q=

In the wiki-page of the project is a manual how to use the addon:
http://code.google.com/p/xbmc-addon-serv...dListHowTo

I would be happy if you could give me some feedback, so I can submit this to the official XBMC repository:
http://code.google.com/p/xbmc-addon-serv...ssues/list

Forum Thread: http://forum.xbmc.org/showthread.php?tid=164652
(This post was last modified: 2013-05-11 22:58 by schapplm.)
find quote
djay75 Offline
Junior Member
Posts: 3
Joined: May 2013
Reputation: 0
Post: #93
any chance you can make it support the same .xml format as the original plugin in this thread so I can import my old watched status from my previous version?
find quote
schapplm Online
Junior Member
Posts: 10
Joined: Apr 2013
Reputation: 0
Post: #94
(2013-05-13 16:37)djay75 Wrote:  any chance you can make it support the same .xml format as the original plugin in this thread so I can import my old watched status from my previous version?
The problem is, that I use a SQLite Database (.db-file, based on imdb and thetvdb numbers) which is completely different from the xml files created here, which are exported parts of the xbmc database based on file names using the python function cPickle. So the effort would be too high to implement this.
I suggest you import your old watched status with the script of this thread and are then able to use my addon or this one: http://forum.xbmc.org/showthread.php?tid...pid1401643.
find quote
djay75 Offline
Junior Member
Posts: 3
Joined: May 2013
Reputation: 0
Post: #95
I can't import import them because the script that uses watcher.xml doesn't work with Frodo. I will have to repair the original script and release it then
find quote
Post Reply