We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no easy way to find the year an album was released.
Add information about the year an album was realized on the "Now Playing" and Album screen, perhaps on the Artist line, separated by a dot.
This is by far the simplest means of solving this problem.
The text was updated successfully, but these errors were encountered:
That would be great, I missed that, too, recently.
Sorry, something went wrong.
I kind of touched this in #666, but I'll write it down here properly.
I think the album view header is a great place to show this kind of metadata.
Mockup:
Since the last comment, there are new considerations.
Album year is (possibly) a range. I guess the way to go is to format it as a range if start and end years differ, or a single year if not.
("2000-2002" / "2002")
Successfully merging a pull request may close this issue.
Description
There is no easy way to find the year an album was released.
Solution
Add information about the year an album was realized on the "Now Playing" and Album screen, perhaps on the Artist line, separated by a dot.
Alternatives
This is by far the simplest means of solving this problem.
Checklist
The text was updated successfully, but these errors were encountered: