home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Pimeer_Modern_v2.wal / notifier / cover.maki (.txt) < prev    next >
Winamp Compiled Maki Script  |  2004-09-13  |  2KB  |  47 lines

  1. /* Note: a decompiler is no invitation to steal code.
  2.    Please respect the the copyright */
  3.  
  4. #include "std.mi"
  5. Global Browser Browser16;
  6. Global String String17;
  7.  
  8. Function func400();
  9.  
  10. System.onScriptLoaded()
  11. {
  12. Group Group18;
  13. Group18 = System.getScriptGroup();
  14. Browser16 = Group18.findObject(( "browser\.cdcover"));
  15. String17 = System.getPath(Browser16.getXmlParam(( "url")));
  16. if(( System.getPlayItemString() != ( ""))) {
  17. func400();
  18. }
  19. return Null;
  20. }
  21.  
  22. System.onTitleChange(String newtitle)
  23. {
  24. func400();
  25. return Null;
  26. }
  27.  
  28. func400()
  29. {
  30. String String24;
  31. String String26;
  32. String String22;
  33. String22 = ( "");
  34. String24 = System.getPlayItemMetaDataString(( "artist"));
  35. String26 = System.getPlayItemMetaDataString(( "album"));
  36. if(( String24 != ( ""))) {
  37. String22 = ( String22 + ( String24 + ( "\ ")));
  38. }
  39. if(( String26 != ( ""))) {
  40. String22 = ( String22 + String26);
  41. }
  42. Browser16.navigateUrl(( ( String17 + ( "\\cdcover\.html\?")) + System.urlEncode(String22)));
  43. return Null;
  44. }
  45.  
  46.  
  47.