MBS-8725: Allow mediums to have an unknown tracklist
Cheezmo_ has quit
Cheezmo_ joined the channel
minimal has quit
anonn has quit
opticdelusion has quit
opticdelusion joined the channel
oldtopman has quit
LupinIII joined the channel
Jigen has quit
Jigen joined the channel
LupinIII has quit
tagomago joined the channel
Island_ has quit
vzctr81 has quit
vzctr811 joined the channel
Jigen has quit
zer0bitz- has quit
zer0bitz- joined the channel
___nick___ joined the channel
outsidecontext[m joined the channel
outsidecontext[m
iconoclasthero: can you give some more details what is happening? You try to load the files and get permission errors?
Jigen joined the channel
ivy has quit
petitminion joined the channel
petitminion has quit
anonn joined the channel
ivy joined the channel
Guest3434 is now known as JetpackJackson
iconoclasthero
@outsidecontext nothing happens.
I navigated to to the directory, /library/music/12-new.music/Various\ Artists\ --\ Best\ of\ 2024\ Rock\ \(2024\) and then did my normal picard. alaias which includes a terminal & and it didn't work.
I just closed the existing session and launched it with just `picard .` and again, nothing.
no cli errors, it just refuses to cluster them... so to answer your quetion directly: not at present, i've included everything i can think of.
munishk joined the channel
there are no permissions errors, i was just throwing that out there as something i've already ruled out
i canno think of another time when it refuesed to cluster so i have no idea what's going on. also, i've tried in this directory, the orginal dl directory, one just named 'x', so i feel like it's not that. also, parent directories don't matter either.
MeatPupp3t21 has quit
Jigen has quit
alias picard.='picard . -e cluster -e lookup clustered &'
@iconoclasthero: I'm still not sure I understand, what exactly does "it refuses to cluster them" mean. Your description with file permission sounds like the files don't show up in Picard at all!? Or do they load?
iconoclasthero
i don't have it open, but they show up in the middle pane.
outsidecontext[m
If they load and do not get clustered, two things to check: 1. Do the files get loaded on the left unclustered pane, or directly on the right? Clustering only works on unmatched files
iconoclasthero
they should show up clustered by the time the window finally opens since i called it with -e cluster, but they dont. when i hit the cluster button, other songs cluster, these ones do not. there are no error messages.
outsidecontext[m
Also do the files have the album tag set and is the album tag the same for all files?
iconoclasthero
$ ls *mp3|wc -l; mediainfo *|grep Album\ \ |wc -l
100
100
iconoclasthero[m uploaded an image: (64KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/GghkgHZBieIsNJorvTypQTNa/Screenshot_from_2024-12-28_09-04-46.png >
so i have to strip the album tags?
outsidecontext[m
Clustering works on the album tag. The above doesn't show what the album tag is, but if the files don't all have matching album tags they won't cluster
iconoclasthero
yeah, i need a |sort -u step in there to show that the 100 titles are unique.
you can take my word for it that adding the -u doesn't change the number of grepped album.
outsidecontext[m
So that means the album tag is different for each file, right? That's why they don't cluster.
iconoclasthero
do you happen to know all of the tag names that picard will look to for album name (in mp3 metadata)?