Skip to content

Releases: luigi311/JellyPlex-Watched

v7.0.2

27 Feb 06:14
61e3ddd
Compare
Choose a tag to compare

What's Changed

  • Watched: Allow None for mediaidentifier title by @luigi311 in #245

Full Changelog: v7.0.1...v7.0.2

v7.0.1

26 Feb 22:50
9913557
Compare
Choose a tag to compare

What's Changed

  • Update README.md to reflect uv update; make environment setting more clear by @BadCoder2 in #242
  • Move server watched log to trace by @luigi311 in #244
  • Plex: Use username for watch key if exists by @luigi311 in #240

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

23 Feb 19:50
81ba9bd
Compare
Choose a tag to compare

Major changes! Lots has been simplified and cleanuped so its easier to find issues. For now this is gonna be single threaded since the threading was adding a bunch of code making it harder to keep track of logic and bugs.

Some big things that should help maintainability are

  • logger is much improved and now uses loguru so its easier to add new log lines
  • the watch structure is now using pydantic so it should be easier to follow the structure better everywhere and keep it consistent
  • using UV now for handling python
  • the validator should now tell you what is wrong with the generated output

This does have a lot of changes in it though so marking as v7

What's Changed

Full Changelog: v6.1.2...v7.0.0

v6.1.2

19 Feb 00:31
4771f73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

13 Sep 23:02
7e13c14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.1.0

05 Sep 20:30
Compare
Choose a tag to compare

What's Changed

  • Jellyfin/Emby: Check partial sync support by @luigi311 in #185
  • Add puid pgid support to fix permission issues by @luigi311 in #187

Full Changelog: v6.0.1...v6.1.0

v6.0.1

15 Jul 11:11
Compare
Choose a tag to compare

What's Changed

  • Jellyfin: Skip partial on version lower than 10.9 by @luigi311 in #182

Full Changelog: v6.0.0...v6.0.1

v6.0.0

03 Jun 05:30
3b749fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v6.0.0

v5.1.0

15 Apr 21:08
b317530
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

17 May 19:41
87b4a95
Compare
Choose a tag to compare

Potential Issues

  • Plex now uses usernames by default and falls back to title, this could potentially cause issues with user mappings as some of values gathered might be different than before. This will make it more stable going forward though allowing users to change their titles if they want without requiring you to change the mapping.

What's Changed

New Contributors

Full Changelog: v4.5.0...v5.0.0