..
device-schema.sql
Add missing ftsyear in device schema
2018-10-01 01:37:58 -07:00
jamendo.sql
database: Add ftsyear to jamendo.songs_fts
2020-06-05 10:26:26 +01:00
schema-1.sql
Oops, remove another insert in schema-1.sql
2012-01-12 10:10:16 +00:00
schema-2.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-3.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-4.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-5.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-6.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-7.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-8.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-9.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-10.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-11.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-12.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-13.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-14.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-15.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-16.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-17.sql
Move database schema into a subdirectory of data/
2010-10-17 11:22:34 +00:00
schema-18.sql
Add a skipcount field to the database, and read the last played time into Song objects. (still not used in the GUI yet).
2010-10-17 17:50:20 +00:00
schema-19.sql
Automatic scoring. Thanks Arnaud Bienner. Fixes issue #141
2010-11-01 21:15:52 +00:00
schema-20.sql
Oops, add missing file
2010-11-20 20:40:17 +00:00
schema-21.sql
Treat the Jamendo database schema the same as other databases.
2010-12-05 10:55:21 +00:00
schema-22.sql
Add a database table, backend, and model for Icecast radio stations. Added a filter widget as well, but it doesn't actually search or sort yet.
2010-11-23 22:36:00 +00:00
schema-23.sql
Missing file
2010-11-27 19:34:15 +00:00
schema-24.sql
consider .cues when scanning the library
2010-12-28 15:36:01 +00:00
schema-25.sql
CUE songs are now properly updated in library - you can delete a CUE sheet, add it, you can change section markers in it etc. and everything should work as expected
2011-01-15 18:46:23 +00:00
schema-26.sql
restoring CUE related files in playlist after Clementine's restart (fixes issue #68 )
2011-01-19 15:36:40 +00:00
schema-27.sql
'show duplicates only' view for library where you can see which songs in your library are duplicated and delete unnecessary duplicates (fixes issue #1328 )
2011-01-30 21:00:49 +00:00
schema-28.sql
Change the fields in Song from seconds to nanoseconds
2011-02-13 18:34:30 +00:00
schema-29.sql
Allow radio services (Spotify) to store whole songs in playlist items
2011-04-26 22:06:58 +00:00
schema-30.sql
Handle bigger protobuf messages, add spotify searching to the UI
2011-04-27 16:38:28 +00:00
schema-31.sql
Encode URLs properly when doing the DB schema conversion to store filenames as URLs
2011-06-14 14:46:02 +00:00
schema-32.sql
Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types.
2011-04-28 15:10:28 +00:00
schema-33.sql
Show spotify search results in a separate playlist tab rather than in a tree in the sidebar.
2011-04-28 17:50:45 +00:00
schema-34.sql
When songs disappear from the filesystem (either they're deleted or are on a removable media that was unmounted), mark them as unavailable instead of removing them from the database. Thanks google@robbertkrebbers.nl. Fixes issue 401
2011-05-14 13:43:57 +00:00
schema-35.sql
Add an index on filename on songs table. Particullary, this heavily speed up the 'Add folder' usecase
2011-11-12 19:33:50 +01:00
schema-36.sql
Don't update the Jamendo tables for the effective_albumartist change - it's far too slow
2011-11-29 10:38:07 +00:00
schema-37.sql
Implement the "Delete after x days" feature for listened podcasts.
2012-03-12 19:35:47 +00:00
schema-38.sql
Index Google Drive MP3s and write to local database.
2012-07-27 16:04:12 +02:00
schema-39.sql
Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it.
2012-10-30 23:04:22 -07:00
schema-40.sql
Read tags from Ubuntu One files and add to local database.
2012-11-28 14:43:03 +01:00
schema-41.sql
Add Dropbox service and settings page.
2012-11-29 20:48:34 +01:00
schema-42.sql
Support indexing files from Skydrive.
2012-12-13 14:27:21 +01:00
schema-43.sql
Hacky basics of starting to load Subsonic library
2013-01-10 22:08:52 +00:00
schema-44.sql
Add support for Box.
2013-02-12 17:11:18 +01:00
schema-45.sql
add new line for schema-45
2014-06-04 18:02:49 +02:00
schema-46.sql
Correction after hatstand's review
2014-06-04 17:58:28 +02:00
schema-47.sql
Correction after hatstand's review
2014-06-04 17:58:28 +02:00
schema-48.sql
Amazon Cloud Drive support.
2015-03-27 14:56:08 +01:00
schema-49.sql
IDv3 tag lyrics support.
2015-04-10 21:05:07 +02:00
schema-50.sql
Add support for original year tags.
2015-06-30 18:34:34 +02:00
schema-51.sql
Add contextual searches to playlists, library and global search. ( #5649 )
2017-08-09 14:12:36 +01:00
schema.sql
Add an extra newline between statements in the first schema file to fix an error when QtSql doesn't support multiple statements at a time. Fixes issue 2604
2012-01-12 09:38:01 +00:00