-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
List with all songs which are not in any playlist #25
Comments
Hmm this sounds like something a song filter mod like SomgBrowser should do as my mod doesn't interact with custom songs directly in any way. It would be better if you ask the author of SongBrowser if they're interested. |
After some discussion with other members of the modding community, I think I can take this feature! |
Ok thank you very much. |
Hi, If you're not working on this yet, I could try to implement this feature somehow, and put it in a PR. |
Thanks, my main issue rn to implement this isn't UX, but rather performance |
Okay, makes sense. So BetterSongList would be a "frontend" to the filters PM creates? If so, you can consider also implementing something like I described above. As for data structures, I think it would be less of a pain. As the feature would be toggleable per-playlist, only the playlists with this enabled could have all their songs added to a "filter list". And all songs from this list would be just filtered out using BetterSongList's custom filter. Still, I would very much prefer to have it hide songs from the main custom level list, as this is the most frequently used place. Having the data structures already in PM, would it be possible to implement both of these features? I.e. hiding songs with a filter, and optionally hiding songs automatically from the root list. |
Optimized Cover Sprite Generation
Hi,
I like this plugin very much and used it to categorize my songs. But in the moment I miss a feature. I would like to have a list with all songs which are not in any playlist. In the moment I must search throw my 100 of songs for the new songs so that I can move every song to the right list and miss no songs.
The text was updated successfully, but these errors were encountered: