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
#551
2015-11-14, 08:35 PM
mvallevand Wrote:For a recurring recording I think you need both

"recordThisDay": true, and

recordThisTimeslot": true, (when you define a time)

Martin

No real documentation on this?
Also for other api calls. Smile
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#552
2015-11-14, 08:46 PM
No sub and UJB are waiting for you. This sub-forum could be improved if you created a new topic rather than using this random blog-like thread.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#553
2015-11-14, 11:57 PM
Svekke Wrote:No real documentation on this?
Also for other api calls. Smile

JSON api info @ http://your-npvr-serger:your-port/api
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,183
Threads: 958
Joined: May 2006
#554
2015-11-15, 01:18 AM
UncleJohnsBand Wrote:JSON api info @ http://your-npvr-serger:your-port/api

I think he is looking for documentation of all the values in your objects ie webServiceRecurringObject.cs It does take a bit of understanding of both your JSON and sub's exposed .NET calls.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#555
2015-11-15, 07:51 AM
mvallevand Wrote:I think he is looking for documentation of all the values in your objects ie webServiceRecurringObject.cs It does take a bit of understanding of both your JSON and sub's exposed .NET calls.

Martin

I am using the swagger page already a long time. Smile
And indeed, it is sometimes just not clear what values you need for a special call...
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#556
2015-11-29, 04:39 PM (This post was last modified: 2015-11-29, 04:45 PM by Svekke.)
Up and running again after some EPG issues. I have the following JSON. That i send.
But i still don't see it as recurring for every Sunday....
Only for today Sad

Code:
{
    "ChannelOID": 7167,
    "startDate": "0001-01-01T00:00:00",
    "endDate": "0001-01-01T00:00:00",
    "epgeventOID": 3548763,
    "recurringName": "Lookalikes",
    "qualityDefault": false,
    "qualityGood": false,
    "qualityBetter": false,
    "qualityBest": false,
    "pre_padding_min": 1,
    "post_padding_min": 2,
    "extend_end_time_min": 0,
    "keep_all_days": false,
    "days_to_keep": 0,
    "onlyNew": false,
    "recordOnce": false,
    "recordThisTimeslot": false,
    "recordAnyTimeslot": false,
    "recordThisDay": true,
    "recordAnyDay": false,
    "recordSpecificdays": false,
    "dayMonday": false,
    "dayTuesday": false,
    "dayWednesday": false,
    "dayThursday": false,
    "dayFriday": false,
    "daySaturday": false,
    "daySunday": true,
    "allChannels": false,
    "recColorRed": false,
    "recColorYellow": false,
    "recColorGreen": false,
    "recColorBlue": false
}
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#557
2015-11-29, 05:09 PM
Svekke Wrote:Up and running again after some EPG issues. I have the following JSON. That i send.
But i still don't see it as recurring for every Sunday....
Only for today Sad

Code:
{
    "ChannelOID": 7167,
    "startDate": "0001-01-01T00:00:00",
    "endDate": "0001-01-01T00:00:00",
    "epgeventOID": 3548763,
    "recurringName": "Lookalikes",
    "qualityDefault": false,
    "qualityGood": false,
    "qualityBetter": false,
    "qualityBest": false,
    "pre_padding_min": 1,
    "post_padding_min": 2,
    "extend_end_time_min": 0,
    "keep_all_days": false,
    "days_to_keep": 0,
    "onlyNew": false,
    "recordOnce": false,
    "recordThisTimeslot": false,
    "recordAnyTimeslot": false,
    "recordThisDay": true,
    "recordAnyDay": false,
    "recordSpecificdays": false,
    "dayMonday": false,
    "dayTuesday": false,
    "dayWednesday": false,
    "dayThursday": false,
    "dayFriday": false,
    "daySaturday": false,
    "daySunday": true,
    "allChannels": false,
    "recColorRed": false,
    "recColorYellow": false,
    "recColorGreen": false,
    "recColorBlue": false
}

Hmm "recordThisTimeslot": false,

Is it really that hard to open a new thread?

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#558
2015-11-29, 05:27 PM
mvallevand Wrote:Hmm "recordThisTimeslot": false,

That should be true....or recordAnyTimeslot should be true. I usually go with recordAnyTimeslot true and set onlyNew to true.... that way if/whenever they move the time of the event my recurring recording picks it up.

mvallevand Wrote:Is it really that hard to open a new thread?

Martin

Agree... this question could have gone over in the NEWA sub-Forum
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 … 52 53 54 55 56
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for C# UPnP Media Server code bgowland 5 7,771 2016-12-16, 08:25 PM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,151 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,240 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,777 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,426 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