Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PVR][keymaps][guiinfo] Fix / improve subchannel numbers support #13069

Merged
merged 10 commits into from
Nov 21, 2017

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Nov 19, 2017

Support for (ATSC) subchannel numbers was very limited and buggy. This PR does not make things perfect, but heads into the right direction to complete the support.

Direct channel number input:

screenshot000

All changes are runtime-tested on macOS, latest Kodi master.

@Jalle19 do you want to do the code review?
@ronie headsup for the removed guiinfo labels (no todos for Estuary/Estouchy/Confluence).

@ksooo ksooo added Type: Cleanup non-breaking change which removes non-working or unmaintained functionality Type: Fix non-breaking change which fixes an issue Component: GUI engine Type: Improvement non-breaking change which improves existing functionality Component: PVR v18 Leia labels Nov 19, 2017
@ksooo ksooo added this to the L 18.0-alpha1 milestone Nov 19, 2017
@ksooo ksooo requested a review from Jalle19 November 19, 2017 15:12
bool bSwitchToPreviousChannel;
{
CSingleLock lock(m_mutex);

This comment was marked as spam.

This comment was marked as spam.

@Jalle19
Copy link
Member

Jalle19 commented Nov 20, 2017

Definitely a change for the better

auto it = m_members.find(id);
return it != m_members.end() ?
it->second :
CPVRChannelGroup::EmptyMember;

This comment was marked as spam.

This comment was marked as spam.

@xhaggi
Copy link
Member

xhaggi commented Nov 20, 2017

Looks good +1

@ksooo
Copy link
Member Author

ksooo commented Nov 21, 2017

Jenkins LINUX-64-Wayland testsuite crash on exit seems unrelated.

@ksooo ksooo merged commit 730dc7d into xbmc:master Nov 21, 2017
@ksooo ksooo deleted the pvr-subchannelnumbers branch November 21, 2017 05:49
@Rechi
Copy link
Member

Rechi commented Nov 21, 2017

@ksooo alls jenkins builds are failings since this got merged

@ksooo
Copy link
Member Author

ksooo commented Nov 21, 2017

For the PR itself, only Linux 64 wayland was failing, as I wrote...

@Rechi
Copy link
Member

Rechi commented Nov 21, 2017

Linux 64 wayland is the one which failed for every build
never said all platforms are failing

@ksooo
Copy link
Member Author

ksooo commented Nov 21, 2017

You wrote "all Jenkins builds are failing"... ;-)
Anyway, thanks for clarifying.

if (pos != 0)
{
iChannelNumber = std::atoi(m_inputBuffer.substr(0, pos).c_str());
if (pos != m_inputBuffer.back())

This comment was marked as spam.

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: GUI engine Component: PVR Type: Cleanup non-breaking change which removes non-working or unmaintained functionality Type: Fix non-breaking change which fixes an issue Type: Improvement non-breaking change which improves existing functionality v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants