-
Notifications
You must be signed in to change notification settings - Fork 596
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
Track Numbering(metadata) #3298
Comments
Hm, the tagging is done by beets. Headphones just passes is it the location and a musicbrainz album id. I'll look into it though, maybe there's a configuration option we can pass, and i think the library might even try to read a beets config. You could try that out in the meantime: |
was doing some reading myself, https://www.reddit.com/r/musichoarder/comments/ft6946/beets_and_multiple_cds/ |
Yeah see if creating a beets config with that option does anything |
I'll still check on my end if we can pass some kind of config option to the autotagger EDIT: It doesn't look like it but it does look like it reads the config |
took me a bit to find a multi cd to download to test. $Disc$Track. $Title also got all the filenames correct. |
i missed what you said about creating the yml file. |
Ah yeah - you are running headphones as the headphones user without a home directory right? I was going to see if you could create the config.yaml to see if it was picked up by beets without having to modify the headphones source, but it's good that it at least works that way.... |
its runs on my nas(Thecus) |
I'm not sure I understand. The beets binary wouldn't be installed since it's just the library being bundled, but you could run it as |
Back Again,
for multi cd albums
folder structure before import.
$Disc$Track. $Title (i dont think the format has anything to do with the issue)
what i expected is
101. Title
....
115. Title
201. Ttitle
...
214. Title
301. Title
...
317. Title
what i get is..
...
when i view it in my media player its one long list of tracks rather than split into 3 discs with each starting at track 1 for numbering.
in each disc folder in mp3tag i set the disc number and renumbered the tracks like this before import.
i cant remember if headphone changed the disc numbers to 1 or left them unedited(i fixed all the tags again with mp3tag), for sure it renumbered all the tracks in the metadata..
The text was updated successfully, but these errors were encountered: