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

Add lyrics view #11

Open
erodozer opened this issue Mar 26, 2017 · 1 comment
Open

Add lyrics view #11

erodozer opened this issue Mar 26, 2017 · 1 comment

Comments

@erodozer
Copy link
Collaborator

If a song has lyrics in its ID3 tags, allow fetching them from the [songpath]/lyrics route.

Lyrics should be visible in a scroll box where the visualizer is on the desktop as a toggle. One should also be able to pop out lyrics into a small popup window.

window.open('{{path}}/lyrics','targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=250,height=500')

To keep styling consistent between the site and the popup, it might be valuable to make lyrics an actual template view with styling, and have the lyrics panel on the site that displays for the active song be an iframe.

@erodozer
Copy link
Collaborator Author

If the lyrics window is open, when the active song changes it should update the popup window's location

http://stackoverflow.com/a/14345456/1968689

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

No branches or pull requests

1 participant