Okay so to files that have no tags at all, and that beets finds no match to, beets adds the track title tag from the file name, correct? And if that file name is in the format "Artist - Track.mp3," then the track name will be Artist - Track.
So two questions, is there a way to define this pattern and have beets recognize it and add the tags in correctly, just from that filename format?
And currently what beets is doing is pulling the filename into the track title tag, but adding two spaces on either side of the hyphen, when imported and subsequently moved into my destination directory. I'm not sure where the extra spaces are coming from. Example: Artist - Track.mp3 -> Artist - Track.mp3
If it makes any difference, my singleton path is: Non-Album/$artist/$artist - %asciify{$title}
Freso
Maybe beets considere "Foo " the artist and " Bar" the title.
Freso doesn't know.
shawnj
Maybe something to do with the spaces in the singleton path and there being no artist tag.
shawnj has quit
ojdo_ joined the channel
ojdo has quit
asdil12 has quit
asdil12 joined the channel
sampsyo
shawnj probably wants the `fromfilename` plugin
Vacuity joined the channel
Vacuity_ has quit
shawnj joined the channel
shawnj
Thank you again, sampsyo
sampsyo
:)
shawnj has quit
Joschasa has quit
Joschasa joined the channel
thunderrd_ joined the channel
thunderrd has quit
CodyReichert joined the channel
johtso has quit
johtso joined the channel
Alcest joined the channel
ojdo_ is now known as ojdo
lazka joined the channel
Kabouik_ joined the channel
beat joined the channel
lazka has quit
NOTICE: [beets] hrehfeld opened issue #1537: unmatched tracks should recognize duplicate albums https://github.com/sampsyo/beets/issues/1537
lazka joined the channel
chrisb has quit
LordSputnik joined the channel
LordSputnik
sampsyo: this is what I've added to the docs: "When replacements other than the defaults are used, it is possible that they will increase the length of the path. In the scenario where this leads to a conflict with the maximum filename length, the default replacements will be used to resolve the conflict."
darwin
(does it also print a warning?)
LordSputnik
It does, yes
sampsyo
LordSputnik: Looks great! Thanks!
shawnj joined the channel
johtso_
What do you need to do to have multiple identically named albums (i.e. multiple releases from same release group)? Will there be problems with the default configuration?
Freso
johtso_: No.
shawnj has quit
johtso_
Freso, how are the duplicate folder names handled?
ps. If you plan on using beets, getting acquianted with the docs is a good time investment... ;)
(I'm not saying to learn everything by heart, but getting to know where to find what is really useful. Far most things are pretty well documented.)
johtso_
sorry, a google search for "beet music multiple versions of same album" didn't get me there, should have thrown in the term "disambiguation"
you're right, the docs are very nicely organised, definitely worth getting used to the structure
Freso
I think I read pretty much all of the docs over when I began using beets for real, so a few versions before. That was enough for me to help most people with most questions in here by simply finding and copy/pasting a link to the docs. ;)
s/before/ago/
johtso_
ouch, yeah, itunes doesn't deal with this issue nearly so gracefully..
r04r is now known as zz_r04r
lazka has quit
lazka joined the channel
QuantumQ_ joined the channel
QuantumQ_ has quit
QuantumQ_ joined the channel
NOTICE: [beets] hrehfeld opened issue #1538: import --silent should write a file that can be user edited and reimported https://github.com/sampsyo/beets/issues/1538
Freso
johtso_: iTunes not using MB data likely also means that iTunes can't even distinguish *internally* between same-named albums from the same artist.
johtso_
Yeah, I think it means doing something nasty like putting the disambiguation in the actual album name tag..
POSSIBLY you can put it in a album sort tag of some sort.. but not sure if that actually works
QuantumQ_ has quit
Kabouik joined the channel
QuantumQweef joined the channel
asdil12 has quit
asdil12 joined the channel
QuantumQweef has quit
QuantumQweef joined the channel
QuantumQweef has quit
lazka has quit
NOTICE: [beets] sampsyo closed issue #1538: import --quiet should write a file that can be user edited and reimported https://github.com/sampsyo/beets/issues/1538
The_Freso joined the channel
Freso has quit
FresoFenderson joined the channel
FresoFenderson is now known as Freso
The_Freso has quit
alfiepates joined the channel
LordSputnik has quit
beastd joined the channel
stewbie joined the channel
neomilium joined the channel
stewbie has left the channel
NOTICE: [beets] tomjaspers pushed 1 new commit to master: https://github.com/sampsyo/beets/commit/12295376eb0a185a46675cf91d0e74069b1f8070
NOTICE: beets/master 1229537 Tom Jaspers: Create empty user config file if it does not exist...