shemanaev / jellyfin-plugin-media-cleaner

Automatically delete played media files after specified amount of time.
MIT License
71 stars 1 forks source link

[Feature]: Can you make the latest version of the plugin support the old version number of Jellyfin? #30

Closed shanyan-wcx closed 9 months ago

shanyan-wcx commented 9 months ago

Describe the feature you'd like added

I am using nyamisaka/jellyfin: latest because this image includes graphics card drivers, FFmpeg, and Chinese fonts. Its version number is behind the official version, at 10.8.10, but its functionality is ahead of the official version. The media cleaner is displayed as unsupported on this version number.

Additional context

No response

shemanaev commented 9 months ago

I'd rather not. But you can install specific previous version via Plugins Catalog until the fork you use catches up.

shanyan-wcx commented 9 months ago

But installing the old version will be automatically updated.

shemanaev commented 9 months ago

Well, there's flag "autoUpdate" in meta.json of plugin, but it seems broken in Jellyfin... And I really don't want to downgrade dependencies as they're marked unsafe. So, there's two options right now:

  1. Compile latest version of plugin with specific modifications by yourself and replace files
  2. I can compile it for you, if you don't mind picking file from random guy 😄
shanyan-wcx commented 9 months ago

Please compile it for me.

shemanaev commented 9 months ago

Here you go: MediaCleaner_2.9.0.0_abi_10.8.4.zip

shanyan-wcx commented 9 months ago

Thank you.