Skip to content

Marker Editor for Plex v2.6.4

Compare
Choose a tag to compare
@danrahn danrahn released this 09 Mar 03:32
· 59 commits to main since this release

v2.6.4 2024-03-08

Miscellaneous bug fixes and improvements.

Changelog

New

  • Pre-built packages for Linux and Mac.
    • NOTE: Many of the packages have not been validated outside of ensuring they launch the First Run experience.
    • Major overhaul of build-win.cjs (now build.cjs) to support cross-compiling as well as targeting Linux/Mac in addition to Windows (9a11110, d23df06, and 378633e).
  • Add an option to force index-based chapter matching for Bulk Add (074f5c6).
  • Add the concept of "sticky" settings - allow the user to choose whether their options in bulk operations and individual marker adds persist across the session, or multiple sessions (a163250).
  • Better Plex data directory detection (977b70f).
  • New pathMappings configuration option (see wiki) (15d0785, 7f5c35a, 4109e6b).
  • Add arm64 Docker target.

Fixed

  • Ensure dock mode toggle and help button scroll out of view (19f6673).
  • Fix broken chapter parsing on PMS >= 1.40.0 (e0f8fae).
  • Ensure restarting/paused/shutdown overlays can't be dimissed (098194b).
  • Fix broken user_created flag in backup database (f37b2fd).
  • Don't attempt to display empty season titles (cd8eeb3).
  • Fix broken tests (33d89be).
  • Bulk add apply type description could be incorrect if sticky settings are enabled (eb0b63a).

Tweaked

  • Adjust logging of media items in backup database that aren't in the Plex database (94112a5).
  • Use new JSON format in PMS >= 1.40.0 for chapter parsing if available (e0f8fae).
  • Some small screen optimizations (though this is still far from mobile-friendly) (e367674).
  • Don't include show name in episode title on small screens (85ffe17).
  • Trim whitespace from user-supplied paths during First Run experience (251fff1, a3d0674).
  • Tweak "markers without media items" message (72c1c22).