• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • Yeah I love the useability of PlexAmp combined with the “it just works” from deemix that has all the tagging done already

    For reference, here is my library “summary” and the work I put in was basically finding duplicates, fixing tags to be Artist feat. Other Artist and stuff like that and that took around 3 hours to get the following script for the Picard Renaming Script part

    $set(title,$rreplace(%title%,\(.*\)OST\\s+,)) 
    
    
    
      
    $setmulti(artist,%artist%)  
      
    $set(myvar,$getmulti(%artist%,0))
      
      
    $if($is_multi(%artist%),$setmulti(artist,%myvar%))
      
      
      
    $if2(%artist%)/
      
    $if(%artist%,%album%/,)
    
    
    $trim(%album%) - %title%