Posts: 2
Threads: 1
Joined: Aug 2022
Reputation:
0
Hi all,
is it possible to filter a piece list so that only the pieces with annotations are shown?
I could not find it.
Best,
Jan
Posts: 13,392
Threads: 302
Joined: Apr 2012
Reputation:
238
Hello Jan,
Unfortunately, no, you can't currently filter on songs containing annotations. The reason is that annotations are not loaded for all songs when the app is loaded. This reduces memory consumption and startup time. Annotations are only read from the database once a particular song is loaded. Having said that, I could certainly cache some information such as the number of annotations and filter just on that, but that will require a number of code changes.
Mike
Posts: 2
Threads: 1
Joined: Aug 2022
Reputation:
0
Hi Mike,
thanks a lot - makes sense. And it is probably not an everyday scenario being able to filter after that criteria. I will find a workaround.
Jan