How to Avoid Filenames Being Overwritten #5351
-
Hey all! I am using beets to write metadata to existing library of music. I just want it to write tags and not adjust the actual filenames. This library is being sourced by a program that relies on the file name and the file location - hence the desire to avoid changing the file name. Is there a way to avoid filenames being overwritten? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
If you use the following, it shouldn't change the files' location or names, just the metadata, but definitely test on a small subset first. import:
copy: no
move: no
write: yes |
Beta Was this translation helpful? Give feedback.
-
Which program is it, if I may ask? Maybe beets could be configured to use a folder/filename strategy that's compatible with the program. |
Beta Was this translation helpful? Give feedback.
If you use the following, it shouldn't change the files' location or names, just the metadata, but definitely test on a small subset first.