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

Group only by album by default #750

Open
4 tasks done
Bhaskarlimu55 opened this issue Apr 1, 2024 · 4 comments
Open
4 tasks done

Group only by album by default #750

Bhaskarlimu55 opened this issue Apr 1, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request music Related to music loading

Comments

@Bhaskarlimu55
Copy link

Description

If an app gathers details to organize songs into albums, that's wonderful. But if it fetchs that all songs, in an album, must have the same album artist's name, it's not doing the right thing. This way, it ends up splitting songs into different albums.

Screenshot_20240401-093001_Auxio

The rule that all songs in an album must have the same artist doesn't work everywhere. For example, in India, Bollywood movie albums often feature 10-11 singers.

I suggest "Auxio" should just gather the album name, like other apps do, without trying to match the album artist name.

Problem solved

No response

Other implementations

Auxio should match albums based only on their names, similar to what other apps like 'Grammaphone/Accord do.
Screenshot_20240401-100127_Accord
Screenshot_20240401-100041_Accord

Benefit

For efficiently find song in single folder.

Duplicates

@Bhaskarlimu55 Bhaskarlimu55 added the enhancement New feature or request label Apr 1, 2024
@OxygenCobalt
Copy link
Owner

I would recommend to just retag your library, but since I keep getting duplicate issues regarding this again and again I'm going to just switch the behavior to group by album by default. Seems like more users expect Auxio to blindly group by album rather than album and artist.

@OxygenCobalt OxygenCobalt added music Related to music loading meta About the project labels Apr 1, 2024
@OxygenCobalt OxygenCobalt changed the title Album fetching enhancement Group only by album by default Apr 1, 2024
@OxygenCobalt OxygenCobalt removed the meta About the project label Apr 1, 2024
@SunBreaker1
Copy link

I second this change, it's quite annoying when on of my albums breaks up in 10 different albums because of how the apps sorts. This will definitely be good for UX and UI

@fbbb2
Copy link

fbbb2 commented Apr 18, 2024

I would recommend to just retag your library, but since I keep getting duplicate issues regarding this again and again I'm going to just switch the behavior to group by album by default. Seems like more users expect Auxio to blindly group by album rather than album and artist.

I still have this issue in Version 3.4.3. It makes more sense to group albums by album name not combining it with the artists name. Especially Compilation Albums with many different Artists gets messy. I think it's a better UX/UI choice.

@OxygenCobalt
Copy link
Owner

OxygenCobalt commented Apr 22, 2024

I still have this issue in Version 3.4.3. It makes more sense to group albums by album name not combining it with the artists name. Especially Compilation Albums with many different Artists gets messy. I think it's a better UX/UI choice.

I think the original reason I went with it was actually technical, judging by the code. It's easier to group up albums if I have common artist info. But I've been needing to redo the grouping code because of #555, so it doesn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request music Related to music loading
Projects
Status: v4.0.0
Development

No branches or pull requests

4 participants