NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 2 3 4 5 … 93 Next »
Another Artwork question

 
  • 0 Vote(s) - 0 Average
Another Artwork question
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#1
2018-02-20, 09:14 PM
Not all TV shows will have Logo and/or Banner artwork. Life In Pieces and Super Girl do not have Banner artwork even though TheTVDB shows that they do have banner artwork. Those two shows also do not have Logo artwork but I don't know where the Log artwork comes from. I would guess that only about 85% of the my TV shows have Logo artwork and none have had Banner artwork.

I went into Settings => Artwork => Clear Cached Artwork. All services are enabled and download types are checked.

Could someone explain the rule(s) used by NextPVR for getting the artwork.

Thanks
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#2
2018-02-20, 09:25 PM
By "banner artwork" are you meaning wide short images like this? https://fanart.tv/api/download.php?type=...&section=1 NextPVR doesn't currently show those anywhere.

If you're using Schedules Direct, and these are things you've recorded using the guide, it'll prefer to get Schedules Direct artwork, since it can be sure of an accurate match. (other sources have to do a name search, and sometimes get incorrect content)
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#3
2018-02-21, 09:18 PM
I have Schedule Direct for EPG. So, in NPVR=>Media=>Shows folder, I will have 3 or 4 JPG files per show:
  • showname.fanart.png
  • showname.jpg
  • showname.landscape.jpg
  • showname.logo.jpg


But I do not necessarily get a .logo.jpg file for every show. Like for the shows: Life In Pieces and Supergirl. For those two shows, I get the showname.jpg file. I am using: http://localhost:8866/service?method=rec...g_id=17091 to retrieve the artwork.

I tried using &banner=true in place of &logo=true and did not get what I was looking for. It appears that the above API can only retrieve artwork that exists in the show folder. It will not force a download of artwork that does not already exist in the show folder. Correct?
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#4
2018-02-22, 02:36 AM
scJohn Wrote:It appears that the above API can only retrieve artwork that exists in the show folder. It will not force a download of artwork that does not already exist in the show folder. Correct?
The first time artwork is requested (using this web API, or a couple of others used internally in the app), it check for the *-catalog.xml file in C:\Users\Public\NPVR\Media\Shows. If this exists, it'll use the existing artwork mentioned in that file. If the file does not exist, it'll do internet search for the artwork, save a new *-catalog.xml file. ie, to force a search, you'd have probably have to delete the -catalog.xml file, and the png/jpg files.
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#5
2018-02-23, 10:29 PM
I see no difference between:
service?method=recording.artwork&logo=true&recording_id=17645
and
service?method=recording.artwork&logo=false&recording_id=17645

Is there suppose to be a difference between using true or false? Or am I missing something about the API .

Thanks
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#6
2018-02-24, 03:09 AM
There is a difference between these, assuming it has logo artwork available. If not, then you get the poster. (ie, it's current assuming if the "logo" parameters is present, that you want the logo... it's not looking at the 'true' or 'false')
Code:
service?method=recording.artwork&logo=true&recording_id=17645
and
service?method=recording.artwork&recording_id=17645
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#7
2018-03-15, 09:47 PM
Having problems. I am trying to get the landscape art work and it's returning the logo artwork.

I am using:
http://localhost:8866/services/service?m...scape=true


if i try for fanart i get the poster.
http://localhost:8866/services/service?m...anart=true

I am doing something wrong but what.

Thanks.
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#8
2018-03-16, 01:03 AM
Maybe upload your web.log, I tried here and it works. As sub wrote the true or false are ignored it is anything after the =

Martin
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#9
2018-03-16, 05:12 PM (This post was last modified: 2018-03-16, 05:23 PM by scJohn.)
I have attached the web log file for the following 3 API requests:

http://localhost:8866/services/service?m...g_id=18694 (returnded poster)

http://localhost:8866/services/service?m...anart=true (returned poster)

http://localhost:8866/services/service?m...scape=true (returned logo)
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#10
2018-03-16, 05:28 PM
scJohn Wrote:I have attached the web log file for the following 3 API requests:

http://localhost:8866/services/service?m...g_id=18694 (returnded poster)

http://localhost:8866/services/service?m...anart=true (returned poster)

http://localhost:8866/services/service?m...scape=true (returned logo)

Your catalog.xml only includes a poster and logo so NextPVR is defaulting back to its recommendation based on the requested type.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web API only_new Question Gazavant 6 2,621 2021-04-04, 06:54 PM
Last Post: sub
  WEB API GuidService/Listing question(s) scJohn 6 4,237 2017-08-09, 02:18 PM
Last Post: scJohn
  Artwork by show name psycik 4 4,520 2017-07-12, 03:47 AM
Last Post: psycik
  API access to artwork and deleting recordings cncb 29 15,435 2016-11-06, 02:20 AM
Last Post: mvallevand
  skin question pBS 2 3,328 2016-06-18, 07:03 PM
Last Post: pBS
  Show artwork method psycik 31 11,696 2015-07-14, 07:06 AM
Last Post: aloxinh
  Another SQL question bgowland 15 7,162 2014-05-21, 08:09 AM
Last Post: bgowland
  Timing.Info question mvallevand 2 2,062 2013-04-19, 03:54 AM
Last Post: mvallevand
  N-PVR db3 EPG_EVENT time format question bgowland 3 2,073 2011-03-12, 05:26 AM
Last Post: bgowland
  Ping UncleJohnsBand (question about npvr soap) ioan 2 2,026 2011-02-18, 01:12 AM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode