anotherron;465228 Wrote:
> I have a number of mp3 and flac albums tagged using Mp3Tag. Some have
> custom tags for which I am using Custom Scan. I have used the Mp3Tag
> convention of separating tag items using "\\" but the multiple items do
> not appear in Squeeze Center (7.3.3). To what should I set the Squeeze
> Center multiple item separator? If there is no way to achieve
> compatibility, how can I convert my Mp3Tag tags to a format that will
> work with Squeeze Center?
In Mp3tag the \\ isn't taken literally. It's used to split fields into
multiple fields and to represent those fields in an editable form. So,
for example, a track with its genre shown as 'Vocal\\Jazz' will actually
be two genre fields in the tagging. I'm not sure it works on all
fields, though - I haven't tried it with custom fields, and I'm not sure
if it works like this for all the versions of ID3v2 tags. In some cases
it may actually insert the literal characters '\\'. Squeezebox Server
can read multiple fields, but it can't split fields on anything but a
single character.
You might just be better off using a simple character separator, such
as a semi-colon (';') and designating this in Squeezebox Server under
Settings > My Music > Separator for Multiple Items in Tags.
Converting to this in Mp3tag will depend on whether you have multiple
fields or you have literal \\ characters. Changing \\ to ; is easy to
do using a Replace action. Combining fields could also be done in a
Replace action using the function $meta_sep(fieldname,separator), as in
Code:
--------------------
$meta_sep(artist,;)
--------------------
--
JJZolx
Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=68920
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping