1.0 KiB
1.0 KiB
0.1.1
- Updated Jellyfin item fetching logic to skip items that are not
Audio,Episode, orMovietypes, preventing errors when unsupported media types are encountered - Updated Jellyfin image fetching logic to use
ParentIdfor episodes and music tracks to ensure correct artwork is displayed in Discord Rich Presence - Added
coloredlogsdependency for improved logging output - Added a formatting script (
scripts/format.sh) that usesautopep8to automatically format the codebase for better readability and consistency - Removed caching of last fetched items to ensure the most up-to-date information is always displayed in Discord Rich Presence
- Handle paused state correctly by checking the
PlayStateproperty from Jellyfin and updating Discord Rich Presence accordingly - Set the
auth.sslconfiguration option in Jellyfin Client dynamically based on thejellyfin_server_url - Removed
to_rpc_payloadfunction in favor of a class method within theJellyfinMediaItemclass for better encapsulation and organization of code