plexWatch v0.3.3 Released (2015-03-29)
Downloads: plexWatch.exe and config.pl-dist-win32 ( I will be adding a windows directory for binaries for the final release )
* VBS scripts: plexWatchNotify.vbs & plexWatchRecentlyAdded.vbs
GitHub:https://github.com/ljunkie/plexWatch (source: plexWatch.pl )
Screenshots: iOS Boxcar // iOS Prowl // iOS Pushover // Win7 Growl
Please use the plexWatch.exe and config.pl-dist-win32 instead of the plexWatch.pl/config.pl-dist files (even though it's included in the repo/zip)
I also suggest to edit the config.pl in notepad++
** Install Notes **
Install
* unzip contents to c:\plexWatch\
* rename config.pl-dist-win32 to c:\plexWatch\config.pl
* Edit (with notepad++) c:\plexWatch\config.pl
* open a command prompt
* cd c:\plexWatch
* run: plexWatch.exe (and verify no errors -- don't expect any output yet)
Test the script:
* open a command prompt
* cd c:\plexWatch
* start a show
* run: plexWatch.exe
* stop the show
* run: plexWatch.exe
Automatically notify/log watching/watched content: ( You must enable this script for plexWatch to work )
* schedule a task (every minute) to execute c:\plexWatch\plexWatchNotify.vbs ( specify the start in folder as c:\plexWatch\ )
Automatically notify on Recently Added Content:
* schedule a task (every 5 minutes or more) to execute c:\plexWatch\plexWatchRecentlyAdded.vbs ( specify the start in folder as c:\plexWatch\ )
* IP logging: log location: http://forums.plexapp.com/index.php/topic/25417-where-are-the-pms-logs-on-windows/
Frontends
- PlexWatchWeb: http://forums.plexapp.com/index.php/topic/82819-plexwatchweb-a-web-front-end-for-plexwatch/
- PlexWWWatch: https://forums.plex.tv/topic/98005-plexwwwatch/
Things known not to work
* --start= , --stop= options on the cli: not a huge deal and can possible be fixed later