Replies: 5 comments 11 replies
-
Edit: This comment was from a different thread. Not that I know of. I'm currently using mp3tag to make a custom Also a DJ and I'm really working hard to circumvent a lot of beets limitations because the lastgenre and whatlastgenre extensions are so good. If you have any workflows that work well for you please let me know lol |
Beta Was this translation helpful? Give feedback.
-
@JOJ0 I don't think there is one. We could extend the |
Beta Was this translation helpful? Give feedback.
-
So I've been thinking about what exactly would be most helpful for the last little bit @JOJ0 @arsaboo. For sure the best thing would be a simple find and replace command with the ability to use regex. The idea being that it would act very similarly to
Similar to Options (same as
Additional options:
Config options:
Additionally the config options from import-replace would be included (quoting from the import-replace readme):
Overall the config may look like:
|
Beta Was this translation helpful? Give feedback.
-
@benpage2 This looks great. We can finetune the options as we start working on it. Once @JOJ0 gives their blessing, we can get started with this. |
Beta Was this translation helpful? Give feedback.
-
Yeah exactly, the idea is that you could do it on already imported items and potentially before import as well. Should the new issue go under ideas or feature requests? @JOJ0 Edit: I'll just throw it under ideas. |
Beta Was this translation helpful? Give feedback.
-
This has been asked before: #4047Update: Actually not the same question, I was wrong when I wrote that back then.
Sorry for repeating it but it's in a specific way I'm sure a lot of DJs and beatport users/customers in general will be aware of:
Downloaded tracks from Beatport tend to look like this often: "Trackname (Original Mix)" - This will get beets to apply penalties when searching for tracknames on MusicBrainz, Discogs or whatever source plugin is in use. (except the source plugin is the beatport plugion itself)
https://github.com/edgars-supe/beets-importreplace does the opposite, not what I need.
It would help to just kick out "(Original Mix)" before searching online. Is there any solution existing already? The
fromfilename
plugin does something like that but it's not configurable. Would a PR making it possible to add new regex replacements tofromfilename
be welcomed?Beta Was this translation helpful? Give feedback.
All reactions