Add metadata management for shows: implement metadata retrieval, application, and updates in the API and UI. Enhance Show and ShowDto models to include metadata fields, and update the database schema accordingly. Introduce new endpoints for metadata operations and integrate metadata display in the ShowDetail component.
This commit is contained in:
@@ -63,6 +63,13 @@ Media__LoudnessTargetLufs=-16
|
||||
# Меняй при правке ЛОГИКИ рендера, чтобы пересобрать уже отрендеренные заставки.
|
||||
# Bumpers__TemplateVersion=1
|
||||
|
||||
# ── Метаданные шоу/серий (TMDb / OMDb) ─────────────────────────────────────
|
||||
# Ключи бесплатные: TMDb — themoviedb.org (Settings → API, v3 key), OMDb — omdbapi.com.
|
||||
# Без ключа источник просто не показывается в админке (ручной режим работает всегда).
|
||||
Metadata__Language=ru-RU
|
||||
Metadata__Tmdb__ApiKey=
|
||||
Metadata__Omdb__ApiKey=
|
||||
|
||||
# ── ASP.NET Core ──────────────────────────────────────────────────────────
|
||||
ASPNETCORE_ENVIRONMENT=Production
|
||||
ASPNETCORE_HTTP_PORTS=8080
|
||||
|
||||
Reference in New Issue
Block a user