feat(plex): classify collection-strip source (franchise/imdb/tmdb/smart)
Derive a `source` bucket per collection from the already-synced title + smart flag (no schema change, no re-sync): external list providers (IMDb/TMDb/TVDb/ Trakt) by leading token, Plex smart lists via the smart flag, everything else a genuine "collection". Returned on each info-page collection strip so the client can show/hide each type independently. Adds the stripSource labels (en/hu/de).
This commit is contained in:
parent
418a874851
commit
8a8087ae99
5 changed files with 51 additions and 2 deletions
|
|
@ -98,6 +98,14 @@
|
|||
"customize": "Nézet testreszabása",
|
||||
"prefArtBg": "Halvány háttér",
|
||||
"prefCast": "Szereplők",
|
||||
"stripSource": {
|
||||
"collection": "Kollekciók",
|
||||
"imdb": "IMDb",
|
||||
"tmdb": "TMDb",
|
||||
"tvdb": "TVDb",
|
||||
"trakt": "Trakt",
|
||||
"smart": "Smart listák"
|
||||
},
|
||||
"openImdb": "Megnyitás az IMDb-n",
|
||||
"director": "Rendező",
|
||||
"cast": "Szereplők & stáb",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue