Kodi Community Forum

Full Version: Multiple label records in MQ 6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a question regarding multiple label records. I can see that Aeon MQ 6 shows label records when playing music. But I found that if there are more than one records for a album it wont show anything. I have label info in album.nfo file
like this
<album>
...
<label>XL Recordings</label>
...
</album>

but if I have multiple records like this
<album>
...
<label>XL Recordings, MCA</label>
...
</album>
then its not working! I have tried with ; and tab but none of it works.
Any idea?

EDIT: I have now tried this without any luck: <label>This will be on the first line[CR]And this will be on the second line</label>
Haven't tested, but the following should work (Kodi issue not skin related)

1

<label>XL Recordings</label>
<label>MCA</label>

2

<label>XL Recordings / MCA</label>

(use space-slash-space as separator).

scott s.
.
(2015-07-10, 03:14)scott967 Wrote: [ -> ]Haven't tested, but the following should work (Kodi issue not skin related)

1

<label>XL Recordings</label>
<label>MCA</label>

2

<label>XL Recordings / MCA</label>

(use space-slash-space as separator).

scott s.
.

I'm sorry scott967, its not working. I tested both methods. Maybe this could be fixed at least from the skin that it takes the first label and display the logo for that label and ignore the rest!?