beets/beets
Adrian Sampson 8eeaead135 fixed pause & resume, which neither paused nor resumed
In the multithreaded version, the "directory done" state was written before
other progress states, causing it to be overwritten. This was because I had
stupidly put the "done" message in the initial generator, which of course
finishes before the entire pipeline finished. This manifested as two problems:
the tagger would always want to "resume" even when it had finished the last
time; "aBort"ing the process would not cause the next run to resume.
2010-08-04 11:30:02 -07:00
..
autotag deal with invalid pathname encodings 2010-08-04 11:06:28 -07:00
ui fixed pause & resume, which neither paused nor resumed 2010-08-04 11:30:02 -07:00
__init__.py change to MIT license 2010-05-28 00:07:11 -07:00
library.py deal with invalid pathname encodings 2010-08-04 11:06:28 -07:00
mediafile.py fixed adding tags where they already existed (but were empty) 2010-08-03 17:33:04 -07:00
plugins.py add config option for importing additional plugins 2010-07-08 17:18:43 -07:00