beets/test
Adrian Sampson 12854ad2ff very first stab at a working individual-item importer flow
"beet import -i" now tags items instead of albums. There are many loose ends to
tie up (marked with TODOs in the source):
- What to do about applying non-track metadata to matched tracks? Currently it's
  just left in place.
- Plugin autotag candidates for tracks.
- No user querying yet.
- Non-autotagged -i import are unimplemented.
And, on top of those:
- Need to remove the action.TRACKS workflow and replace it with an option that
  lets you jump over to the individual-track interface from the album tagger.
2011-04-12 23:22:03 -07:00
..
rsrc fix crasher w/ old APE files (#159) 2011-04-02 17:48:54 -07:00
__init__.py misc. overdue code cleanup 2010-07-09 18:07:15 -07:00
_common.py very first stab at a working individual-item importer flow 2011-04-12 23:22:03 -07:00
test_art.py move some reused testing stuff to _common module 2011-03-23 16:15:18 -07:00
test_autotag.py relocatable test rsrc directory 2011-04-12 14:26:48 -07:00
test_db.py relocatable test rsrc directory 2011-04-12 14:26:48 -07:00
test_files.py relocatable test rsrc directory 2011-04-12 14:26:48 -07:00
test_importer.py very first stab at a working individual-item importer flow 2011-04-12 23:22:03 -07:00
test_mb.py move some reused testing stuff to _common module 2011-03-23 16:15:18 -07:00
test_mediafile.py relocatable test rsrc directory 2011-04-12 14:26:48 -07:00
test_mediafile_basic.py slight tweaks to tests to let them run under nose 2011-04-12 15:06:27 -07:00
test_player.py move some reused testing stuff to _common module 2011-03-23 16:15:18 -07:00
test_query.py relocatable test rsrc directory 2011-04-12 14:26:48 -07:00
test_ui.py relocatable test rsrc directory 2011-04-12 14:26:48 -07:00
testall.py fix unicode issue with manual search prompt (#113) 2011-01-18 19:09:04 -08:00