Advertisement
cliffflip

JAM3 #1

Nov 6th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // To change the artist picture location on the library page
  2. 1. Right-click at the thumbnail and choose Settings
  3. 2. There is this line of code not far from the top:
  4. $puts(ImagePath1B,js_data\artists\%artist%)
  5. Change this to:
  6. $puts(ImagePath1B,$replace(%path%,%directoryname%'\'%filename_ext%,))
  7.  
  8. // To change the artist picture location on the artist info page
  9. 1. Right-click on the box and choose "Custom folder"
  10. 2. Right-click on the box again and choose "Set custom folder..."
  11. 3. Paste this as the location:
  12. $replace(%path%,%directoryname%'\'%filename_ext%,)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement