mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #5] Display song title instead of URL on mobile control centers #6
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@juliusvdijk commented on GitHub (Dec 14, 2015):
Do you have an example of a website that does this?
@phanan commented on GitHub (Dec 14, 2015):
Sadly I don't... Not even sure if it's even doable honestly.
@Garbee commented on GitHub (Dec 15, 2015):
What exactly do you mean by "mobile control centers"?
@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)
@phanan commented on GitHub (Dec 15, 2015):
No, I mean this one.
@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.
@phanan commented on GitHub (Dec 15, 2015):
I remember reading somewhere that a
titleattribute for<audio>might do the job. Tried it and failed miserably though.@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.
@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.
@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.@phanan commented on GitHub (Jan 30, 2016):
Fixed on 2.0 branch.