T-Gander
  • Joined on 2025-11-29
66716a9bc9 Updated logging to be more concise when debug is not active
9bddc59fe2 Further improvement to logging formatting and readability
82441d5247 Improved logging futher and updated some methods to use LogDebugInformation and to handle exceptions
T-Gander pushed to main at T-Gander/jellyfin-plugin-manifest 2026-01-24 23:21:35 -07:00
ea01907158 Release 0.0.10
T-Gander pushed tag v0.0.10-alpha to T-Gander/jellyfin-plugin-mediacleaner 2026-01-24 23:20:49 -07:00
T-Gander pushed to main at T-Gander/jellyfin-plugin-mediacleaner 2026-01-24 23:16:42 -07:00
5ba270c9a0 Merge pull request 'Media cleaner logging improvements and refactors' (#6) from Media-Cleaner-Homepage-and-Api into main
4fc8b4799d Continued to improve logging and fixed a few bugs introduced by refactor
9e324f14a7 Significantly refactored code to help with readability of logging and episode processing
d024035d07 Managed to figure out how to use javascript on the plugin page by utilizing data-controller as found in other repos. Unsure how this is used, but appears to be how you can attach a js file to a div. Also implemented a basic state api to build off of in future.
Compare 4 commits »
T-Gander merged pull request T-Gander/jellyfin-plugin-mediacleaner#6 2026-01-24 23:16:40 -07:00
Media cleaner logging improvements and refactors
T-Gander created pull request T-Gander/jellyfin-plugin-mediacleaner#6 2026-01-24 23:16:27 -07:00
Media cleaner logging improvements and refactors
4fc8b4799d Continued to improve logging and fixed a few bugs introduced by refactor
9e324f14a7 Significantly refactored code to help with readability of logging and episode processing
d024035d07 Managed to figure out how to use javascript on the plugin page by utilizing data-controller as found in other repos. Unsure how this is used, but appears to be how you can attach a js file to a div. Also implemented a basic state api to build off of in future.
T-Gander pushed to main at T-Gander/jellyfin-plugin-mediacleaner 2026-01-19 08:12:25 -07:00
8d85194df5 Removed unused logging
T-Gander pushed to main at T-Gander/jellyfin-plugin-mediacleaner 2026-01-19 08:11:20 -07:00
f7c463aba4 Simplified Stale Episodes logic
Compare 2 commits »
T-Gander closed issue T-Gander/jellyfin-plugin-mediacleaner#1 2026-01-19 08:04:22 -07:00
Series seasons are mis-categorized as stale.
T-Gander commented on issue T-Gander/jellyfin-plugin-mediacleaner#1 2026-01-19 08:04:22 -07:00
Series seasons are mis-categorized as stale.

Fixed due to bad logic

T-Gander pushed to main at T-Gander/jellyfin-plugin-mediacleaner 2026-01-19 08:03:57 -07:00
77f2873180 Update README.md
T-Gander pushed to main at T-Gander/jellyfin-plugin-mediacleaner 2026-01-19 08:02:01 -07:00
b2da7beb00 Renamed method to be clearer in intention