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] Use correct title for recordings (if available) #1456

Merged
merged 1 commit into from Sep 27, 2012

Conversation

fetzerch
Copy link
Member

This fixes a small issue when playing recordings.
Currently the title for the ui is taken from teletext (dvdplayer) which is not always incorrect.
The PR changes GetVideoLabel to return the title from PVRRecordingInfoTag for recordings.

Currently it seems to use the title from teletext (on dvdplayer)
@Memphiz
Copy link
Member

Memphiz commented Sep 25, 2012

Looks good to me.

@elupus
Copy link
Contributor

elupus commented Sep 25, 2012

Is title really taken from teletext now? That seem wrong for any kind of
video.

@fetzerch
Copy link
Member Author

@elupus Nope, this just affects recordings (respectively objects where HasVideoInfoTag() returns false). Then it calls g_application.m_pPlayer->GetPlayingTitle() where dvdplayer gets the title from teletext.

@ghost ghost assigned opdenkamp Sep 26, 2012
opdenkamp pushed a commit that referenced this pull request Sep 27, 2012
[pvr] Use correct title for recordings (if available)
@opdenkamp opdenkamp merged commit 714e94a into xbmc:master Sep 27, 2012
jmarshallnz added a commit that referenced this pull request Dec 25, 2013
Fix 14546 - ListItem.setInfo can handle additional types. Fixes #1456
LongChair added a commit to plexinc/plex-home-theater-public that referenced this pull request Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants