-
I have a large collection that I'd like to manage with beets. However because I already have other software that relies on those existing paths (for playlists and listening history), I'd like to import it while preserving the paths and only updating the metadata. However for new music rips I'd like to use beets to name the files appropriately. Assume:
My plan is to import from The problem is that the naming inside the old-library isn't 100% consistent, so I can't simply provide a Is there anyway to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
copy files to new location then use beets import configured with copy:no for new imports use --copy cli option, paths config will be applied |
Beta Was this translation helpful? Give feedback.
copy files to new location
then use beets import configured with
copy:no
move:no
for new imports use --copy cli option, paths config will be applied