Win WatchedForXBMC v1.0 - Set "Watched" in XBMC database and .nfo via context menu.
#1
Video 
1.0: Now also updates the XBMC database! Smile

Image

Introduction:

I made this for personal use, but maybe some of you will find it usefull, so i'll make it available.
This will add context items on both files and folders to mark a video file as watched in the XBMC database and in the local .nfo file.

Function:
  • Local .nfo file: <playcount>1</playcount> and <watched>1</watched> tags will be added.
  • XBMC database: playCount of all rows were strFilename begins with the filename will be set to 1.

Installation:
  • Download
  • Extract contents of .rar to your harddrive.
  • Open config.txt and change the path to match your XBMC database location
  • Run install.bat as administrator.

Uninstallation:
  • Run uninstall.bat as administrator.
  • Remove files from your harddrive.

Tips & Tricks:

- Add <importwatchedstate> in advancedsettings.xml to force XBMC to read the <playcount> from the local .nfo file while scraping.

Changelog:

1.0 - 12/01/2013
- Auto detect if episode or movie.
- XBMC database will also be updated, not only the local .nfo

0.4 - 03/01/2013
- No files will be copied outside the folder the .rar was extracted.

0.3 - 28/12/2012
- Changed the names a bit to be more clear.
- Added a "Mark all episodes as watched" option.
- Added some output of what nfo files are marked.

0.2 - 27/12/2012
- Added icons

0.1 - 26/12/2012
- Initial release

To Do:

- ?

Icon:

Credit to Yusuke Kamiyamane for providing the icon:
http://findicons.com/icon/118810/film_plus?id=382125

Copyright:

Please do not distribute. Link to the XBMC thread instead and credit to me (Nu7s).
http://forum.xbmc.org/showthread.php?tid=149709

DOWNLOAD
Reply
#2
Made an update:

0.3 - 28/12/2012
- Changed the names a bit to be more clear.
- Added a "Mark all episodes as watched" option.
- Added some output of what nfo files are marked.
Reply
#3
Update:

0.4 - 03/01/2013
- No files will be copied outside the folder the .rar was extracted.
Reply
#4
Major update!

1.0 - 12/01/2013
- Auto detect if episode or movie.
- XBMC database will also be updated, not only the local .nfo

I'm also thinking about making a script for Windows/Linux that will sync the watched state in the XBMC database to the local .nfo and vice versa. Probably going to do this first in Linux since I use a Raspberry PI as my main XBMC player.
Reply

Logout Mark Read Team Forum Stats Members Help
WatchedForXBMC v1.0 - Set "Watched" in XBMC database and .nfo via context menu.1