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

TV Recordings Fragment shows Banner as Background #188

Closed
dekarl opened this issue Jun 25, 2016 · 0 comments · Fixed by #189
Closed

TV Recordings Fragment shows Banner as Background #188

dekarl opened this issue Jun 25, 2016 · 0 comments · Fixed by #189

Comments

@dekarl
Copy link
Contributor

dekarl commented Jun 25, 2016

Lets use the background "fanart" (instead of "banner") for recordings, like its done for videos.

https://github.com/MythTV-Clients/MythtvPlayerForAndroid/blob/develop/app/src/main/java/org/mythtv/android/view/fragment/tv/RecordingsFragment.java#L490

 mBackgroundURI = URI.create( getSharedPreferencesModule().getMasterBackendUrl() + "/Content/GetRecordingArtwork?Inetref=" + programModel.getInetref() + "&Type=banner" );

should be

mBackgroundURI = URI.create( getSharedPreferencesModule().getMasterBackendUrl() + "/Content/GetRecordingArtwork?Inetref=" + programModel.getInetref() + "&Type=fanart" );

similar to https://github.com/MythTV-Clients/MythtvPlayerForAndroid/blob/develop/app/src/main/java/org/mythtv/android/view/fragment/tv/VideoMovieFragment.java#L459

mBackgroundURI = URI.create( getSharedPreferencesModule().getMasterBackendUrl() + "/Content/GetImageFile?StorageGroup=Fanart&FileName=" + videoMetadataInfoModel.getFanart() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant