ocarina/core/tags
Anna Schumaker d5fc2a4de0 Track: Add a function for saving the track_db
The track_db doesn't have autosaving enabled for performance reasons.
This lets us add several tracks to the database between saves, but it
also means we need to provide a commit() function.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-12-04 08:31:52 -05:00
..
Sconscript Artist: Move artist tag code into a new directory 2014-12-03 13:02:49 -05:00
album.cpp Album: Add functions for looking up or creating Album tags 2014-12-04 08:31:51 -05:00
artist.cpp Artist: Add functions for looking up or creating Artist tags 2014-12-04 08:31:51 -05:00
generic.cpp Generic: Create a copy constructor 2014-12-04 08:31:52 -05:00
genre.cpp Genre: Add functions for looking up or creating Genre tags 2014-12-04 08:31:51 -05:00
library.cpp Library: Add functions for looking up or creating Library tags 2014-12-04 08:31:51 -05:00
tags.cpp Library: Add functions for looking up or creating Library tags 2014-12-04 08:31:51 -05:00
track.cpp Track: Add a function for saving the track_db 2014-12-04 08:31:52 -05:00