-
Notifications
You must be signed in to change notification settings - Fork 84
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
Music credits for TV series #66
Comments
I'm not really sure what the composer method is meant to do, but the soundtrack credits i.e. http://gb.imdb.com/title/tt0412142/soundtrack?ref_=tt_trv_snd are fetched with |
On The Matrix composer() Would get you Don Davis, because he's in the "Music By" section on http://www.imdb.com/title/tt0133093/fullcredits?ref_=tt_cl_sm#cast |
Yeah, "Series Music by" is not returned with composer() and that is what I would like to get. |
Started to implement this and I wonder if "Series Music Department" should be in there too, or that should be the main one? |
It seems that in some TV series there is "Series Music Department" (imdb.com/title/?/fullcredits/music_department) and some have "Series Music By" (imdb.com/title/?/fullcredits/composer) and some have both. Neither is returned with composer(). Edit: Game of Thrones for example has both and there is different names in both sections. |
Hello
I'm trying to list music credits for TV series (for example House), but imdbphp returns empty results with composer(). Is there another command for that or is this bug?
The text was updated successfully, but these errors were encountered: