Movie import v1

This commit is contained in:
2026-03-17 12:36:12 +01:00
parent e750736a1c
commit 211418c6c4
10 changed files with 312 additions and 9 deletions

View File

@@ -122,3 +122,12 @@ $lang["cache_purge_cancel"] = "Abbrechen";
$lang["cache_purge_confirm"] = "Cache leeren";
$lang["cache_purge_pagelinks_success"] = "Seitenlink-Cache geleert.";
$lang["cache_purge_thumbs_success"] = "Vorschaubild-Cache geleert.";
$lang["toolbar_movie_title"] = "Film-Import";
$lang["movie_prompt"] = "Filmtitel eingeben (optional mit Jahr):";
$lang["movie_error_no_apikey"] = "OMDb-API-Schlüssel nicht konfiguriert. Unter Admin → luxtools einstellen.";
$lang["movie_error_not_found"] = "Film nicht gefunden.";
$lang["movie_error_fetch"] = "OMDb-Abfrage fehlgeschlagen.";
$lang["omdb_heading"] = "Film-Import (OMDb)";
$lang["omdb_apikey"] = "OMDb-API-Schlüssel";
$lang["omdb_apikey_note"] = "Der API-Schlüssel wird an den Browser übergeben für clientseitige OMDb-Abfragen. Er ist in den Browser-Entwicklertools und Netzwerkanfragen sichtbar.";

View File

@@ -28,3 +28,5 @@ $lang["gallery_thumb_scale"] = "Skalierungsfaktor fuer Galerie-Thumbnails. 2 erz
$lang["open_service_url"] = "URL des lokalen Client-Dienstes fuer {{open>...}} (z.B. http://127.0.0.1:8765).";
$lang["pagelink_search_depth"] = "Maximale Verzeichnisebene fuer .pagelink-Suche (0 = nur Root).";
$lang["omdb_apikey"] = "OMDb-API-Schlüssel für den Film-Import. Wird clientseitig im Browser verwendet.";

View File

@@ -123,3 +123,12 @@ $lang["cache_purge_cancel"] = "Cancel";
$lang["cache_purge_confirm"] = "Purge Cache";
$lang["cache_purge_pagelinks_success"] = "Pagelinks cache purged.";
$lang["cache_purge_thumbs_success"] = "Thumbnail cache purged.";
$lang["toolbar_movie_title"] = "Movie Import";
$lang["movie_prompt"] = "Enter movie title (optionally with year):";
$lang["movie_error_no_apikey"] = "OMDb API key is not configured. Set it in Admin → luxtools.";
$lang["movie_error_not_found"] = "Movie not found.";
$lang["movie_error_fetch"] = "OMDb lookup failed.";
$lang["omdb_heading"] = "Movie Import (OMDb)";
$lang["omdb_apikey"] = "OMDb API key";
$lang["omdb_apikey_note"] = "The API key is passed to the browser for client-side OMDb lookups. It will be visible in browser developer tools and network requests.";

View File

@@ -28,3 +28,5 @@ $lang['gallery_thumb_scale'] = 'Gallery thumbnail scale factor. Use 2 for sharpe
$lang['open_service_url'] = 'Local client service URL for the {{open>...}} link (e.g. http://127.0.0.1:8765).';
$lang['pagelink_search_depth'] = 'Maximum directory depth for .pagelink search (0 = only root).';
$lang['omdb_apikey'] = 'OMDb API key for movie metadata import. Used client-side in the browser.';