2019-04-25, 18:04
(2019-04-25, 17:55)andrewjswan Wrote: Thanks, possible split resolution = "340 x 510"; to width and height? Or add this value separately?
--
WBR, ajs
Won't be a problem to add it separately.
(2019-04-25, 17:55)andrewjswan Wrote: Thanks, possible split resolution = "340 x 510"; to width and height? Or add this value separately?
--
WBR, ajs
(2019-04-25, 17:21)rschiks Wrote: Better late than never.Great
I finally managed to implement the API for getting the animated gifs programmatically.
It actually works very simple. You need an API and User key, which you can find under your Account in your personal dashboard (you need to register an account).
Oh, forgot to tell...it's free. Yes, it costs absolutely nothing. No yearly fee anymore.
(2019-04-26, 11:13)myron Wrote: 1) can a search with IMDB id be added?I think the approach with the TMDB ID is already correct.
(2019-04-26, 11:13)myron Wrote: 5) Any objections, to integrate this in a MediaManager?
(2019-04-26, 11:40)chrissix Wrote:Not all IMDB movies present in TMDB site... Search by IMDB better than by TMDB.(2019-04-26, 11:13)myron Wrote: 1) can a search with IMDB id be added?I think the approach with the TMDB ID is already correct.
Each TMDB entry has an IMDB ID deposited. You just have to tap also the TMDB API in the code and you have access to IMDB ID's
(2019-04-26, 11:47)andrewjswan Wrote: Not all IMDB movies present in TMDB site...In the very rare cases where this happens, i go to the TMDB website and manually enter the ID, and as if by magic, the TMDB API data is getting more complete.
(2019-04-26, 11:13)myron Wrote:(2019-04-25, 17:21)rschiks Wrote: Better late than never.Great
I finally managed to implement the API for getting the animated gifs programmatically.
It actually works very simple. You need an API and User key, which you can find under your Account in your personal dashboard (you need to register an account).
Oh, forgot to tell...it's free. Yes, it costs absolutely nothing. No yearly fee anymore.
Just some questions/improvements
1) can a search with IMDB id be added?
2) can a language added to the images (mainly for posters with text, for filtering)
3) is all your content from your old consiliumb site now in Kyra (so i can ignore/skip it)
4) are there lowres animated images available? Eg for loading a preview page, i do not want to hammer your site with X*2MB traffic
5) Any objections, to integrate this in a MediaManager?
br
(2019-04-26, 11:40)chrissix Wrote:Actually already anticipated on the IMDB ID, so from the very start I added the IMDB ID to the same table.(2019-04-26, 11:13)myron Wrote: 1) can a search with IMDB id be added?I think the approach with the TMDB ID is already correct.
Each TMDB entry has an IMDB ID deposited. You just have to tap also the TMDB API in the code and you have access to IMDB ID's
(2019-04-25, 17:55)andrewjswan Wrote: Thanks, possible split resolution = "340 x 510"; to width and height? Or add this value separately?
--
WBR, ajs
(2019-04-26, 11:13)myron Wrote:Added the following method:(2019-04-25, 17:21)rschiks Wrote: Better late than never.Great
I finally managed to implement the API for getting the animated gifs programmatically.
It actually works very simple. You need an API and User key, which you can find under your Account in your personal dashboard (you need to register an account).
Oh, forgot to tell...it's free. Yes, it costs absolutely nothing. No yearly fee anymore.
Just some questions/improvements
1) can a search with IMDB id be added?
br