beets/beets
Adrian Sampson 4c6dbe6780 Remove seen_idents set
This was used since time immemorial to keep track of recently-imported music
that hasn't hit the database yet. I created it when the importer only added
music to the database at the end of the pipeline, after doing all the work to
manipulate the metadata. Now, for several reasons, we add the music
immediately after the user sees it and then manipulate the records *in the
database*. With the latest change, which gets rid of the last separation
between UI and database-adding, we no longer need to do this.
2015-10-24 13:06:16 -07:00
..
autotag Add support for pregap tracks 2015-06-03 00:54:25 +01:00
dbcore Fix #1605: parsing bare + and - in queries 2015-09-15 13:53:41 -07:00
ui Roll back PR #1358: regression on recent duplicate 2015-10-24 12:46:27 -07:00
util Fix my fix for #1586: iterate over views 2015-10-08 10:40:18 -07:00
__init__.py Version bump for 1.3.16 2015-10-17 17:45:46 -07:00
art.py clearart-notify: Use default arguments when clearing art 2015-08-23 00:03:33 +02:00
config_default.yaml Remove stray config options from main defaults 2015-09-07 21:39:05 -07:00
importer.py Remove seen_idents set 2015-10-24 13:06:16 -07:00
library.py Run case sensitivity check (#1586) on bytestring 2015-10-07 16:38:27 -07:00
logging.py Delete hacks & workarounds for python 2.6 2015-04-01 10:46:22 +02:00
mediafile.py Doc tweaks & changelog for #1589 2015-09-02 15:05:23 -07:00
plugins.py Always log a template literal (fix #1481) 2015-05-28 23:44:41 -04:00
vfs.py Import unicode_literals in beets package 2015-01-19 21:41:33 +01:00