16 Commits

Author SHA1 Message Date
maxid
eb7a15d32d Merge branch 'refs/heads/master' into fork/aasmoe/feat/multi-language-metadata
# Conflicts:
#	metadata_relay/app/tmdb.py
#	web/src/lib/api/api.d.ts
2025-12-20 14:53:41 +01:00
aasmoe
e12ff1d67b remove include_adult=True from tmdb relay 2025-12-15 09:26:09 +00:00
aasmoe
1caff77412 WIP: current progress 2025-12-13 19:30:02 +00:00
aasmoe
266d81688c feat: Add multi-language metadata support
- Add primary_languages config setting (ISO 639-1 codes)
- Fetch metadata in original language when in primary_languages
- Display original titles in search results for configured languages
- Download language-specific posters when available
2025-12-13 19:30:02 +00:00
maxDorninger
252f8c2f65 remove valkey caching functionality from metadata relay in favour of caching by a cdn like cloudflare 2025-11-02 21:24:41 +01:00
Maximilian Dorninger
ee7cbe2866 pins base image of MetadataRelay to Python 3.13 variant (#169)
This pull request updates the base image used in the
`metadata_relay/Dockerfile` to ensure compatibility with Python 3.13.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-28 20:15:02 +01:00
maxDorninger
cd5b16a4e5 Change all URLs containing maxid.me to dorninger.co 2025-08-23 17:54:57 +02:00
maxDorninger
82d327b76c add readme to metadata-relay 2025-07-02 16:51:32 +02:00
maxDorninger
1732bde281 fix bug which causes only recommended shows/movies to be displayed when trying to add media 2025-06-29 11:24:12 +02:00
maxDorninger
d446747e3b fix Dockerfile of metadata_relay 2025-06-28 23:46:25 +02:00
maxDorninger
a1c7b9b941 format files 2025-06-28 22:46:38 +02:00
maxDorninger
8a0efbdd2a make tvdb module use the new metadata relay service instead of directly calling the tmdb api 2025-06-28 21:38:50 +02:00
maxDorninger
2bee72aadf finalizing the frontend for the movies 2025-06-28 20:16:37 +02:00
maxDorninger
75c156e66d make metadata_relay not require both tvdb and tmdb api keys 2025-06-28 17:53:59 +02:00
maxDorninger
c7c982e1ed add feature to set base url path to metadata_relay 2025-06-28 17:26:11 +02:00
maxDorninger
5c14f0df28 introduce a new service called metadata_relay to implement caching for TMDB and TVDB API responses with valkey 2025-06-28 16:43:59 +02:00