Skip to content
Snippets Groups Projects

Albums: Add sort by album + artist

Merged Duncan McNamara requested to merge Skantes/medialibrary:album_artist_ordering into master
All threads resolved!

When albums shared the same name, there was no specific order other than insertion order. Now, when albums share the same name, they are sorted by artist as an extra order

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • "Failed to compile/prepare request [SELECT * FROM Album alb WHERE id_album IN (SELECT rowid FROM AlbumFts WHERE AlbumFts MATCH '*' || ? || '*')AND is_present != 0 ORDER BY title, art.name]: no such column: art.name(1)" This makes me think you forgot to update the search functions

  • Duncan McNamara added 17 commits

    added 17 commits

    Compare with previous version

  • Duncan McNamara added 7 commits

    added 7 commits

    Compare with previous version

  • Now all you are missing is a unit test for the change you did :)

  • Duncan McNamara added 2 commits

    added 2 commits

    • defad700 - 1 commit from branch videolan:master
    • 6c3d2e1b - Albums: Add sort by album + artist

    Compare with previous version

  • Duncan McNamara added 29 commits

    added 29 commits

    Compare with previous version

  • added 1 commit

    • b8888bb2 - Albums: Add sort by album + artist

    Compare with previous version

  • Hugo Beauzée-Luyssen resolved all threads

    resolved all threads

  • mentioned in issue #113 (closed)

  • Please register or sign in to reply
    Loading