ultrasonic-app-subsonic-and.../ultrasonic/src/main/kotlin/org/moire/ultrasonic/data
tzugen dbdb59bbff
Add a Room database for Artists, Indexes and MusicFolders.
* There is one database for each Server
* Index items are saved with a "musicFolderId" prop, which makes it possible to filter the database by musicFolder without necessarily having to query the server for it.
* Databases for new Servers are created on the fly
* If the user removes a server, the respective database is deleted.
2021-06-29 18:01:26 +02:00
..
ActiveServerProvider.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
AppDatabase.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
ArtistsDao.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
BasicDaos.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
MetaDatabase.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
ServerSetting.kt Reduce function length 2021-05-29 15:00:46 +02:00
ServerSettingDao.kt Updated ServerSettingsModel to use Room for handling LiveData 2020-09-24 20:32:51 +02:00