All Movie Sections : ./plexWatch.pl --recently_added=movie
All Movie / TV Sections : ./plexWatch.pl --recently_added=movie,show
Specific Section(s) : ./plexWatch.pl --recently_added --id=# --id=#
* To find your sections, just run “–recently_added” without any options
./plexWatch.exe --recently_added
* Available Sections:
ID Title Type Path
-------------------------------------------------------------------
8 Concerts movie /NFS/Videos/Music
6 Movies movie /NFS/Videos/Film
17 Holiday Movies movie /NFS/Videos/Others/Holiday_Movies
5 TV Shows show /NFS/Videos/TV
* Usage:
All Movie Sections : ./plexWatch.exe --recently_added=movie
All Movie/TV Sections : ./plexWatch.exe --recently_added=movie,show
Specific Section(s) : ./plexWatch.exe --recently_added --id=# --id=#
does anything need to be done differently in the config.pl for the email notifications to work? using the same settings and on 18 but still no go... i do notice the test notify doesnt have the email logging now though
I did a Windows DOS COMP on the new .exe listed above and the existing plexWatch.exe I had installed. They are the same file. The new coding changes are not included in the file.
Edit-- Just noticed the new posts. I will download the files once again.
I did a Windows DOS COMP on the new .exe listed above and the existing plexWatch.exe I had installed. They are the same file. The new coding changes are not included in the file.
Try it again ( download the file again ). There was an issue with github tags and it was corrected 20 minutes ago.
Thanks so much. Confirmed Windows based email setup is working great now using google mail outbound to my cellular service that then delivers a text message to me. Fantastic!
So after doing a little bit of testing I found that its not notifying me of movies playing from my aTV's... They are all running the plex app not plexconnect.. I see the logs in the "Plex Media Scanner.log" though. I'll PM you the logs I see if that may help. :)
Seems to be working fine on my android phone & tablet along with my iPhone and iPad Mini.
Possibly the aTV plex app writes to the log file differently? :)
So after doing a little bit of testing I found that its not notifying me of movies playing from my aTV's... They are all running the plex app not plexconnect.. I see the logs in the "Plex Media Scanner.log" though. I'll PM you the logs I see if that may help. :)
Seems to be working fine on my android phone & tablet along with my iPhone and iPad Mini.
Possibly the aTV plex app writes to the log file differently? :)
Anyhow PM coming inbound...
aTV clients are not supported (unless someone updates the clients code). A client must work with the now playing api of the PMS. You will notice while you are watching a video from an ATV, it won't show up under now watching on plex/Web. I have been told though that PlexConnect will work.
Ensure when you schedule the task you specify the start in folder as c:\plexWatch\ It would not work for me until I did that. Said it could not find config.pl
How would you specify this location using command prompt on windows server 2012 r2 Core?
Set up plexWatch and everything is working so far. The only hitch is that manual intervention is required to notify when something is playing. I've setup task scheduler to start plexWatchNotify.vbs every 1 minute and it reports it runs successfully. To double check this I open up task manager and I can see plexwatch.exe running for 2 secs and closes.
But there's no update in the plexwatch.txt file and nothing sent to pushover.
Now when I manually run plexWatchNotify.vbs everything works fine. plexWatch.txt updates and notifications are sent to my phone.
I'm struggling to find the root cause as naturally I would think theres an issue with task scheduler but it's carrying out its job as it should.
Hi all,
Set up plexWatch and everything is working so far. The only hitch is that manual intervention is required to notify when something is playing. I've setup task scheduler to start plexWatchNotify.vbs every 1 minute and it reports it runs successfully. To double check this I open up task manager and I can see plexwatch.exe running for 2 secs and closes.
But there's no update in the plexwatch.txt file and nothing sent to pushover.
Now when I manually run plexWatchNotify.vbs everything works fine. plexWatch.txt updates and notifications are sent to my phone.
I'm struggling to find the root cause as naturally I would think theres an issue with task scheduler but it's carrying out its job as it should.
Any help would be much appriciated.
Did you follow these steps specifically?
* schedule a task (every minute) to execute c:\plexWatch\plexWatchNotify.vbs ( specify the start in folder as c:\plexWatch\ )
Emphasis on the specify start folder while creating the task.
Not sure if this would be the right place to ask, but anyone have an example of how they use windows task scheduler to automate the .vbs to run when the computer boots, and not have to run them manually?