Mass tagging Mp3tag export config - click in the box below, press CTRL+A and then CTRL+C, then click Back to return to the instructions.: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
m (moved mass tagging Mp3tag export config - click in the box below, press CTRL+A and then CTRL+C, then click Back to return to the instructions. to [[Mass tagging Mp3tag export config - click in the box below, press CTRL+A and then CTRL+C, then cli...)
No edit summary
 
Line 1: Line 1:
$filename(c:\mp3tag_temp.txt,ansi)$loop(%dummy%)$regexp($regexp($regexp(%_folderpath%%_filename_ext%,'.*?(\d{12,14})(?:(?:-|\\)(\d+))?.*?\\(\d+)[^\\]*$',$1-$2-$3),'^(\d+)--(\d+)',$1-1-$2),'(.*:.*)','Error: album, disc and/or track number missing from path $1')
$filename(c:\mp3tag_temp.txt,ansi)$loop(%dummy%)$regexp($regexp($regexp(%_folderpath%%_filename_ext%,'.*?(\d{12,14})\]?(?:(?:-|\\)(\d+))?.*?\\(\d+)[^\\]*$',$1-$2-$3),'^(\d+)--(\d+)',$1-1-$2),'(.*:.*)','Error: album, disc and/or track number missing from path $1')
$loopend()
$loopend()

Latest revision as of 2014-03-10T17:32:45

$filename(c:\mp3tag_temp.txt,ansi)$loop(%dummy%)$regexp($regexp($regexp(%_folderpath%%_filename_ext%,'.*?(\d{12,14})\]?(?:(?:-|\\)(\d+))?.*?\\(\d+)[^\\]*$',$1-$2-$3),'^(\d+)--(\d+)',$1-1-$2),'(.*:.*)','Error: album, disc and/or track number missing from path $1') $loopend()