NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 4 5 6 7 8 … 93 Next »
Show artwork method

 
  • 0 Vote(s) - 0 Average
Show artwork method
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,953
Threads: 770
Joined: Nov 2003
#11
2015-04-02, 09:37 PM
In the Recordings screen, pressing enter on a recording will show any artwork it has available.

If it's working there, then the same should be available via the web api.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,467
Threads: 963
Joined: May 2006
#12
2015-04-02, 09:48 PM
whurlston pointed out in a recent post the art is for the folder not the filename.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,953
Threads: 770
Joined: Nov 2003
#13
2015-04-03, 02:15 AM
mvallevand Wrote:whurlston pointed out in a recent post the art is for the folder not the filename.
I just checked, and the web browser is definitely returning and showing "Elementary_20150403_15001600.jpg", which is sitting in the same directory as Elementary_20150403_15001600.ts, when calling the method=recording.artwork api.

I haven't gone back to check but from memory, I think whurlston's comment was more about not being able use the 'Metadata' menu option to download the metadata for several movies that were all in the same directory.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#14
2015-04-03, 09:24 AM
I couldnt see anything in the sticky relating to artwork etc.

Ok...I found a couple of banner files and renamed them the same of two shows...and in the recordings view they now show up.

So trying the http://morgoth:8866/services?method=reco...g_id=25986 gets me teh 404 error still where 25986 is
Code:
<recording>
<id>25986</id>
<recurring_parent>240</recurring_parent>
<name>The Tonight Show</name>
<desc>
Starring Jimmy Fallon: He's a charming, comical genius, with mad rapping skills and a great suit; we bring you Jimmy Fallon, and his ability to smooth-talk A-listers into doing nearly anything! G
</desc>
<start_time>23/03/2015 10:29:01 p.m.</start_time>
<start_time_ticks>1427102941</start_time_ticks>
<duration>01:01</duration>
<duration_seconds>3719</duration_seconds>
<status>Ready</status>
<quality>QUALITY_DEFAULT</quality>
<red>False</red>
<blue>False</blue>
<green>False</green>
<yellow>False</yellow>
<channel>PRIME</channel>
<channel_id>7232</channel_id>
<recurring>true</recurring>
<daymask>ANY</daymask>
<recurring_start>20/10/2014 9:30:00 a.m.</recurring_start>
<recurring_start_ticks>635493942000000000</recurring_start_ticks>
<recurring_end>20/10/2014 10:30:00 a.m.</recurring_end>
<recurring_end_ticks>635493978000000000</recurring_end_ticks>
</recording>

And I just checcked teh recording in teh recording view and the image shows up.

Web.log still gets:
Code:
2015-04-03 22:21:21.179    [ERROR][78]    System.Web.HttpException (0x80004005): File does not exist.
   at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)
   at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath)
   at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,953
Threads: 770
Joined: Nov 2003
#15
2015-04-03, 08:36 PM
Can you give me a longer snippet of web.log?

That stack trace doesn't show any of my classes, so I'm not really sure what's executing there.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#16
2015-04-04, 01:30 AM
Hopefully this shows enough.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,953
Threads: 770
Joined: Nov 2003
#17
2015-04-04, 01:40 AM
In that log, it looks like it's being redirected to a NEWA login page or something.

If you try manually going to http://127.0.0.1:8866/services?method=re...g_id=25885 in a browser, what do you get back? a 404, or the NEWA login page?
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#18
2015-04-04, 04:15 AM
It got a Error code: ERR_CONNECTION_REFUSED

I checked firewall, and it's not running on that machine.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,953
Threads: 770
Joined: Nov 2003
#19
2015-04-04, 04:26 AM
I can't picture what you're seeing. Can you post a screen shot? That's not a error that NextPVR generates.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#20
2015-04-04, 04:36 AM
Attached log

and screen shot of local chrome on nextpvr machine.

I do, for the record, get the images in next pvr when viewing the recording.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  is there a service?method which returns listings for multiple channels? reven 16 7,907 2022-04-11, 04:30 PM
Last Post: mandai
  Another Artwork question scJohn 15 8,881 2019-09-10, 05:33 PM
Last Post: nonob
  Artwork by show name psycik 4 4,851 2017-07-12, 03:47 AM
Last Post: psycik
  API access to artwork and deleting recordings cncb 29 16,715 2016-11-06, 02:20 AM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,491 2014-07-02, 10:58 AM
Last Post: sub
  couple of issues with recording.recurring.save method reven 10 5,224 2014-01-03, 11:11 PM
Last Post: reven
  Advice on which streaming method to use fred250 17 6,910 2013-09-14, 11:14 AM
Last Post: fred250
  getting recurring recordings from service?method API? reven 2 2,171 2013-08-03, 10:50 PM
Last Post: reven
  sabnzbd plugin to show processed files Wakalaka 1 2,177 2013-03-12, 06:48 AM
Last Post: psycik
  Reinitialise method scb147 6 2,792 2009-07-22, 02:23 PM
Last Post: scb147

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

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

Linear Mode
Threaded Mode