Marker Editor for Plex v2.2.0
v2.2.0 - 2023-08-06
Polishing the v2.2.0 beta - Import/Export, delete all, improved keyboard navigation, and more.
Changelog
New (since v2.1.1)
- Permanent Delete: Irreversible delete of all markers (Plex- and user-generated) in a given library (757eafe). Addresses #4
- Marker Export/Import: Export existing library/server markers to a custom database that can then be imported at a later date to bulk apply everything to a library/server (export: 1028d91, import: 0bb7fba). Addresses #2
- Token-based search: In addition to fuzzy substring search, also implement basic token-based search so that e.g. 'Ring Lord' matches against 'The Lord of the Rings'. (67a1153)
- Editing shortcuts: type
i
/c
when editing marker timings to switch the marker type to Intro/Credits (2e6e9b8) - Basic end-to-end testing of delete all (97ae1f4) and import/export (919e1e3)
Fixed
- Better handling of thumbnails that fail to load. Instead of a broken image, fall back to a simple 'Error' thumbnail (ff83d2e)
- Better handling of table visibility states (d918221, with subsequent fixes via 9973b87 and a66cf1a)
- Always show the section options banner so that users can filter/get to section-wide options without initiating a search first (5e8ffad)
- Fix single-marker ignore flow (e1f7511)
- Minor code cleanup:
- Easier contextual logging - "better" log entry alignment, and make it easier to categorize log messages (76f9ea7)