aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/UpdateSong.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SongUpdate: use the Storage interface, support remote filesMax Kellermann2014-02-061-2/+2
| | | | | | | This commit finally allows the database update to scan remote files, e.g. using the smbclient storage plugin. However, it is not yet possible to configure that, therefore the feature is not accessible yet.
* LocalStorage: new API abstracting filesystem walkMax Kellermann2014-02-051-7/+8
| | | | | Prepare to make this a new plugin API, for example to use a SMB share for the music_directory.
* db/update/Editor: add locking method variantsMax Kellermann2014-01-311-13/+5
|
* db/update: convert to OO APIMax Kellermann2014-01-301-16/+13
| | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
* Database*: move to db/Max Kellermann2014-01-241-0/+113