Yesterday, 01:33 AM
Hello folks,
I recently forked the Tangara code on codeberg to work on a couple things. Namely, I want to add a view on the device for Genres -> Artists -> Albums -> Songs. Looking at how the other similar views / DB navigation trees were setup, I assumed this would be pretty straightforward. However, my attempt has appeared to replicate instead the "Tracks by Genre" view! I tried a couple different ideas, but all produced the same behaviour.
I am not asking for you kind folks to debug the feature for me of course, but I am asking for where I should start looking in order to figure this out. There's a lot of code in this project! I wonder if there is a limit on navigation depth because of the way the DB is done? I am not sure...
The diff is here in case you are curious: https://codeberg.org/homoelectromagnetic...05686a60f8
Thanks all for your time!
I recently forked the Tangara code on codeberg to work on a couple things. Namely, I want to add a view on the device for Genres -> Artists -> Albums -> Songs. Looking at how the other similar views / DB navigation trees were setup, I assumed this would be pretty straightforward. However, my attempt has appeared to replicate instead the "Tracks by Genre" view! I tried a couple different ideas, but all produced the same behaviour.
I am not asking for you kind folks to debug the feature for me of course, but I am asking for where I should start looking in order to figure this out. There's a lot of code in this project! I wonder if there is a limit on navigation depth because of the way the DB is done? I am not sure...
The diff is here in case you are curious: https://codeberg.org/homoelectromagnetic...05686a60f8
Thanks all for your time!