No description
Find a file
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
beets avoid locking the database greedily during import 2010-06-08 23:34:44 -07:00
test track ordering now always uses bipartite matching algorithm, no longer assumes 2010-05-30 23:52:54 -07:00
beet add "beet stats" command for a few entertaining statistics 2010-06-08 17:08:23 -07:00
LICENSE.txt change to MIT license 2010-05-28 00:07:11 -07:00
MANIFEST.in added GPL license and accompanying notice 2009-04-09 02:46:22 +00:00
setup.py change name of command-line tool to "beet" 2010-05-28 08:37:38 -07:00