v17 Artwork Beef - automatically add extended artwork
@rmrector The API calls for animated posters and animated backgrounds now return a language value.
If a poster/background is textless it returns "unknown" as language.

An example:

json:
{
    "base_url_actor_art" = "https://www.kyradb.com/actors/original";
    "base_url_backgrounds" = "https://www.kyradb.com/backgrounds/original";
    "base_url_character_art" = "https://www.kyradb.com/characters/original";
    "base_url_character_posters" = "https://www.kyradb.com/posters/original";
    "base_url_logos" = "https://www.kyradb.com/logos/original";
    "base_url_posters" = "https://www.kyradb.com/posters/w342";
    error = 0;
    message = successful;
    "number_of_backgrounds" = 0;
    "number_of_posters" = 2;
    backgrounds =  (
    );
    posters =  (
        {
            "date_added" = "2019-07-15 19:19:49";
            height = 713;
            language = english;
            name = "4562706992ccc2c8e22e7b903802af049a87f6d9a61ab6407ef9ccd0a44bbfd11.gif";
            resolution = "500 x 713";
            width = 500;
        },
        {
            "date_added" = "2019-07-15 19:20:58";
            height = 713;
            language = unknown;
            name = "546276abb5bb9e69ee09d6503878bb0fd70a999de4bad2b5c1370b9fbdd88bb01.gif";
            resolution = "500 x 713";
            width = 500;
        }
    );
    timezone = GMT;
    "timezone_str" = "Europe/London";
}

I still need to go through all the animated posters, but shouldn't take that long.
Proud owner of comics42.shop 
Reply


Messages In This Thread
Artwork Helper version 0.7.0 - by rmrector - 2016-10-11, 11:30
Extrafanart - by stephen147 - 2018-05-15, 20:59
RE: Artwork Beef Context Menu - by berkhornet - 2018-09-25, 11:49
RE: Artwork Beef - automatically add extended artwork - by rschiks - 2019-07-28, 13:04
Artwork changing by itself - by crazyhands911 - 2020-05-18, 00:24
Logout Mark Read Team Forum Stats Members Help
Artwork Beef - automatically add extended artwork5