This website requires JavaScript.
Explore
Help
Sign In
T-Gander
/
jellyfin-plugin-mediacleaner
Watch
1
Star
0
Fork
0
You've already forked jellyfin-plugin-mediacleaner
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
15
Wiki
Activity
Files
bc7c95af08aeeb0cda1b4b3aeacc248b78bc500f
jellyfin-plugin-mediacleaner
/
Jellyfin.Plugin.MediaCleaner
History
Thomas Gander
bc7c95af08
Added basic state with selections
2026-02-14 16:01:06 -07:00
..
Configuration
Added debugging
2025-12-04 20:24:24 -07:00
Controllers
Converted StaleMediaTask to StaleMediaScanner for use in plugin home page. Also added a generic Media Info class that can be filtered to return the data you desire.
2026-01-25 14:52:47 -07:00
Data
Added barebones UI for Media Cleaner
2026-01-25 15:07:55 -07:00
Helpers
Further improvement to logging formatting and readability
2026-01-25 09:11:45 -07:00
Models
Converted StaleMediaTask to StaleMediaScanner for use in plugin home page. Also added a generic Media Info class that can be filtered to return the data you desire.
2026-01-25 14:52:47 -07:00
Pages
Added basic state with selections
2026-02-14 16:01:06 -07:00
ScheduledTasks
Converted StaleMediaTask to StaleMediaScanner for use in plugin home page. Also added a generic Media Info class that can be filtered to return the data you desire.
2026-01-25 14:52:47 -07:00
Jellyfin.Plugin.MediaCleaner.csproj
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.
2026-01-20 20:32:37 -07:00
Plugin.cs
Cleaned up media_cleaner_table.js and renamed to home.js. Updated table with no data to have a message.
2026-01-27 08:09:03 -07:00
PluginServiceRegistrator.cs
Converted StaleMediaTask to StaleMediaScanner for use in plugin home page. Also added a generic Media Info class that can be filtered to return the data you desire.
2026-01-25 14:52:47 -07:00
StaleMediaScanner.cs
Updated table to use check boxes for future selections. Added short circuiting when parsing seasons
2026-02-12 19:27:41 -07:00