v2.0.0 - 2023-02-20
New major version, and yet another rebrand to Marker Editor for Plex, as it can now handle more than just intro markers.
Changelog
New
Major
- Support for Plex's new Credits markers.
- Movie support - add markers to movies in addition to episodes.
Minor
- Improved backup/restore process. Choose how to restore markers that Plex has purged after reanalyzing media.
- Allow regex search, using
/XYZ/
syntax (e.g./^B/i
will show everything that starts with 'b', case-insensitive).
Fixed
- Vastly improve performance of initial marker caching when
extendedMarkerStats
are enabled. - Don't show markers for deleted episodes in the purge list.
- Add the episode's guid to the backup database, for hopeful future use in correlating backed up marker actions with a potentially different version of the same episode.
- Use epoch timestamps when storing dates in the database, which Plex switched over to in late 2022.
- Fix some bulk actions from failing if the customization table wasn't showing.
- Reduce failure rate of ffmpeg thumbnails at the very end of files.
- Many other miscellaneous bug fixes, hopefully outweighing the new ones I've introduced.