Replies: 1 comment 1 reply
-
|
Hello, the title cleanup regex is meant for input data. The issue is that Beatport returns title + version, so 1T can format it properly, however Spotify returns |
Beta Was this translation helpful? Give feedback.
1 reply
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,
Here is an example title: artist - title (Original Mix).
If I use Beatport, I get this syntax; however, if I use Spotify, I get this syntax: Artist - title - original mix.
There is a hyphen instead of 'original mix' within parentheses.
How can I solve this issue to always have the same syntax 'artist - title (...)'?
Should I use regex in 'title cleanup'?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions