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

More views than just TracksList: artists and albums #130

Open
2 tasks
martpie opened this issue Aug 7, 2016 · 5 comments · May be fixed by #802
Open
2 tasks

More views than just TracksList: artists and albums #130

martpie opened this issue Aug 7, 2016 · 5 comments · May be fixed by #802

Comments

@martpie
Copy link
Owner

martpie commented Aug 7, 2016

edit: July 12th 2023: the main challenge here is the DB design:

  • either we completely re-think the DB, with relations, and everything (hard, error-prone, but easier to read and group data)
  • we keep a single table for tracks, and make a lot of heuristic to know "which track belongs to which album/artist" (and try to avoid collisions)
@YurySolovyov
Copy link
Collaborator

Add Folder list ?

@martpie
Copy link
Owner Author

martpie commented May 22, 2017

Quoting @jacobsax in #343

Add an Album view, order by Artist and then by Album, where selecting the Album shows all tracks in that Album.
Add an Artist view, where selecting an Artist shows all tracks by that Artist - grouped by Album in orderings.

@martpie
Copy link
Owner Author

martpie commented May 22, 2017

Ok, this feature starting to be more and more requested, I got one problem especially: AlbumsList is ok, but for ArtistsList, what images (if we want images) do we want to display?

Open question for now, just keeping it in a corner of my mind.

edit: http://www.musicgraph.com or last.fm? The discussion here would be more about integrating a third-party service or not

@igorer88
Copy link
Contributor

Adding a third-party service would be fine, but lets not be limited just to that, I think it needs to be customizable, plus having a default image.

We could fetch images from last.fm or (m)any other source also we can have the ability to add any image desired by the user. Would be nice. :)

@igorer88
Copy link
Contributor

igorer88 commented Mar 3, 2019

The album's list should able to be ordered by released year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants