With this script you can find missing files in your playlist. (Files that doesn’t exists anymore, or has been moved)

Set fso = CreateObject("Scripting.FileSystemObject")
 
For Each track In playlist
	If fso.FileExists(track.Filename) = False Then
		MsgBox("File Not Found: " & vbNewLine & track.Position & ". " & track.ATFstring("[%artist% - ]$if2(%title%,$filepart(%filename%))"))
	End If	
Next
 
quit
 
examples/general/find_missing.txt · Last modified: 2006/11/06 15:44
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Music Plugins