pippin;279252 Wrote:
> OOpps...
> Hmmm...
> Or by whoever did the MusicMagic Plugin ;-)
> Will have a look at it some time, but will take a bit since I don't use
> MusicIP.
It seems to be using the standard components, the page is the
following:
Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_mix.html
And the relevant code section:
Code:
--------------------
[%- PROCESS pageheader.html %]
[% IF warn %]<p>[% warn %]</p>[% END %]
[% IF browselist_header %][% browselist_header %][% END %]
[% IF browselist_pagebar %]<p>[% browselist_pagebar %]</p>[% END %]
[% WRAPPER contentcontainer %]
[% FOREACH item = browse_items %]
[% PROCESS browsedbitems_list.html %]
[% END %]
[% END %]
[% IF browselist_pagebar %]<p>[% browselist_pagebar %]</p>[% END %]
--------------------
If I'm interpreting the code correctly, the "This entire playlist" item
contains the following attributes:
Code:
--------------------
{
'text' => Slim::Utils::Strings::string('THIS_ENTIRE_PLAYLIST'),
'attributes' => "&listRef=musicmagic_mix",
'odd' => ($itemnumber + 1) % 2,
'webroot' => $params->{'webroot'},
'skinOverride' => $params->{'skinOverride'},
'player' => $params->{'player'},
};
--------------------
I think the problem might be in one of the cmdwrapper blocks. In the
classic skin the "This entire playlist" is shown as a plain text with
no url with an "add" and "play" button on the right side. In the iPeng
skin it is shown as a plain text with no url with an add icon on the
right side. The track list that follows looks the same as the track
listing in Custom Browse with three rows per track:
- Row 1: The song title
- Row 2: The album title
- Row 3: The artist name
--
erland
Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan, Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=44112
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins