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 song names on song list #126

Open
TimeDropsSB opened this issue Jul 22, 2018 · 2 comments
Open

Display song names on song list #126

TimeDropsSB opened this issue Jul 22, 2018 · 2 comments

Comments

@TimeDropsSB
Copy link

In the song list view, when two songs have the same art cover, there is no way to immediately tell which song is which.

Please display song names on the song list so that you don't need to bring up the song info modal to know what the song is.

@LatidoReMe
Copy link
Contributor

Currently we don't have a great way to display the song name (if you have a specific visual suggestion then feel free to tell us) but we'll look into this in the future to see if it can be done!

For now, we suggest that you use the ordering fields to help make your search easier! There's one for both japanese and romaji titles, and when used they will automatically display the title under the song.

@db0company
Copy link
Member

We can now easily do this with:

class SongCollection(...):
    class ListView(...):
        show_items_names = True

@LatidoReMe Give it a try on your local and then you can decide if we want to do that or no.

@db0company db0company added this to Backlog in Features & Bugs via automation Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Features & Bugs
  
Backlog
Development

No branches or pull requests

3 participants