Sprijin Bază de date filme (The Movie Database)

Hello, I am seeking assistance with displaying my Plex movie page using TMDB data. I would appreciate any guidance or resources you could provide to help me set this up correctly.

10 răspunsuri (pe pagina 1 din 1)

Jump to last post

Hi @mohamed_hesham,

Can you elaborate a bit as to what you mean by "displaying my Plex movie page"? What are you hoping to do exactly?

@travisbell said:

Hi @mohamed_hesham,

Can you elaborate a bit as to what you mean by "displaying my Plex movie page"? What are you hoping to do exactly?

I have a react website and I need to when I click on an anchor tag just forward me to that movie in Plex movie page Is it possible?

Confirming what you're asking about, it's that you want to have access to a deep link from our API to a third party like Plex? If so, no, that is not possible.

As our documentation states, we do not provide deep links. We only provide a link to our own "watch now" pages. If you want direct deep links, you will have to partner with a provider like JustWatch on your own.

I mean like this one in this link<a href="https://app.plex.tv/desktop/#!/provider/tv.plex.provider.discover/details?key=%2Flibrary%2Fmetadata%2F622abc6a491335d694adaf63">The Penguin</a>

Right, I don’t see how that is possible with any data you can get from TMDB.

Oky i think all i can to do is make anchor tag forward to plex search page with movie or show name

Yup, if Plex has a form you can post to, then you should be able to pass in a title and have the search execute for you on Plex’s side.

what do you think about that code const movieTitle = movie.title; // Get movie title from TMDB data const plexUrl = 'https://app.plex.tv/desktop#!/search?query=${encodeURIComponent(movieTitle)};

<a href={plexUrl} target="_blank" rel="noopener noreferrer"> Watch on Plex </a> i tried and worked for me

Sure, that looks reasonable.

@travisbell said:

Sure, that looks reasonable.

Thank you @travisbell

Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.

Globale

s focalizează bara de căutare
p deschide meniul profilului
esc închide o fereastră deschisă
? deschide fereastra cu scurtături de la tastatură

Pe paginile media

b mergi înapoi (sau la părinte atunci când este cazul)
e mergi la pagina de editare

Pe paginile sezoanelor filmelor seriale

(săgeată dreapta) mergi la sezonul următor
(săgeată stânga) mergi la sezonul precedent

Pe paginile episoadelor filmelor seriale

(săgeată dreapta) mergi la episodul următor
(săgeată stânga) mergi la episodul precedent

Pe toate paginile de imagini

a deschide fereastra pentru adăugarea de imagini

Pe toate paginile de editare

t deschide selectorul de traduceri
ctrl+ s trimite formularul

Pe paginile de discuții

n crează o discuție nouă
w comută starea de vizionare
p comută publică/privată
c comută închisă/deschisă
a deschide activitatea
r răspunde la discuție
l mergi la ultimul răspuns
ctrl+ enter trimite mesajul
(săgeată dreapta) pagina următoare
(săgeată stânga) pagina precedentă

Setări

Doriți să evaluați sau să adăugați acest articol într-o listă?

Autentificare