Modify artist/album/track before searching Spotify? #4208
Unanswered
inderpreet99
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm pretty sure you should be able to work around this as follows:
This would involve a bit of busywork though, depending on how much files have this issue we may need to find a more clever solution |
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
-
Hi,
I have a lot of music where the tracks have weird tagging information like "[SOMETHING] Actual Track Name" in title and then similarly "[RANDOM] Artist Name" in Artist tag. I'd like to get rid of these irrational tags before searching meta sources.
On top of that, I have music that you wouldn't find on MusicBrainz. Most of my Punjabi music collection can be found on the more mainstream Spotify, Apple Music, Google Music, etc. So I used the Spotify plugin, but when it searches it uses the tag information from the file. So I'll get track results for stuff like "SOMETHING" or "RANDOM", rather than the actual content of the title.
Is there a way to regex replace before sending to spotify/meta sources? So when the queries get sent to spotify, spotify reponds to the actual track/album name, rather than the irrational tag prefix, suffixes, etc.
I tried the importreplace plugin, but it seems to modify tags later in the process, rather than on the initial "import" search.
Log:
PS: If I manually enter the "Enter search" (last prompt) criteria to be "Artist name", "Album name", etc, Spotify, et all will be able to find it.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions