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

Display filename if the song title is not available #1057

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FliegendeWurst
Copy link

This PR should fix #895.

/**
* @return title of this song, or the filename if the title is not available
*/
public String getTitle() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'title' would need to be set when the object is created: The code here would block the UI thread, which is pretty bad.

@xeruf
Copy link

xeruf commented Jan 8, 2023

Any progress here?

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 this pull request may close these issues.

[Suggestion] Vanilla should display filename instead of tags for files opened outside of Vanilla
3 participants