seasonposter missing season information

Post here any issues with the API or feature requests
Post Reply
sander1
Posts: 3
Joined: Mon Apr 14, 2014 1:22 pm

seasonposter missing season information

Post by sander1 »

Hi!
When updating the Fanart.tv metadata agent for Plex, I noticed that the season information for season posters is not being returned in the API.

Code: Select all

http://api.fanart.tv/webservice/series/*API_KEY*/80348/json/seasonposter/1/2/
Is there an easy way to add this? It would be nice to have the API return it like it does for "seasonthumb":

Code: Select all

{
  id: "38819",
  url: "http://assets.fanart.tv/fanart/tv/80348/seasonposter/chuck-534b009c52e1d.jpg",
  lang: "en",
  likes: "0",
  season: "1" <-----
},
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: seasonposter missing season information

Post by Kode »

Try it now
sander1
Posts: 3
Joined: Mon Apr 14, 2014 1:22 pm

Re: seasonposter missing season information

Post by sander1 »

Kode wrote:Try it now
It's working perfectly. Thank you so much!
safej
Posts: 12
Joined: Thu Feb 13, 2014 4:10 pm

Re: seasonposter missing season information

Post by safej »

It doesn't work with xml.

Edit:
I'm seeing that it happens in more sites.
(Game of thrones example)
http://api.fanart.tv/webservice/series/ ... 21361/xml/

In seasonposters doesn't appear the season:

Code: Select all

<seasonposters>
<seasonposter id="38283" url="http://assets.fanart.tv/fanart/tv/121361/seasonposter/game-of-thrones-533fd2d451d5c.jpg" lang="en" likes="6"/>
...
</seasonposters>
In seasonbanners appear it but empty:

Code: Select all

<seasonbanners>
<seasonbanner id="37952" url="http://assets.fanart.tv/fanart/tv/121361/seasonbanner/game-of-thrones-53375ffb9264e.jpg" lang="en" likes="0" season=""/>
...
</seasonbanners>
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: seasonposter missing season information

Post by Kode »

I'll take a look, I didn't really look at the XML one
safej
Posts: 12
Joined: Thu Feb 13, 2014 4:10 pm

Re: seasonposter missing season information

Post by safej »

Please, no one can fix it?
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: seasonposter missing season information

Post by Kode »

Forgot all about this, will try to take a look tomorrow.
sander1
Posts: 3
Joined: Mon Apr 14, 2014 1:22 pm

Re: seasonposter missing season information

Post by sander1 »

Hi Kode!
The 'season' attribute is also missing for seasonposter in the new v3 of the API.
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: seasonposter missing season information

Post by Kode »

should be fixed for v3
Post Reply