diff --git a/years.md b/years.md index d86df5a..97c6509 100644 --- a/years.md +++ b/years.md @@ -15,9 +15,13 @@ The `years` table holds information for year playlists. ### The `years_view` The `years_view` joins the `years` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each year. -| Column | Description | -| --------------------------------- | ------------------------------------------------------ | -| year | The year | -| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this year | -| name | The year formatted as a string | -| [active](playlist_properties) | The active state of this year | \ No newline at end of file +| Column | Description | +| -------------------------------------- | ------------------------------------------------------ | +| year | The year | +| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this year | +| name | The year formatted as a string | +| [active](playlist_properties) | The active state of this year | +| [loop](playlist_properties) | The loop state of this year | +| [shuffle](playlist_properties) | The shuffle state of this year | +| [sort_order](playlist_properties) | The sort order of this year | +| [current_trackid](playlist_properties) | The current trackid of this year | \ No newline at end of file