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

[FEATURE REQUEST] Sorting sub folders within an album according to album path? #151

Closed
modestderp opened this issue Mar 31, 2024 · 4 comments

Comments

@modestderp
Copy link

I'm not sure how to word this, so please forgive me if this sounds confusing.

I have albums that contains more than 1 discs, and usually I would manage them by creating separate folders for each disc like the below:

/main/Music/Some Artist A - Album A/Disc no.

So as you can see, under Album A, I could have several folders corresponding to the number of discs from that album.

Currently I'm running into a situation with Namida is that under Folder view, all the "Disc no." folders are grouped together ignoring the respective parent album folder:

What I want:
/main/Music/Some Artist A - Album A/Disc 01
/main/Music/Some Artist A - Album A/Disc 02

/main/Music/Some Artist B - Album B/Disc 01
/main/Music/Some Artist B - Album B/Disc 02

What's happening:
/main/Music/Some Artist A - Album A/Disc 01
/main/Music/Some Artist B - Album B/Disc 01
/main/Music/Some Artist A - Album A/Disc 02
/main/Music/Some Artist B - Album B/Disc 02

I have Poweramp as well and somehow it is able to achieve what I want. I am wondering if Namida is able to as well?

Thanks!

@MSOB7YY
Copy link
Member

MSOB7YY commented Mar 31, 2024

that happens due to current logic of folder view, where sub-folders that have no tracks are shortened (like displayed directly to reduce 1 folder step). apparently this seems non convenient in many cases so either this needs to be turned of or implemented better, i should get into this sooner.

also a screenshot would be better in case i understood wrong

@modestderp
Copy link
Author

that happens due to current logic of folder view, where sub-folders that have no tracks are shortened (like displayed directly to reduce 1 folder step). apparently this seems non convenient in many cases so either this needs to be turned of or implemented better, i should get into this sooner.

also a screenshot would be better in case i understood wrong

Please see the link for the screen cap. As you can see all the "Disc 01" and "Disc 02" are grouped together, regardless of the actual album/parent folder.

@MSOB7YY
Copy link
Member

MSOB7YY commented Mar 31, 2024

yeah it's cuz of what i said, gotta get into it soon

MSOB7YY added a commit that referenced this issue May 22, 2024
+ deep directories extraction is now dropped, more convenient
+ pressing folder menu will show dialog with direct tracks only
+ long pressing folder tile or menu will show dialog with recursive tracks
ref: #151
@MSOB7YY
Copy link
Member

MSOB7YY commented May 22, 2024

hey uh, the new logic should keep things more consistent now. u shall navigate as u would in file manager, no more deep folders extraction

u can also long press to show a dialog with all tracks inside (recursive). normal tapping will show the direct tracks inside the folder only

@MSOB7YY MSOB7YY closed this as completed May 22, 2024
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

2 participants