NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 3 4 5 6 7 … 93 Next »
Media Browser Integration

 
  • 0 Vote(s) - 0 Average
Media Browser Integration
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#221
2014-01-21, 10:30 PM
KRA Wrote:slap me for beeing lazy and not reading 20 pages, but can I test MediaBrowser with NPVR now ?
No, not at this stage. They've only released it with WMC support at this stage. Hopefully we'll see NextPVR support in the near future though.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#222
2014-01-21, 11:05 PM
KRA Wrote:slap me for beeing lazy and not reading 20 pages, but can I test MediaBrowser with NPVR now ?

Have to say... I got a good laugh out of this.... Smile
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#223
2014-01-21, 11:13 PM
Users are always interested n the developer forums and the little secrets we know!

Until we talk apis dlls, sdk etc.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#224
2014-01-26, 07:45 PM
The issue with the dubble recording fault still exists after upgrading to the latest version.
One recording not a problem. Schedule a second recording doesn't work...

Also some new requests. Smile

- A method to give me a status about nextpvr. ( So we now if nextpvr is available .... and if you know why it doesn't work a message... )
- A method to check if there is a new version of nextpvr available ...
- A method that give me the tuners that are available in nextpvr.

I don't know if that is possible?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#225
2014-01-26, 08:05 PM
Here's xml calls for those

/public/services/InfoXML.aspx

http://www.gbpvr.com/version.xml

For the problem you'd need to post the web log, you will get a 500 if there is a conflict.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#226
2014-01-26, 08:26 PM
Thanks, but will they also available as JSON call's in the NEWA solution??
Where can i get the web log?

Yes i get an 500. But it shouldn't.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#227
2014-01-26, 08:33 PM
Svekke Wrote:The issue with the dubble recording fault still exists after upgrading to the latest version.
One recording not a problem. Schedule a second recording doesn't work...
Reproduce this problem, and post your c:\users\public\npvr\logs\web.log and nrecord.log and we'll take a look.

So you have multiple tuners, and each has channels setup? When you setup your second tuner, did you take NextPVR's offer to create the channels for you based on the other tuner, or did you manually setup each device independently, and have each channel listed twice in NextPVR's TV Guide? If you did the latter, this can cause each tuner to have a unique set of channels, in effect meaning that some channels are only available on one tuner, and it couldn't satisfy a request to record on that device if it's already got a recording scheduled.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#228
2014-01-26, 08:36 PM
The 500 is how UJB defined it he gives back JSON like this showing the conflicting recording as a schdConflicts type and also the epgEvent of the record you are trying to schedule.

Code:
15:32:53 T:7144  NOTICE: {u'epgEventJSONObject': {u'rtn': {u'Message': u'Conflict in recording request found.    *** Conflict Event: Road to the Olympics\r\n', u'HTTPStatus': 500, u'Error': True}, u'schdConflicts': [{u'Blue': False, u'Priority': 0, u'RecordingFileName': u'', u'EndTime': u'2014-01-26T22:00:00Z', u'Type': u'Single', u'Red': False, u'Status': u'Pending', u'FanArt': u'', u'PlaybackDuration': 0, u'LastWatched': u'0001-01-01T00:00:00', u'Day': u'', u'FailureReason': u'', u'ChannelOid': 6871, u'MaxRecordings': u'0', u'Name': u'Road to the Olympics', u'PostPadding': u'2', u'PrePadding': u'1', u'DownloadURL': u'', u'PlaybackPosition': 0, u'Green': False, u'OID': 6681, u'Yellow': False, u'OnlyNew': False, u'StartTime': u'2014-01-26T21:00:00Z', u'Quality': u'Default'}], u'epgEvent': {u'ChannelOid': 6879, u'Genres': [u'Movie', u'Comedy'], u'Audio': u'', u'Subtitle': u'', u'UniqueId': u'MV001090510000', u'Title': u'Dr. Dolittle 2', u'FanArt': u'', u'HasSchedule': False, u'OID': 46044255, u'FirstRun': True, u'StarRating': u'**\xbd', u'OriginalAirdate': u'2001-01-01T00:00:00', u'ScheduleIsRecurring': False, u'Aspect': u'4:3', u'StartTime': u'2014-01-26T21:00:00Z', u'Rating': u'', u'EndTime': u'2014-01-26T23:00:00Z', u'Quality': u'', u'Desc': u'To save an endangered species, a veterinarian who can talk to animals (Eddie Murphy) must reintroduce a performing bear to the wild.'}}}

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#229
2014-01-27, 02:03 AM
Svekke Wrote:The issue with the dubble recording fault still exists after upgrading to the latest version.
One recording not a problem. Schedule a second recording doesn't work...

Did you see Martin's post about the 500 error for when there is contention/conflict? This could be a bug on my part as it is not a perfect science....determining conflicts that is. I implemented a pre-check based on info sub provided to make the determination.

As sub said... post your nrecord.log (and your web.log) after making this error happen again.

Svekke Wrote:Also some new requests. Smile

- A method to give me a status about nextpvr. ( So we now if nextpvr is available .... and if you know why it doesn't work a message... )
If NPVR is not available either is NEWA and the API.....NPVR runs the web server for NEWA and the JSON API.

Svekke Wrote:- A method to check if there is a new version of nextpvr available ...

Yes... I should be able to do this.

Svekke Wrote:- A method that give me the tuners that are available in nextpvr.

I should be able to do this is well.... as Martin indicated it is available in another service which is very old and xml based.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#230
2014-01-28, 04:40 AM
New build on FTP server. Includes first of the new API's: Tuner Status. The API doc is updated accordingly as well.

file on FTP = newa-enhanced.v2.12_20140127-2.zip

API location: public/util/tuner/stat

You will also need the latest pre-release of NPVR 3.2.4
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (56): « Previous 1 … 21 22 23 24 25 … 56 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for C# UPnP Media Server code bgowland 5 7,773 2016-12-16, 08:25 PM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,163 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,954 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,256 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,491 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,966 2012-02-05, 10:29 AM
Last Post: bgowland
  Windows Media Connect - Storing stuff on a Home Server psycik 3 2,780 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,429 2009-08-19, 11:16 PM
Last Post: mvallevand
  GBPVR Media Events KingArgyle 1 1,624 2005-03-27, 07:12 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode