Update 'libraries'

Anna Schumaker 2023-03-27 09:18:31 -04:00
parent 479b158a7a
commit 4f23df0198
1 changed files with 3 additions and 0 deletions

@ -1,5 +1,7 @@
The `libraries` table holds information for library path playlists. Library paths can be disabled by the user, resulting in their tracks being removed from the Collection playlist.
Libraries have a "deleting" column which is set when a row is being removed from the database. This is intended to be used by playlists so they can select tracks that are not being removed.
### Columns
| Name | Type | Description |
| --------------------------------- | --------------------- | ------------------------------------------- |
@ -7,6 +9,7 @@ The `libraries` table holds information for library path playlists. Library path
| [propertyid](playlist_properties) | INTEGER | The rowid of this library path's properties |
| path | [PATH](SQLite-Config) | The filepath of this library path |
| enabled | BOOLEAN | The user configured enabled property |
| deleting | BOOLEAN | The library path is being deleted |
### Triggers
| Name | When | Description |