18 Commits

Author SHA1 Message Date
Kamil 9e675f8cf4 feat: add batch processing for adding and removing songs in playlists 2025-02-11 09:15:32 +00:00
Kamil 4d06b257cb feat: add refresh playlist functionality 2024-12-17 17:45:06 +00:00
Kamil 2da69fc330 feat: add workaround method to remove user from playlist and enhance get_users method with optional user_id 2024-12-11 12:54:28 +00:00
Kamil 754f7f9204 feat: add get_users method to fetch users from Jellyfin API 2024-12-10 22:10:10 +00:00
Artur Y 181eff22ef add image/webp to the list of supported cover image types 2024-12-07 13:27:45 +01:00
Artur Y a20f1733f1 case-insensitive image formats
Sometimes the image format comes as `image/JPEG`, which results in an `Unsupported image format: image/JPEG`
2024-12-06 15:33:22 +01:00
Kamil 1ee0087b8f reworked the celery task management 2024-12-04 22:22:04 +00:00
Kamil 883294d74e added get_item to jellyfin-client 2024-12-03 12:45:13 +00:00
Kamil f0bffe92ae updated jellyfin api client:
- more verbose debug logs
2024-11-25 17:20:07 +00:00
Kamil 996daf700a some logging adjustments 2024-11-24 22:44:05 +00:00
Kamil 4d9f9462f5 fix copy pasta errors due to tiredness 2024-11-24 22:10:29 +00:00
Kamil 3e593bf475 updated logging on jellyfin api client 2024-11-24 21:39:40 +00:00
Kamil 961e175a7d Missed some timeout parameters 2024-11-24 21:07:34 +00:00
Kamil 810febbec2 Added JELLYFIN_REQUEST_TIMEOUT env var 2024-11-24 21:05:11 +00:00
Kamil e3d37576ed Added REFRESH_LIBRARIES_AFTER_DOWNLOAD_TASK
resolves #10
2024-11-24 16:17:30 +00:00
Kamil 53e4cf0a8d try some normalization on search query 2024-11-22 21:56:15 +00:00
Kamil 6f56f25384 do not use clean query 2024-11-22 20:37:19 +00:00
Kamil 435f903b94 v0.1.0 2024-11-22 12:29:29 +00:00