The %% was my patch to the code to allow me to use double quotes, and to
place text -after- the given string (i.e. the trailing double quote).

So, for example, the %% in this:


Code:
--------------------
    
  "%%"ARTIST
  
--------------------

is replaced by what follows, which is ARTIST, yielding:

Code:
--------------------
    
  "ARTIST"
  
--------------------

including the double quotes.  You can just configure your configuration
string as:

Code:
--------------------
    
  TRACKNUM. TITLE:5,ARTIST:3,"from "ALBUM:3
  
--------------------


If it works as I specified, then Erland might have made some updates
that I'm unaware of.


-- 
MrC
------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=66373

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

Reply via email to