[GH-ISSUE #59] Add different ways to categorize and view song files #42

Closed
opened 2026-02-27 19:25:59 +03:00 by kerem · 0 comments
Owner

Originally created by @SleepyLark on GitHub (Mar 7, 2024).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/59

Is your feature request related to a problem? Please describe.
Currently the app loads every single song at once which may work if you only have a few a songs but it's a nightmare if you have 4000+ song files like I have. Whenever I try to use the search feature the app starts to slow down or crash trying to look through every filename to make the query. I also can't scroll down alphabetically since it takes way too long and each time I leave the app it goes back to the top. Ignoring folders does help a bit, but even that's a bit of pain with having to constantly scroll or to try and remember which albums have songs with lyrics or not

Describe the solution you'd like
It would be nice if it was cataloged a bit more orderly, like being able to select by artist, album, or folder would be nice instead of having to constantly load every single song at once. It would basically have the same layout as a music explorer would. Clicking on and specific album would only show songs from that album that you can than filter by songs that already have lyric files and select the ones to bulk download.

Ideally it would be nice if it does show all songs that there's a side bar to quickly jump to a specific letter of the alphabet

Describe alternatives you've considered
Another possibility is to just have a file explorer option. Basically navigate to the folder you want to look in and then scan recursively. Once your down you can quick go back go the explorer and pick a new folder, etc.

Additional context
I'm using Android 11 btw

Here's some screenshots from an app called AutomaTag to get idea of what I'm talking about

Screenshot_20240306-203833_AutomaTag
Screenshot_20240306-203820_AutomaTag
Screenshot_20240306-203810_AutomaTag

Originally created by @SleepyLark on GitHub (Mar 7, 2024). Original GitHub issue: https://github.com/Lambada10/SongSync/issues/59 **Is your feature request related to a problem? Please describe.** Currently the app loads every single song at once which may work if you only have a few a songs but it's a nightmare if you have 4000+ song files like I have. Whenever I try to use the search feature the app starts to slow down or crash trying to look through every filename to make the query. I also can't scroll down alphabetically since it takes way too long and each time I leave the app it goes back to the top. Ignoring folders does help a bit, but even that's a bit of pain with having to constantly scroll or to try and remember which albums have songs with lyrics or not **Describe the solution you'd like** It would be nice if it was cataloged a bit more orderly, like being able to select by artist, album, or folder would be nice instead of having to constantly load every single song at once. It would basically have the same layout as a music explorer would. Clicking on and specific album would only show songs from that album that you can than filter by songs that already have lyric files and select the ones to bulk download. Ideally it would be nice if it does show all songs that there's a side bar to quickly jump to a specific letter of the alphabet **Describe alternatives you've considered** Another possibility is to just have a file explorer option. Basically navigate to the folder you want to look in and then scan recursively. Once your down you can quick go back go the explorer and pick a new folder, etc. **Additional context** I'm using Android 11 btw Here's some screenshots from an app called AutomaTag to get idea of what I'm talking about ![Screenshot_20240306-203833_AutomaTag](https://github.com/Lambada10/SongSync/assets/37351525/33d7765a-c814-494d-b9d8-dec58c19922e) ![Screenshot_20240306-203820_AutomaTag](https://github.com/Lambada10/SongSync/assets/37351525/256c0539-b51c-4f81-8f28-9b4ba65e3585) ![Screenshot_20240306-203810_AutomaTag](https://github.com/Lambada10/SongSync/assets/37351525/49069332-8889-418d-8f8c-ee60b7dff685)
kerem 2026-02-27 19:25:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SongSync#42
No description provided.