This website requires JavaScript.
Explore
Help
Sign In
T-Gander
/
jellyfin-plugin-mediacleaner
Archived
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
This repository has been archived on
2026-06-07
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
main
Add File
New File
Upload File
Apply Patch
jellyfin-plugin-mediacleaner
/
Jellyfin.Plugin.MediaCleaner
History
Thomas Gander
1de8e31468
Updated state to scan library first before looking for stale media to ensure data in table is accurate
2026-03-10 07:43:53 -06:00
..
Controllers
Updated state to scan library first before looking for stale media to ensure data in table is accurate
2026-03-10 07:43:53 -06:00
Data
Updated state to scan library first before looking for stale media to ensure data in table is accurate
2026-03-10 07:43:53 -06:00
Enums
Refactor of http client and addition of sonarr anime table
2026-03-08 19:28:04 -06:00
Helpers
Fixed request handling to return empty arrays if request fails
2026-03-10 06:43:40 -06:00
Models
Added hasFile check to only delete files that exist.
2026-03-08 23:57:16 -06:00
Pages
Updated state to scan library first before looking for stale media to ensure data in table is accurate
2026-03-10 07:43:53 -06: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
Configuration.cs
Refactor of http client and addition of sonarr anime table
2026-03-08 19:28:04 -06:00
Jellyfin.Plugin.MediaCleaner.csproj
Refactor of plugin structure to make more sense compared to the default template
2026-02-16 14:08:15 -07:00
Plugin.cs
Moved styles to a global.css stylesheet. Also added basic validation with a transition
2026-02-16 16:08:12 -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
Refactored sonarr controller to be able to return anime or tv series based on the media found in the server. Also updated models
2026-03-08 23:39:17 -06:00