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

Support for multiple albums in one folder #89

Closed
Thor77 opened this issue Aug 25, 2020 · 4 comments
Closed

Support for multiple albums in one folder #89

Thor77 opened this issue Aug 25, 2020 · 4 comments

Comments

@Thor77
Copy link

Thor77 commented Aug 25, 2020

In some cases, I store music files from different albums in one folder.
It looks like that structure is not really usable with gonic, because it just deletes songs which don't have the same artist as the album associated with the folder they're in (at least that what the behaviour of Scanner.cleanArtists looks like to me).
Additionally gonic will only pick up the album tag of one of the files in the folder, which is also very.. unfortunate for my usecase.

Is there a reason it is implemented this way? Are there plans to change it/would you accept a PR doing that?

@sentriz
Copy link
Owner

sentriz commented Aug 27, 2020

hey sorry gonic isn't working out for you.

i made this decision as compromise to make both the subsonic tags and folders APIs do-able. it also solves an issue where an artist has multiple albums with the same name. where the only real way to distinguish them (without looking different combinations of tags) is by folder

@raffomania
Copy link

could we document the folder structure gonic expects in the README? I've just found this after wondering why gonic doesn't work with my playlist folders :D

@icyphox
Copy link

icyphox commented Dec 11, 2020

ah, that would explain why 90% of my music isn't getting scanned! it's all like this (a lot of mp3s in the same folder):
image

agree with @raffomania, perhaps documenting what folder structure is expected would be great.

@sentriz
Copy link
Owner

sentriz commented Dec 13, 2020

added a section to the readme 👍
https://github.com/sentriz/gonic#directory-structure

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

No branches or pull requests

4 participants