Posts: 1,877
Threads: 290
Joined: Sep 2014
Reputation:
32
I would like to find easily songs that have notes or annotations. Adding filter options to "additional filters" similar to the filter for songs with audio files would be great.
Posts: 1,231
Threads: 194
Joined: May 2015
Reputation:
13
sqlite3 mobilesheets.db 'SELECT DISTINCT Songs.Id,Title,Path FROM Songs,Files,AnnotationsBase WHERE Songs.Id = AnnotationsBase.SongId AND Songs.Id = Files.SongId;'
Johan
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).
Posts: 1,877
Threads: 290
Joined: Sep 2014
Reputation:
32
Can you recommend a database tool for Android?
Posts: 1,231
Threads: 194
Joined: May 2015
Reputation:
13
Being an open source advocate I'd suggest aSQLiteManager. It does a decent job.
I must add that although I'm a database expert, I never operate on a production database. I always make a copy first. This is expecially necessary when working with SQLite databases since SQLite does not have something similar to readonly access.
(I make automatic copies of the (Android) database to my (Linux) desktop, so I always have a copy at hand to play with.)
Johan
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).
Posts: 1,877
Threads: 290
Joined: Sep 2014
Reputation:
32
Accessing mobilesheets.db via SQL directly is great and offers a lot of new possibilities. But it's not a complete replacement for the comfort and conveniency of having such a filter integrated into MSP. I propose adding it to the "Additional Filters" dialog.
Posts: 13,358
Threads: 301
Joined: Apr 2012
Reputation:
235
Alright, I added an issue for this in bugzilla so that I remember to make the change when time allows.
Thanks,
Mike