[GH-ISSUE #5] Display song title instead of URL on mobile control centers #6

Closed
opened 2026-02-26 02:31:45 +03:00 by kerem · 11 comments
Owner

Originally created by @phanan on GitHub (Dec 14, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/5

Originally assigned to: @phanan on GitHub.

Originally created by @phanan on GitHub (Dec 14, 2015). Original GitHub issue: https://github.com/koel/koel/issues/5 Originally assigned to: @phanan on GitHub.
kerem 2026-02-26 02:31:45 +03:00
Author
Owner

@juliusvdijk commented on GitHub (Dec 14, 2015):

Do you have an example of a website that does this?

<!-- gh-comment-id:164369782 --> @juliusvdijk commented on GitHub (Dec 14, 2015): Do you have an example of a website that does this?
Author
Owner

@phanan commented on GitHub (Dec 14, 2015):

Sadly I don't... Not even sure if it's even doable honestly.

<!-- gh-comment-id:164378333 --> @phanan commented on GitHub (Dec 14, 2015): Sadly I don't... Not even sure if it's even doable honestly.
Author
Owner

@Garbee commented on GitHub (Dec 15, 2015):

What exactly do you mean by "mobile control centers"?

<!-- gh-comment-id:164798008 --> @Garbee commented on GitHub (Dec 15, 2015): What exactly do you mean by "mobile control centers"?
Author
Owner

@juliusvdijk commented on GitHub (Dec 15, 2015):

@Garbee I am pretty sure he means the webpage that is shown on mobile devices (screen smaller than X pixels)

<!-- gh-comment-id:164799819 --> @juliusvdijk commented on GitHub (Dec 15, 2015): @Garbee I am pretty sure he means the webpage that is shown on mobile devices (screen smaller than X pixels)
Author
Owner

@phanan commented on GitHub (Dec 15, 2015):

No, I mean this one.

<!-- gh-comment-id:164809257 --> @phanan commented on GitHub (Dec 15, 2015): No, I mean [this one](http://wpuploads.appadvice.com/wp-content/uploads/2014/10/control_center.png).
Author
Owner

@Garbee commented on GitHub (Dec 15, 2015):

Yea, that's what I thought. As far as I know there is no web API to supply information to such controls.

<!-- gh-comment-id:164815418 --> @Garbee commented on GitHub (Dec 15, 2015): Yea, that's what I thought. As far as I know there is no web API to supply information to such controls.
Author
Owner

@phanan commented on GitHub (Dec 15, 2015):

I remember reading somewhere that a title attribute for <audio> might do the job. Tried it and failed miserably though.

<!-- gh-comment-id:164819787 --> @phanan commented on GitHub (Dec 15, 2015): I remember reading somewhere that a `title` attribute for `<audio>` _might_ do the job. Tried it and failed miserably though.
Author
Owner

@charles-toller commented on GitHub (Dec 15, 2015):

Perhaps a URL override like http://stackoverflow.com/questions/3338642/updating-address-bar-with-new-url-without-hash-or-reloading-the-page could make the URL the track title and then Safari/Chrome (IIRC both WebKit based) would display the URL as the track title.

<!-- gh-comment-id:164830454 --> @charles-toller commented on GitHub (Dec 15, 2015): Perhaps a URL override like http://stackoverflow.com/questions/3338642/updating-address-bar-with-new-url-without-hash-or-reloading-the-page could make the URL the track title and then Safari/Chrome (IIRC both WebKit based) would display the URL as the track title.
Author
Owner

@mcarpenterjr commented on GitHub (Dec 15, 2015):

According to this https://developers.google.com/web/updates/2015/07/media-notifications?hl=en you were on track with the audio element.

<!-- gh-comment-id:164850246 --> @mcarpenterjr commented on GitHub (Dec 15, 2015): According to this https://developers.google.com/web/updates/2015/07/media-notifications?hl=en you were on track with the audio element.
Author
Owner

@fluffy-critter commented on GitHub (Dec 15, 2015):

Does HTML5 <audio> support m3u (audio/x-mpegurl) files with EXTINF? That might also be a means of supporting song changes while the device is locked.

<!-- gh-comment-id:164856380 --> @fluffy-critter commented on GitHub (Dec 15, 2015): Does HTML5 `<audio>` support m3u (`audio/x-mpegurl`) files with EXTINF? That might also be a means of supporting song changes while the device is locked.
Author
Owner

@phanan commented on GitHub (Jan 30, 2016):

Fixed on 2.0 branch.

<!-- gh-comment-id:177213767 --> @phanan commented on GitHub (Jan 30, 2016): Fixed on 2.0 branch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#6
No description provided.