Set the title for external video players#43
Set the title for external video players#43theScrabi merged 1 commit intoTeamNewPipe:masterfrom epitron:master
Conversation
|
Ok I see if i can also apply that to audio streaming. :) Thanks for the help. |
Set the title for external video players
|
Np! |
|
Well i could set the title for music streams like you set it for video streams. But all it does is showing the title in the video player activity of VLC. In the audio only activity it displays the url again. |
|
I guess each player has specific quirks. This looks like the point where VLC is getting the title from the intent: https://github.com/mstorsjo/vlc-android/blob/master/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java#L1898 It seems to only check for the intent extras when |
|
That might be it. |
|
SonarCloud Quality Gate failed. |
|
1 similar comment
|
|
Adjusting Swedish strings correctly














This makes the external player experience nicer.
I had to set the title twice on the intent, since "Intent.EXTRA_TITLE" didn't work on MX Player. (MX Player's supported intent data is here: https://sites.google.com/site/mxvpen/api).
I think I did that correctly. Anyhow, it works. :)