jacobwgillespie / plex-sync

:clapper: Command line utility for synchronizing Plex Media Server watched / seen status between multiple servers
https://www.npmjs.com/package/plex-sync
Other
303 stars 36 forks source link

Verbose flag option #69

Open Kazz3r24 opened 6 years ago

Kazz3r24 commented 6 years ago

Apart from doing a "dry run" I would love to be able to actually see what the script is doing. As far as I can tell it hasn't actually marked things as watched or unwatched on either server it gets run on and I receive no errors - anything that's been watched in my On Deck should updated as it is marked as watched - which it doesn't. The only time I see any output aside from a progress bar that is instantly at 100% after 0.01s then sits there for 5 minutes, is when I use precise matching which just takes forever (understandably). It would be great if there was a verbose flag you could put in so I can actually see what it's supposed to be doing, rather than hoping it's doing something. Sorry, that was wordy.

There's also no log to speak of from what I've been able to tell, which if it doesn't print out what it's doing, a log file I can read through would be nice.