beets/beets
Adrian Sampson e5f7ee67ca avoid locking the database greedily during import
Previously, the db transaction was running concurrently with the file copying
and tag writing. This meant that the transaction went needlessly long and made
other db-writing processes time out. Now the transaction is short and occurs
after all the file operations.
2010-06-08 23:34:44 -07:00
..
autotag importer now walks directories in sorted order 2010-06-08 16:23:46 -07:00
player MPD protocol messages are now declared as strings (bytes), not unicode 2010-06-08 14:36:42 -07:00
__init__.py change to MIT license 2010-05-28 00:07:11 -07:00
device.py change to MIT license 2010-05-28 00:07:11 -07:00
library.py change to MIT license 2010-05-28 00:07:11 -07:00
mediafile.py change to MIT license 2010-05-28 00:07:11 -07:00
ui.py avoid locking the database greedily during import 2010-06-08 23:34:44 -07:00