-
Notifications
You must be signed in to change notification settings - Fork 299
[pvr.nextpvr] Added support for ATSC subchannel numbers, fixing 'no tuner available' m... #384
Conversation
Is the intention to get this included for Helix? |
Needs a rebase as well. |
Yes, including in Helix was my intention. |
Okay, if you rebase I can pull it in. |
I've rebased this. Please go ahead an pull it in. Thanks! |
Can you tell me when this will be merged? I really want these bug fixes included. |
It'll have to wait until the first Helix point release, we need to focua on getting Helix out the door. |
What do I need to do to get this included in Helix now, instead of waiting for the point release? The first two changes are bug fixes, and causing significant issues for users of ATSC tuners and those using DVB radio. The other two changes are very minor. I can rebase this again to resolve the conflicts with more recent changes. I think it's unfair on NextPVR users to not include this. |
@opdenkamp you decide |
I've rebased this again, so that it includes later changes from the upstream opdenkamp repository. |
meh, something broke this PR again. needs another rebase, sorry. |
…' message users were getting with this type of channel Fixes a problem with playback of radio stations Added recording artwork Added fanart
OK, I've rebased this again. |
will merge this in asap, but will do #372 first. will probably merge these open PRs locally and push the result so we don't need a load of rebases again |
Ok thanks. Let me know if you need me to do anything. |
Hi Lars. Just to be clear - this is going to show up in 14.1 right? On 13/01/2015 1:09 p.m., Lars Op den Kamp wrote:
|
@sub3 you'll need to create a corresponding PR to the "helix" branch (which got added today). |
You've got be f*cking kidding me. Are you guys intentionally trying to make life difficult for me? I've been trying to get this small code change, which fixes problems for NextPVR ATSC users, merged for like 2 months now. |
Sorry about above - just frustrated. I'll create a new helix branch and pull request later today. |
"master" is always for the upcoming release |
"helix" was the upcoming release way back when I created the pull request... |
and unfortunately we were already in beta by that time. |
and a serious bug effecting all ATSC users can't be fixed in beta? |
the "serious bug" must be on the backend's side then, expecting On 15-01-15 02:44, sub3 wrote:
|
That's your implementation recommendation, but either way, whether I'd chose to change the addon to use the channel id, or the major.minor number, I would still have needed to submit a change to the addon. I opted for the major.minor number, because this Kodi addon is just reusing streaming interface that is supposed to be human usable from apps like VLC etc, where the user wont know channel ids, but will know channel numbers. I'll submit the pull request for helix today. |
I've never recommended to use channel numbers for anything like this. I There were no minor channel numbers until a couple of months ago when I On 15-01-15 21:12, sub3 wrote:
|
Added support for ATSC subchannel numbers, fixing 'no tuner available' message users were getting with this type of channel
Fixes a problem with playback of radio stations
Added recording artwork
Added fanart