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
#521
2014-05-03, 04:20 PM
Svekke Wrote:I don't see any method to send range request. Also i don't see that on recordings...
It supports the standard HTTP range header, which clients use to tell the server which bit of the file it wants.
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#522
2014-10-06, 08:02 PM
What is the default login for the NEWA login page?

I have a problem. I get "zondag" back instead of "Sunday", "zondag" is the dutch/flemish word for "Sunday". Something with culture? I send Sunday he accepts the recording.
But i get "zondag" back...
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#523
2014-10-07, 11:29 PM
Svekke Wrote:What is the default login for the NEWA login page?

I have a problem. I get "zondag" back instead of "Sunday", "zondag" is the dutch/flemish word for "Sunday". Something with culture? I send Sunday he accepts the recording.
But i get "zondag" back...

What browser are you using? What region are you in? What method(s) are you calling that are returning that value?

The default for getting into NEWA (after you turn it on in NPVR Admin is normally admin and password.
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
#524
2014-10-08, 02:33 AM
Are you talking the JSON API? I know that day is return as a named value 'day': [u'Saturday'] so that might well be locale specific. It can't be modified so i never worry about it myself, I just present it.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#525
2014-10-08, 10:04 AM
Yes, with the new json api. It's the manageservice/get/sortedfilteredlist with the option recurring true.... I live on Belgium, language dutch and English but i get the dutch one

I tried admin & password. But that didn't work...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#526
2014-10-08, 11:32 AM
Is it possible that it is your code doing the translation of the enum not the API at all?

Code:
info.Days = (recurr.Day ?? string.Empty).Split(',')
.Select(d => (DayOfWeek)Enum.Parse(typeof(DayOfWeek), d.Trim(), true))
.ToList();


Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#527
2014-10-08, 11:38 AM
Recurr.day is "zondag" so that's coming from the api.. Dayofweek is in English....
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#528
2014-10-08, 11:44 AM
Right that is what is was saying the API is returning the localized day. Is that a problem for a display field?

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#529
2014-10-08, 11:51 AM
Yes that's a problem. Smile But i sens it in English to the api and that's not a problem.. I don't get any séries timer now in mb
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#530
2014-10-08, 04:11 PM
Svekke Wrote:I tried admin & password. But that didn't work...

You should be able to go onto the server, start the NPVR client, right click on the sceen and select settings....then go into the are that has the web server setup and you can change the id and password to what you want it to be.... this is the same screen you need to set the PIN on if you are going to be accessing services outside of the local network.
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: 4 Guest(s)

Pages (56): « Previous 1 … 51 52 53 54 55 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,158 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,952 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,253 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,490 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