-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trailer in TV Show #70
Comments
@ChrisTERiS Added a |
Yes, you're right. Don't remember if I read it at TMDb site but now except the "Trailer", have video types "Teaser" and "Behind the scene". With my experience, I believe that the "Teaser" type is the good one if someone want to show just one video. Teaser is the global video for a TV Show while Trailers can be one per episode. Thank you for your help. I'll wait the improved version. |
Just seen in your link before that you had already post the changes. I did all the changes, except the one in configuration/all.php as video already exist as parameter at the end of the line. Now the link to trailer works, but as I want to display it inline the page, I'll use $trailer['key'] for it. Thank you so much for your help. Really appreciated !! |
refs #70: implemented getTrailers() for TVShows and added example;
Have copied the code below from Movie class to TVShow class and then I tried to display it on the page with $tvShow->getTrailer(); but nothing appear there. I know that this will (if) display only the filename, but is ok for me.
`
/**
* Get the TVShow's trailers
*
* @return array
*/
`
Maybe it needs to add somewhere append_to_response=video or something else? If yes, where is that declaration?
Thank you
Chris
The text was updated successfully, but these errors were encountered: