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

Add 'Album Artists' to managed tabs #51

Open
7 tasks done
PanderMusubi opened this issue Apr 22, 2024 · 4 comments
Open
7 tasks done

Add 'Album Artists' to managed tabs #51

PanderMusubi opened this issue Apr 22, 2024 · 4 comments
Labels
feature request Issue is about a new feature in the app

Comments

@PanderMusubi
Copy link

PanderMusubi commented Apr 22, 2024

Checklist

  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.
  • I optionally donated to support the Fossify mission.

Feature description

Add 'Album Artists' to managed tabs. By defealt it is unchecked. In the list of managed tabs it should be added between 'Folders' and 'Artists'. The information for this is found in the MP3 ID3 tags.

Screenshot_20240422-113440_Music_Player_1_1

The FOSS app Vanilla Music also offers this and 'Composers' too. Please add this managed tab too please, default unchecked and in between 'Files' and 'Album Artists' or simply below 'Genres' as you see fit.

Screenshot_20240422-114318_Vanilla_Music_1

Why do you want this feature?

Users with a curated music collection that has metadata on album artist or composer can navigate more quickly and play music taking more advantage of what ID3 tags offer.

Additional information

This relative easy extension of functionality will place this app in a better position compared to other music apps.

Optionally the managed tab 'Year' could be added too. With album_artist, year and composer this app will cater to a larger user group, including more DJs, producers and audiophiles.

@PanderMusubi PanderMusubi added feature request Issue is about a new feature in the app needs triage Issue is not yet ready for PR authors to take up labels Apr 22, 2024
@Aga-C Aga-C removed the needs triage Issue is not yet ready for PR authors to take up label Apr 22, 2024
@LOUTFI94
Copy link

LOUTFI94 commented May 23, 2024

Hi,
@Bmarwane93 and i we are students at the Paris 8 University (France).
Could we be assigned to this feature request as part of our "free software development" course ?

Best Regard, Loutfy.

@naveensingh
Copy link
Member

You can try, be sure to check and update the media scanner code responsible for artists/album-artists. If I remember correctly, album-artist is used when artist info is not available.

@PanderMusubi
Copy link
Author

You mean used by the scanner or the software setting it in the MP3 file?

The album-artist should always be directly accessible when it is set explicitly in the ID3 tags, independently of artist. Same for year and composer. When it is not set, skip that file and don't use it.

This is the case for Vanilla Music and other players.

@LOUTFI94
Copy link

LOUTFI94 commented Jun 1, 2024

Hii, @PanderMusubi
we have made this :

feature_album_artists

The start of the feature is ready for UI and design and by default unchecked.

But we need more informations about the feature to be implemented,
More info for the logic part.
How the current treatment is done for album or genres ?

Best regards, Loutfy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue is about a new feature in the app
Projects
None yet
Development

No branches or pull requests

4 participants