d6jg wrote: 
> 32892
> 
> The display in Material is perfect. It is only displaying the first
> entered value in AlbumArtist but the 2 other values are still there and
> are being used for indexing. You have to be aware that the tagging must
> have the string you want displayed at position 1 but thats all that is
> necessary.

Ah, browsing 'Albums'. I can confirm this still functions this way, and
only the first is displayed.

d6jg wrote: 
> I THOUGHT that Material was calling the data from library and that YOU
> had coded it to display the first value from a returned array but now I
> gather that the JSON call is only ever returning value 1 for
> AlbumArtist.

Yeah, there is no special code here - I'm just using what LMS returns.

d6jg wrote: 
> I may have been entirely mistaked in thinking that I ever saw the same
> treatment in Q and NP for TrackArtist but what this tells us is that the
> call logic exists to pull only the first value and I am asking can that
> same logic be applied for display of TrackArtist at Q and Now Playing
> level on an optional basis (to suit the differing needs of PasTim and I)

And, as I have stated multiple times, I cannot do this. There is no way
(AFAIK) to tell if "a, b, c" is 3 artists, 2 artists (e.g. "a" and "b,
c", or "a, b" and "c"), etc. If LMS returned an array of artists, then
yes, but it does not.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to