Replies: 1 comment 4 replies
-
You could try a combination of setting a custom beets field during import
During an import run you would have to specifically tell beets to only import files from that playlist though. That is tricky already but could be solved with some shell magic. I asked an AI friend for that but didn't test it. Theoretically it should take care of ignoring comments as well as spaces in file names:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have the usual unsorted dusty pile of music that I never managed to organize. Now with beets I'm moving everything to its music library with its nice structure. I do have a number of playlists pointing into the old mess, though, which break since files are moved and renamed.
Now, I want those files to be moved and renamed, but I also want to update my old playlists to point to the new locations.
I tried the importfeeds plugin with "links", but that just generates links in "some other place", not where the original file used to be before it got imported, so that' s not what I'm looking for.
Ideally there'd be a log somewhere with all the file moves, such as
old_path -> new_path
and a tool (or some scripting on my end) to resolve all my old playlists using that log and update its paths.Does that sound reasonable?
How can I address this?
I wonder how this isn't affecting a whole bunch of users (that lived with their mess for years).
Thanks,
Chri
p.s. I tried to fiddle with the importfeeds plugin to change how it generates links, but I failed to find the original path of imported items :(
Beta Was this translation helpful? Give feedback.
All reactions