• 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)
[RELEASE] Export Watched Data - Backup your watched status
#91
Is there a git repo for the watched script so I can fix it? Alternatively anyone mind if I check it into github?
Reply
#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...ip&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
Reply
#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?
Reply
#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.
Reply
#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
Reply
#96
I have plan to change my 'source' of movies. I'm moving from an external hardrive to a NAS setup.
Since i'm keeping the same movies, will it still work if i backup my 'watched' movies,tv shows etc...

I'm asking this, because I have no idea how they store that a 'movie is watched' is it based on the 'fixed path' or based on the movie name.
Reply
#97
It's not based on a fixed path. In the nfo file there is a playcount line. If you export your library (not into a single file) before doing the switch, you can import the library back with the watch status. Just make sure you add the import setting in your advancedsettings.xml before you start it
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
#98
I would recommend to use the trakt addon. It can sync your watched statis online.
Reply
#99
trakt is good but if you have a big library, it can be long and has a chance of crashing. Exporting and re-importing is the fastest way
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
Hello
Does this program works between Frodo and Gotham ?

Thanks
Reply
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Export Watched Data - Backup your watched status1