Hi There! I Know i need to get this request: https://developers.themoviedb.org/3/genres/get-movie-list , How i can to show my movies from genres? I want to display my movies also into the genres list
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on June 28, 2020 at 11:02 AM
I didn't quite understand what you mean by My Movies and Display My Movies. But...
With this API Request that you posted, you receive the list of Genres used in TMDb and the respective IDs.
So, to get a list of movies that have one of the Genres, you need to make a Get / discover / movie Request specifying the Genre ID.
For example Animation = ID 16
Reply by JRustam
on June 28, 2020 at 11:08 AM
Ok, i understand u. But right know after this request i dont understand how to display list of genres with movie, explain please.
Reply by JRustam
on June 28, 2020 at 11:13 AM
I just want to display a list of genres, then the user clicks on the genre and the list of movies comes out.
Reply by ticao2 š§š· pt-BR
on June 28, 2020 at 11:18 AM
Where do you want to see this list of Genres?
On some website? On your website?
Reply by JRustam
on June 28, 2020 at 11:19 AM
In my application, Android application
Reply by ticao2 š§š· pt-BR
on June 28, 2020 at 11:23 AM
On an Android APP that you bought and installed on your Mobile?
Or on an Android APP that you are programming?
Reply by JRustam
on June 28, 2020 at 11:27 AM
I am programming
Reply by JRustam
on June 28, 2020 at 11:32 AM
Can u explain me please! I want to resolve this problem.
Reply by ticao2 š§š· pt-BR
on June 28, 2020 at 11:32 AM
In this case, when you are a programmer building something, what we can suggest is to visit this page:
https://www.themoviedb.org/documentation/api/wrappers-libraries
It is possible to select the Programming Language.
Reply by JRustam
on June 28, 2020 at 11:37 AM
Thank u! But i dont need a library. I just want to know how i can get List of genres and if user clicks genre i will show the movies with this genre.
Reply by ticao2 š§š· pt-BR
on June 28, 2020 at 11:48 AM
This is a matter of Programming.
So you need the assistance of a programmer, in the programming language you are using.
Usually, Travis Bell who is responsible for programming TMDb, suggests to users and programmers to seek help at Stack Overflow
And I think you might find help by searching https://github.com/
I don't personally know any programmer who works with Android.