Hi!
I just found out that the incremental import only works for directories, hence albums. Do you see a chance to enable this feature for singletons (created using the -s command line option for example)?
I had a short look at the code. Wouldn't it enough to store the file names of imported singletons beside the directories (and check them while importing, of course)? Do I overlook something why this isn't possible?
My use case is: The music library is already organised. I want to use beets to build a database and correct some tags and/or file/folder names. This happens 'in place'. Every now and than, I add an album or a singleton. The files are added directly into the library, so there is no special 'incoming' folder. To import them into beets, I run beet import -i <library root>. All already imported directories are skipped, but singletons are imported again every time.
Hi!
I just found out that the incremental import only works for directories, hence albums. Do you see a chance to enable this feature for singletons (created using the
-scommand line option for example)?I had a short look at the code. Wouldn't it enough to store the file names of imported singletons beside the directories (and check them while importing, of course)? Do I overlook something why this isn't possible?
My use case is: The music library is already organised. I want to use beets to build a database and correct some tags and/or file/folder names. This happens 'in place'. Every now and than, I add an album or a singleton. The files are added directly into the library, so there is no special 'incoming' folder. To import them into beets, I run
beet import -i <library root>. All already imported directories are skipped, but singletons are imported again every time.