• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 13
[END HAS COME for] KyraDB.com - A free site for animated gifs and more (with API)
#91
(2019-08-24, 12:09)rschiks Wrote: It was actually showing the latest animated images (both posters and backgrounds)....but I know, it's confusing. I have changed it. Now the posters shows the posters and the backgrounds shows the backgrounds.
Great! Much better now  Nod
Reply
#92
I have been busy with a new layout for all the images.

When you click on an image it will be displayed full screen.

Image

Image

Image
Proud owner of comics42.shop 
Reply
#93
I have done the same for the cast images:

Image

Image
Proud owner of comics42.shop 
Reply
#94
Well, why wait...I just put the new layouts live.

Don't forget, you can now click on an image to see it full screen!  Nod
Proud owner of comics42.shop 
Reply
#95
Added new actresses (done to post #680 - https://forum.kodi.tv/showthread.php?tid...pid2879566)
Proud owner of comics42.shop 
Reply
#96
(2019-08-24, 17:10)rschiks Wrote: I have been busy with a new layout for all the images.
Really nice! A great advantage and a great overview!  Nod
(2019-08-24, 17:10)rschiks Wrote: When you click on an image it will be displayed full screen.
Also important to say if download the full screen image you'll get the original source content image and not only a downscaled preview image.
___
EDIT: I have asked once again fanart.tv maintainer "Kode" about the prefer behave if votes are equal or no votes yet, answer here: https://forum.kodi.tv/showthread.php?tid...pid2879852
Reply
#97
The first artwork content creator @sonerbyzt (from deviantart) has given permission to use his work for the new planned artwork typehttps://www.deviantart.com/sonerbyzt/gallery/
I know, normally you would not have to ask cause all material's copyright belongs the movie companies but i prefer that way instead complaining afterwards.
Not always i will have the opportunity to do so because much material can no longer be traced back to a creator.

I hope @bl4cksl4yer (from deviantart) will do it same, his collections is the biggest out there, almost all know movies and all in AAA quality - https://www.deviantart.com/bl4cksl4yer/gallery/
Reply
#98
(2019-08-26, 13:22)chrissix Wrote: The first artwork content creator @sonerbyzt (from deviantart) has given permission to use his work for the new planned artwork typehttps://www.deviantart.com/sonerbyzt/gallery/
I know, normally you would not have to ask cause all material's copyright belongs the movie companies but i prefer that way instead complaining afterwards.
Not always i will have the opportunity to do so because much material can no longer be traced back to a creator.

I hope @bl4cksl4yer (from deviantart) will do it same, his collections is the biggest out there, almost all know movies and all in AAA quality - https://www.deviantart.com/bl4cksl4yer/gallery/

Have you reached out to @bl4cksl4yer?

We could add the content creator as an option. Something like: Made by @bl4cksl4yer.
The same for the other artwork too of course.
Proud owner of comics42.shop 
Reply
#99
Added new actresses (done to post #702 - https://forum.kodi.tv/showthread.php?tid...pid2880560)
Proud owner of comics42.shop 
Reply
Added new actresses (done to post #715 - https://forum.kodi.tv/showthread.php?tid...pid2881321)
Proud owner of comics42.shop 
Reply
Some great news!

@"chrissix" had an awesome idea to add movie folder icons as well. More details will be posted in a separate thread. 
As of this moment support has been added to the site. Of course new API calls will be added as well. In the next couple of days I'm going to work on that. 

I have some screenshots (I removed the other options on purpose to have focus on the icons) to share which will give you an impression:

Image

And you can download them in 3 different formats: .PNG, .ICO and Apple's .ICNS format. Simply click on the button. The API method will provide all the links to all formats.

Image
Proud owner of comics42.shop 
Reply
I have created the API calls for getting the icons:

/movie/tmdbid/{tmdbid}/images/icon
/movie/imdbid/{imdbid}/images/icon

It will output all the types of icons (title, clear and portrait). Each icon has 3 formats: the orginal PNG, a Windows icon (.ico) and Apple's .ICNS.

json:
{
                            "base_url_backgrounds" = "https://www.kyradb.com/backgrounds/original";
                            "base_url_posters" = "https://www.kyradb.com/posters/w342";
                            "base_url_character_art" = "https://www.kyradb.com/characters/original";
                            "base_url_character_posters" = "https://www.kyradb.com/posters/original";
                            "base_url_actor_art" = "https://www.kyradb.com/actors/original";
                            "base_url_icons" = "https://www.kyradb.com/icons/original";
                            "base_url_logos" = "https://www.kyradb.com/logos/original";
                            error = 0;
                            message = successful;
                            "number_of_icons_clear" = 0;
                            "number_of_icons_portrait" = 0;
                            "number_of_icons_title" = 4;
                            "icons_clear" = (
                            );
                            "icons_portrait" = (
                            );
                            "icons_title" = (
                                {
                                    "date_added" = "2019-09-06 19:41:14";
                                    height = 512;
                                    language = english;
                                    likes = 1;
                                    name = "5c3cf0607d3de7415c5381e0178de8ccfb20c710a3424997daa4c42b8476319b1.png";
                                    "name_icns" = "fb9e83f43c0ba986843ad33a6677242d4b6e0cb1889ebf60db407e755b4d978b1.icns";
                                    "name_ico" = "6096095311ef43c81d032bfd7b527d6e802171753543c902e50a34d465018f521.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                },
                                {
                                    "date_added" = "2019-09-06 19:41:48";
                                    height = 512;
                                    language = english;
                                    likes = 0;
                                    name = "61dc2d3cfcf55ab0741bc679810fd68934322a6fa030e54097d0f5d31a2936fd1.png";
                                    "name_icns" = "540bfbff34574328aea3d1e547fa23f48b561222e8955b71f98083e710559d201.icns";
                                    "name_ico" = "20e4305d053219fcadd5d082c11be1d799529a6abfe9b9fbc637ba80044583121.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                },
                                {
                                    "date_added" = "2019-09-06 19:43:03";
                                    height = 512;
                                    language = english;
                                    likes = 0;
                                    name = "8b30bf2aeb295f85fcea5553c9c5c5356b187b29e49f9d2c0922a385651929361.png";
                                    "name_icns" = "ecb79746dd06278f237523db79af1082f774c8f23fd425012214e792d088d6641.icns";
                                    "name_ico" = "0052d640dc083e18631c8f496c0374845efb042c55884530ba16dbd3826bd6ba1.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                },
                                {
                                    "date_added" = "2019-09-06 19:43:36";
                                    height = 512;
                                    language = english;
                                    likes = 0;
                                    name = "82487c7697751833b4f38e309a8c29b5c2e534bbb732c8ea94b76aa4b2cd007e1.png";
                                    "name_icns" = "ef4eb0db2f61bca98e4847b1254c7eac36a40964561786ded31c3190555dc48e1.icns";
                                    "name_ico" = "12d7fe2aad98185125ac60eaf890ca8f2bd5ddbb2dd138bd2f5617e3c43b83341.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                }
                            );
                            timezone = GMT;
                            "timezone_str" = "Europe/London";
                        }


For more information, see https://www.kyradb.com/api
Proud owner of comics42.shop 
Reply
I have changed the way you need to search. It used to be realtime searching but I wanted to add new options, so now you need to press the search button.

And I immediately added the option to search on tmdbid and imdbid.

Image
Proud owner of comics42.shop 
Reply
Added new actresses (done to post #723 - https://forum.kodi.tv/showthread.php?tid...pid2886088)
Proud owner of comics42.shop 
Reply
Still a lot of actors to import, but there's progress!  Rofl

Cast:

Total: 467,805
Imported: 101,604
Proud owner of comics42.shop 
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 13

Logout Mark Read Team Forum Stats Members Help
[END HAS COME for] KyraDB.com - A free site for animated gifs and more (with API)3