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
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#271
2014-02-04, 08:51 PM
Also the version on the FTP gives a fault ....
My intention was to install the patch for the tuner. But saw the new version. Smile
But it's failing. Smile


Server Error in '/' Application.

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'managePlayList' does not contain a definition for 'getMusicLibrary' and no extension method 'getMusicLibrary' accepting a first argument of type 'managePlayList' could be found (are you missing a using directive or an assembly reference?)

Source Error:




Line 258: //util.getJSONGenres()
Line 259:
Line 260: rsp.Content = new ObjectContent<Object>(manage.getMusicLibrary(), new JsonMediaTypeFormatter(), new MediaTypeWithQualityHeaderValue("application/json"));
Line 261:
Line 262: return rsp;


Source File: c:\Users\Public\NPVR\web\App_Code\GuideServiceController.cs Line: 260



Compiler Warning Messages:

Show Detailed Compiler Output:

Show Complete Compilation Source:

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#272
2014-02-04, 09:42 PM
I also should remove the following method "/public/Util/NPVR/Version/", because you have the same value in the "/public/Util/NPVR/VersionCheck/" method!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#273
2014-02-04, 10:05 PM
Svekke Wrote:Is it true when i say that i don't need the sid value? Or am i wrong?
Or is it better to add to every method?

The sid is only required from public IP's. I use it to every method because I do use if for Internet playback, but it is not also "add" since that is &sid= and sometimes you must use ?sid=

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#274
2014-02-04, 10:39 PM
Svekke Wrote:Also the version on the FTP gives a fault ....
My intention was to install the patch for the tuner. But saw the new version. Smile
But it's failing. Smile


Server Error in '/' Application.

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'managePlayList' does not contain a definition for 'getMusicLibrary' and no extension method 'getMusicLibrary' accepting a first argument of type 'managePlayList' could be found (are you missing a using directive or an assembly reference?)

Source Error:




Line 258: //util.getJSONGenres()
Line 259:
Line 260: rsp.Content = new ObjectContent<Object>(manage.getMusicLibrary(), new JsonMediaTypeFormatter(), new MediaTypeWithQualityHeaderValue("application/json"));
Line 261:
Line 262: return rsp;


Source File: c:\Users\Public\NPVR\web\App_Code\GuideServiceController.cs Line: 260



Compiler Warning Messages:

Show Detailed Compiler Output:

Show Complete Compilation Source:

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408

Sorry about that.... new build on server.... newa-enhanced.v2.12_20140204-2.zip

Svekke Wrote:I also should remove the following method "/public/Util/NPVR/Version/", because you have the same value in the "/public/Util/NPVR/VersionCheck/" method!

Martin is correct.... since you are only accessing on local network you should not need to pass in the sid on every call.
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
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#275
2014-02-05, 02:59 PM
@UncleJohnsBand : I think you reacted on the wrong message. Smile
It was something about the duplicate methods. Smile

@Martin: Why 2 different ways? "&sid=" or "?sid="
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#276
2014-02-05, 05:38 PM
Svekke Wrote:@Martin: Why 2 different ways? "&sid=" or "?sid="

On some calls sid might be the only parameter.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#277
2014-02-05, 07:30 PM
What has been changed in the latest version "newa-enhanced.v2.12_20140204-2.zip" ?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#278
2014-02-05, 09:23 PM
Svekke Wrote:What has been changed in the latest version "newa-enhanced.v2.12_20140204-2.zip" ?

I know /public/DetailsService/Set/PlaybackPosition was not accepting the &sid UJB is very, very good at keeping the changelog updated.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#279
2014-02-05, 10:02 PM
Also on the "/public/Util/NPVR/Client/Initialize" there is no sid available in the swagger documentation.
I know we work locally. But so we are future proof. What is the output of the initialize?

I also should remove the following method "/public/Util/NPVR/Version/", because you have the same value in the "/public/Util/NPVR/VersionCheck/" method!
I there also a method to check if nextpvr is available?
Does NEWA work when next pvr is not availble?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#280
2014-02-05, 10:35 PM
Yeah, the name isn't clear, it's the login. To get it to work properly you are going to need to have a UI component to configure the PIN which is one of the reasons I thought you might not want this.

NEWA won't work when the recording service is not available. UJB addressed that earlier.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (56): « Previous 1 … 26 27 28 29 30 … 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,156 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,951 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,252 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,489 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,778 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,428 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