The program already pulls the data if a song has a track for guitar lead/rhythm, bass, and vocals.
So that puts you 99% there, the request I have should be easy to implement.
Some sort of sort/filter based on the presence of a track.
Example Only show songs that have both lead and rhythm, or sort songs that have bass first and tracks that do not have bass last.
The first example is more dynamic like toggle "only show songs that include" of each track type separate. But until that is implemented even a simple sort on a yes/no concept where I can sort the bass track column and it would separate songs with from songs without would help me to enable/disable the songs I want to have in the game quite greatly.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
The program already pulls the data if a song has a track for guitar lead/rhythm, bass, and vocals.
So that puts you 99% there, the request I have should be easy to implement.
Some sort of sort/filter based on the presence of a track.
Example Only show songs that have both lead and rhythm, or sort songs that have bass first and tracks that do not have bass last.
The first example is more dynamic like toggle "only show songs that include" of each track type separate. But until that is implemented even a simple sort on a yes/no concept where I can sort the bass track column and it would separate songs with from songs without would help me to enable/disable the songs I want to have in the game quite greatly.