Jellyfin - Plugins - Subbuzz - Config - Cache¶
Configuration options for jellyfin plugins subbuzz config Cache.
Available Options
This page documents 6 configuration options.
nixflix.jellyfin.plugins.subbuzz.config.Cache¶
Settings controlling subtitle and search result caching behaviour.
| Type | submodule |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.Cache.BasePath¶
Specify a custom location for the cache files. Leave blank to use the default.
| Type | string |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.Cache.Search¶
Save results from search requests and reuse them for a specified period of time.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.Cache.SearchLifeInMinutes¶
Send search requests to the providers again only after the selected period expires.
| Type | (one of 1440, 60, 10080, 720, 2880, 120, 20160, 4320, 30240, 5760, 240, 40320, 480, 0) or (one of "1 day", "1 hour", "1 week", "12 hours", "2 days", "2 hours", "2 weeks", "3 days", "3 weeks", "4 days", "4 hours", "4 weeks", "8 hours", "Use cache only in case of error") convertible to it |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.Cache.SubLifeInMinutes¶
The subtitles will be downloaded again only when the selected period expires. Usually, once the subtitles are uploaded, they are never updated. Therefore, you may consider increasing the default period to speed up subsequent subtitle downloads.
| Type | (one of 1440, 60, 10080, 720, 2880, 120, 20160, 4320, 30240, 43200, 240, 86400, 480, 129600, 1000001, 0) or (one of "1 day", "1 hour", "1 week", "12 hours", "2 days", "2 hours", "2 weeks", "3 days", "3 weeks", "30 days", "4 hours", "60 days", "8 hours", "90 days", "Always", "Use cache only in case of error") convertible to it |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.Cache.Subtitle¶
Store the downloaded subtitle files locally to reduce the requests to the providers.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |