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

"Sort by Imported" is splitting an ablum #635

Open
glu8716 opened this issue Dec 17, 2021 · 8 comments
Open

"Sort by Imported" is splitting an ablum #635

glu8716 opened this issue Dec 17, 2021 · 8 comments
Labels
unconfirmed bug Are you getting this bug too?

Comments

@glu8716
Copy link

glu8716 commented Dec 17, 2021

I've recently added to my main playlist two new albums, one called "My Favorite" and one called "+01".
When I sorted the playlist with the "Sort by Imported" button to see the two new albums in the bottom of the list, however, the album My Favorite suddenly split into two.
2021-12-17_15-57_1

On the contrary, sorting by filepath/artist... or any other option doesn't split the album.
2021-12-17_15-57

I noticed that this is happening only when the two albums My Favorite and +01 are together. If I delete from the playlist the +01 album, sorting the playlist "by Imported" doesn't split the album My Favorite.

Both the two albums are in the same folder and have been tagged with kid3. I'll show proof if needed.
I'm using the latest AUR version.

@Taiko2k
Copy link
Owner

Taiko2k commented Dec 17, 2021

The imported order sort and the sort by filepath do use slightly different algorithms. Its just a matter of that being what it is I think. The main issue is the tracks all being in the same folder, where at the import stage Tauon expects that each folder is its own album.

The only odd thing about what you said to me is in regards to having removed the +01 album then doing sort by imported is that in that case the tracks should still be showing in an incorrect order?

It would be interesting to see the naming scheme of these files, that might give an idea of where it's tripping up. (At the import stage, the filename is all the importer has to go on, since the tag scan is done later)

@glu8716
Copy link
Author

glu8716 commented Dec 17, 2021

The main issue is the tracks all being in the same folder

I'm sorry, I haven't explained it clearly. What I meant by "in the same folder" is that every track is in its own album folder, and both folders are inside one other folder (artist folder).
2021-12-17_18-28

And these are the names of the files:
2021-12-17_18-30
2021-12-17_18-31

@Taiko2k
Copy link
Owner

Taiko2k commented Dec 17, 2021

Okay that's really weird then. Are you sure that the album is split just after having done "sort by imported"? (And that there isn't a generator code applied to the playlist)

@glu8716
Copy link
Author

glu8716 commented Dec 17, 2021

Yes, I'm sure. The generator code is the default one, I've never touched it. I tried to delete all the tags but that didn't change anything. I'll attach a short video to demonstrate what's happening.

simplescreenrecorder-2021-12-17_18.40.43.mp4

@Taiko2k
Copy link
Owner

Taiko2k commented Dec 17, 2021

That really shouldn't happen. The only case I can think of in which it might is if you historically imported the album with tracks missing in the folder to which you added at a later point? y/n?

Edit: Could happen if files were still being downloaded at the same time an import was originally done.

Edit: Basically sort by imported goes off the original import order

@glu8716
Copy link
Author

glu8716 commented Dec 17, 2021

The only thing I can think of is that I've edited the tags of the tracks and albums' folders names. I then made a new folders and tags scan on Tauon.
By experimenting a bit I found out that changing the folder name of the "My Favorite" album from "My Favorite" to something else fixes the problem. When I rescan folders and I "Sort by Imported" the album doesn't split. However, as soon as I rename it back to "My Favorite" and rescan again, the problem comes back.

EDIT: looks like this workaround is working on my main playlist, but if I try to replicate it in a new playlist with just the two albums, the problem persists even if I change the folder name. I'm confused.

@C0rn3j C0rn3j added the unconfirmed bug Are you getting this bug too? label Dec 29, 2024
@C0rn3j
Copy link
Collaborator

C0rn3j commented Dec 29, 2024

Heya, are you able to reproduce this on the latest development build?

If you still happen to have the files after such a long time that is…

@Taiko2k
Copy link
Owner

Taiko2k commented Dec 29, 2024

Though this may not be a valid bug as what the "Import order" is isn't strictly defined if the tracks are imported at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed bug Are you getting this bug too?
Projects
None yet
Development

No branches or pull requests

3 participants