erland;280394 Wrote: 
> I suppose I should change it so it moves into NowPlaying, the reason I
> haven't done it yet is that I think it require me to do some ajax stuff
> which I haven't used anywhere yet.
> 
Just wrap your command into

Code:
--------------------
    
  href="javascript:ajaxRequest(<URL>,<ARGUMENTS>,goToStatus2);"
  
--------------------

or, if you want to be compatible with non-iPeng skins:

Code:
--------------------
    
  href="javascript:ajaxRequest(<URL>,<ARGUMENTS>);document.location='[% webroot 
%][% statusroot %]?player=[% player | uri %]';"
  
--------------------

> 
> I think it should be fairly simple to implement this as long as the
> whole row is linked to the album. If you like the album name to be
> linked to the album and the artist name linked to the artist it gets a
> bit more complicated.

That's how iPeng native does it and the iPod does it. May be a personal
thing but I kind of like that view...


-- 
pippin

---
see iPeng at penguinlovesmusic.com
------------------------------------------------------------------------
pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=39026

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to