Testing changes without modifying library #4541
-
So maybe this is an easy question to answer. How would I go about testing the changes I make to the code without using my own music library and database? The reason I want this is because I don't know if the changes I make will mess up the database or my current library. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
A simple way would be to use the |
Beta Was this translation helpful? Give feedback.
A simple way would be to use the
-l
/--library
flag to specify an alternative database file (and perhaps also-d
to specify an alternative location for music files). But one thing I often use is something likeBEETSDIR=/something/testy beet
to specify an alternative configuration "root" (as opposed to the default,~/.config/beets
).