1
3rd Party Plugins - (fb2k) / Re: foo_discogs
Last post by paregistrase -@paregistrase
I've been running tests related to your post.
Here are some possible solutions. I hope it will be helpful.
There is also a multi-value discussion at the github repo that you are welcome to visit and contribute if you feel like it.
DISCOGS_ARTISTS_URLS
default:
%<<ARTISTS_URLS>>%
multi-value:
$split($flatten(%<<ARTISTS_URLS>>%))
DISCOGS_FORMAT
default:
<default def>
multi-value:
$split($join(<default def>))
It works for urls and name variation etc. But with DISCOGS_ARTIST_REALNAME=%<ARTISTS_REAL_NAME>% if I change to DISCOGS_ARTIST_REALNAME=$split($flatten(%<ARTISTS_REAL_NAME>%)) I get an error
Code: [Select]
(FATAL) Error: Error generating tag DISCOGS_ARTIST_REALNAME [Error processing function $split : Corrupted array string: missing start byte] for file file://Z:\mnt\wd\Music\New\Mogwai\2006 - Mr Beast\1.01 - Mogwai - Auto Rock.flacWith the default code is not writen as multivalue
[ESCAPE to close]
Edit:
DISCOGS_ARTIST_REALNAME=$split($join(%<ARTISTS_REAL_NAME>%)) seems to work.