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

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#531
2014-10-08, 11:21 PM
Svekke Wrote: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

What does public/DetailsRecurrService/oid give you back on one of your recurring recordings?

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#532
2014-10-12, 11:41 AM
Hmm, it's weird. For some reason i get now the english version back. I played a little bit with region. But that didn't work. Removed it again and now it's ok...
Weird stuff. Smile
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#533
2014-10-12, 01:24 PM
Svekke Wrote:Hmm, it's weird. For some reason i get now the english version back. I played a little bit with region. But that didn't work. Removed it again and now it's ok...
Weird stuff. Smile

Thanks for letting us know.
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
#534
2015-08-19, 08:54 PM
1) Is it possible to know if a channel is a "HD" channel with the API?
2) Is it possible to know if an epg is a serie of seperate episodes. Now we check the subtitle, but that's not Always correct. Any option to check that? So you can record it every day...
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#535
2015-08-19, 09:08 PM
Svekke Wrote:1) Is it possible to know if a channel is a "HD" channel with the API?
I think you're using UJB's NEWA APIs, so using calls like /public/GuideService/Listing? Yes, it looks like it in can tell you if a show is HD. See the 'Quality' attribute below ('HDTV' in this case).

Code:
....snip...
"epgEvent": {
                "OID": 1202579,
                "UniqueId": "SH013762590000",
                "ChannelOid": 8836,
                "FormattedChannelNumber": "2.1",
                "ChannelName": "WCBSLD",
                "StartTime": "2015-08-19T21:00:00Z",
                "EndTime": "2015-08-19T22:00:00Z",
                "Title": "CBS 2 News at 5PM",
                "Subtitle": "",
                "Desc": "Kristine Johnson and Maurice DuBois.",
                "Rating": "TVPG",
                "Quality": "HDTV",
                "StarRating": "",
                "Aspect": "",
                "Audio": "",
                "Season": 0,
                "Episode": 0,
                "OriginalAirdate": "2011-01-11T00:00:00",
                "FanArt": "",
                "Genres": [
                  "News"
                ],
                "FirstRun": true,
                "HasSchedule": false,
                "ScheduleIsRecurring": false,
                "ScheduleHasConflict": false
              },
...snip...

Quote:2) Is it possible to know if an epg is a serie of seperate episodes. Now we check the subtitle, but that's not Always correct. Any option to check that? So you can record it every day...
You can't always tell. It depends on the EPG listing source they're using. You can tell for Schedules Direct users, and for a subset of XMLTV users, and not at all for DVB EPG users.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#536
2015-08-19, 09:12 PM
sub Wrote:I think you're using UJB's NEWA APIs, so using calls like /public/GuideService/Listing? Yes, it looks like it in can tell you if a show is HD. See the 'quality' attribute below.

Not really. The guide data is not always dependable since almost all broadcasts now are HD or scaled HD even when they don't show HD. On top of that the analog source will show the guide data as HD even if the tuner is not capable of delivering HD.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#537
2015-08-19, 09:18 PM
mvallevand Wrote:Not really. The guide data is not always dependable since almost all broadcasts now are HD or scaled HD even when they don't show HD. On top of that the analog source will show the guide data as HD even if the tuner is not capable of delivering HD.
I don't think it's worth worrying about the 'what ifs'. If they want to show some sort of 'HD' indicator icon in their guide, I think this is a quality of the data is good enough for that purpose. Sure, there can always be gotcha's, but the guide source is telling us it's HD and for most users it's probably right.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#538
2015-08-19, 09:32 PM
If it is meaningless eye candy I agree, if it is used for the transcoding decisions engine it would be a big mistake.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#539
2015-08-19, 09:35 PM
I'm assuming it's just eye candy. If it was for the transcoder, they'd need more concrete details like resolutions, frame rates etc - "HD" wouldn't really tell them enough to do anything useful with the transcoder.
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#540
2015-08-20, 07:40 AM
It's indeed only to show if the channel is a HD channel or not. So if a show is not HD. The full channel is not in HD format.
It's maybe a good option to put this information on the channel itself.

So it depends on the source? I am using xml-tv. For some i have an episode available so i know it's a serie. But for some other not.
I use the same xml-tv with the argus client i wrote for mb3. And i have the parameter IsSeries available on that with just the same source...
So it's possible. :p
« Next Oldest | Next Newest »

Users browsing this thread: 5 Guest(s)

Pages (56): « Previous 1 … 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,164 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,955 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,258 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,493 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,967 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