Guest User

new script for cover art

a guest
May 21st, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. $puts(skin_path,%ps_foobar2000_path%\skins\Aubergine)
  2. $puts(text.color,150-150-150)
  3.  
  4. //--seperator
  5.  
  6. //---album art
  7.  
  8. $imageabs(0,0,260,260,%path%,artreader nokeepaspect,)
  9.  
  10.  
  11. //-buttons
  12. $if($or($not(%ps_isplaying%),%ps_ispause%),
  13. $imagebutton(60,265,,,$get(skin_path)\playidle.png,$get(skin_path)\playhot.png,COMMAND:Playback/Play or Pause),
  14. $imagebutton(60,265,,,$get(skin_path)\pauseidle.png,$get(skin_path)\pausehot.png,COMMAND:Playback/Play or Pause)
  15. )
  16. $imagebutton(95,265,,,$get(skin_path)\skipidle.png,$get(skin_path)\skiphot.png,COMMAND:Playback/Next)
  17. $imagebutton(25,265,,,$get(skin_path)\backidle.png,$get(skin_path)\backhot.png,COMMAND:Playback/Previous)
  18.  
  19. //-buttons background
  20. //$drawrect(5,280,250,17,236-236-236-255,)
Advertisement
Add Comment
Please, Sign In to add comment