svbackend / my-art-lib

Your own library of watched movies with crowd based recommendations and notifications about releases
https://mykino.top
GNU General Public License v3.0
2 stars 0 forks source link

Genres + relations with TMDB genres #39

Closed svbackend closed 6 years ago

svbackend commented 6 years ago

Sometimes (like when I want to add movie from TMDB) we need to get some genres for movie, so would be cool to know which genres on TMDB saved in our database, like: genres: id | tmdb_id | name and then you can find needed genres by tmdb ids: Genres->findBy(['tmdb_id' => [1,2,3...]]); and new created movies will be already with genres instead of empty collection

svbackend commented 6 years ago

40 merged.