kmahon37 / plex-dvr-waker

Plex DVR Waker is a simple command-line tool for waking the computer before the next scheduled recording.
MIT License
8 stars 0 forks source link

Read previous datetime fields as timestamp fields #34

Closed kmahon37 closed 2 years ago

kmahon37 commented 2 years ago

Fixed an issue that was introduced by Plex Media Server v1.26.2.5797 updating their database schema for all date fields from "datetime" to "timestamp". Also added logging of Plex Media Server version to make future diagnosis easier. Fixes #33