• 1
  • 99
  • 100
  • 101(current)
  • 102
  • 103
  • 123
Animated Movie Posters
(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 Smile

Won't be a problem to add it separately.
Proud owner of comics42.shop 
Reply
Thanks Smile

--
WBR, ajs Smile
Reply
(2019-04-25, 17:21)rschiks Wrote: Better late than never.
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.
Great Smile
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
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
Reply
(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
Reply
(2019-04-26, 11:13)myron Wrote: 5) Any objections, to integrate this in a MediaManager?

Media Manager Pioneer @vbat99 may interested also in giving a chance for Media Companion?
Reply
(2019-04-26, 11:40)chrissix Wrote:
(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
Not all IMDB movies present in TMDB site... Search by IMDB better than by TMDB.

--
WBR, ajs Smile
Reply
(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.
Reply
(2019-04-26, 11:13)myron Wrote:
(2019-04-25, 17:21)rschiks Wrote: Better late than never.
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.
Great Smile
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 

1) Yes, I also have the IMDB id in the same table. Already anticipated on it  Shy
2) Don't have that in the database (for the images). Mainly because I wanted to keep everything English.
3) Yes, everything (and more) has been added to the new site. In the future consiliumb will be retired.
4) I have only added the hi-res versions. I hope applications will be smart to cache them, if not only for the speed.
5) Of course no objections  Big Grin
Proud owner of comics42.shop 
Reply
(2019-04-26, 11:40)chrissix Wrote:
(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 
Actually already anticipated on the IMDB ID, so from the very start I added the IMDB ID to the same table.
The API method I can simply duplicate and just change the SQL query  Smile Just wanted to have the basics in place for now.
Proud owner of comics42.shop 
Reply
(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 Smile


Added:

                            backgrounds = (
                                {
                                    "date_added" = "2018-11-30 15:57:10";
                                    name = "284b9e56ebd22b7a5f266aa5d3cf356a2445ae614f1cd027aa3bc9bc7e1988691.gif";
                                    resolution = "1300 x 544";
                                    width = 1300;
                                    height = 544;
                                }
                            );                    
                            posters = (
                                {
                                    "date_added" = "2018-11-30 15:57:31";
                                    name = "4bc3aa9ca5b71b994784bacc1668137a2f0cfa28dde594e4d6e5431ee7e2367a1.gif";
                                    resolution = "533 x 800";
                                    width = 533;
                                    height = 800;
                                },
                                {
                                    "date_added" = "2018-11-30 15:57:41";
                                    name = "ec0600c3bb52d0ee7d400612f0509a3fe9519bdce06b2aafa6e78b42f7db85b51.gif";
                                    resolution = "269 x 397";
                                    width = 269;
                                    height = 397;
                                },
                                {
                                    "date_added" = "2018-11-30 15:57:52";
                                    name = "7d251f3b6064176afa93b3cfa29f08e3206e628ca8d446d3a3a19a271ff9fb371.gif";
                                    resolution = "340 x 510";
                                    width = 340;
                                    height = 510;
                                }
                            );
Proud owner of comics42.shop 
Reply
Thanks!

--
WBR, ajs Smile
Reply
(2019-04-26, 11:13)myron Wrote:
(2019-04-25, 17:21)rschiks Wrote: Better late than never.
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.
Great Smile
Just some questions/improvements

1) can a search with IMDB id be added?

br 
Added the following method:

/movie/imdbid/{imdbid}/images/animated

See https://www.kyradb.com/api
Proud owner of comics42.shop 
Reply
I would be willing to donate a small paypal if someone finds desire and time to create a quality animated poster of the main poster of Avengers Endgame
Main poster fanart.tv retouched with logo: https://fanart.tv/api/download.php?type=...&section=3
Main poster fanart.tv retouched without logo = keyart: https://fanart.tv/api/download.php?type=...&section=3

There exist also an interactive 3D image found on Facebook: https://www.facebook.com/Marveldeutschla...5231997033

Maybe the interactive 3D image can be extracted and used to make a nice looping animation.
Apart from that... maybe the lens flares or the rain drops could be animated.
I can not think of more myself.
Reply
@chrissix

Here is my attempt at the Endgame poster...

Image


Image

**Made a few small changes**

I couldn't figure out how to extract the 3D image assets Huh
Reply
Hi, I've got bot 2d and 3d versions of a few movies. I want to make the 3d version have an animated poster. the only issue is whenever i select the animated poster for the 3d movie kodi for some reason assigns it to the 2d. Is there a way to fix this. I'm using Nvidia Shield and arctic zephyr 2 skin atm.
Reply
  • 1
  • 99
  • 100
  • 101(current)
  • 102
  • 103
  • 123

Logout Mark Read Team Forum Stats Members Help
Animated Movie Posters13