Usage¶
Minimal setup is required to use Themerr-jellyfin. In addition to the installation, a few settings must be configured.
Enable Themes¶
Navigate to your user settings page.
Select Display from the user section.
Within the Library section, ensure Theme songs is enabled.
Directory Structure¶
Task Activation¶
Scheduled¶
Themerr will run automatically on a schedule. You can configure the schedule in the configuration page.
Manual¶
To initialize a download task manually, follow these steps:
Navigate to configuration page.
Select Update Theme Songs.
Or alternatively:
Navigate to http://localhost:8096/web/index.html#!/scheduledtasks.html.
Select Update Theme Songs under the Themerr section.
Theme Updates¶
Themerr will only add or update a theme song if the following conditions are met.
A user supplied
theme.mp3is not present.The theme in ThemerrDB is different from the previously added theme by Themerr.
Completion Dashboard¶
The completion dashboard reads theme ownership from Themerr’s local database. Themes downloaded by Themerr are shown as
Themerr-provided, while existing theme.mp3 files without matching Themerr metadata are treated as user-provided.
Plugin Data¶
Themerr stores local plugin metadata in a SQLite database at Jellyfin’s application data path:
<DataPath>/Themerr/themerr.db. The path is resolved from Jellyfin’s IApplicationPaths.DataPath, so it follows
the server’s configured data directory.