doppelte Alben zu finden

Manfred, im Prinzip geht das "Doppelte finden" so wie in dem Skript wie in diesem Beitrag:
Wie vorgehen um doppelte per %_md5audio% finden
Da muss wohl nur ein Name geändert werden.

Das ist das Exportskript Export Detect Same AlbumName.mte
(alles in eine Zeile schreiben):

$filename(O:\TEST\Export.DetectSameAlbumName.txt,UTF-8)$repeat('=',90)$char(13)$char(10)'List of files with the same Album Name.'$char(13)$char(10)$repeat('=',90)$char(13)$char(10)$loop(%ALBUM%)$loop(%ALBUM%)$loopend()$ifgreater(%_max_counter%,1,$char(13)$char(10)'Album: '%ALBUM%$char(13)$char(10)$loop(%ALBUM%%_path%)%_path%$char(13)$char(10)$loopend(),)$loopend()$char(13)$char(10)$repeat('=',90)$char(13)$char(10)'Totals - Searched Files: '%_total_files%' - Original File Size: '%_total_size%' - Playing Time: '%_total_time%$char(13)$char(10)%_datetime%' script generated by '%_app%' - http://www.mp3tag.de -'$char(13)$char(10)$repeat('=',90)

Beispiel:

================================================================================

List of files with the same Album Name.

Album:
O:\TEST\T1\Folder AAA\Andreas F. (featuring Andrea) - Du bist mein.mp3
O:\TEST\T1\Folder AAA\Andreas F. Feat Andrea - Du bist mein.mp3
O:\TEST\T1\Folder BBB\100% feat Jennifer John - Just Can't Wait.flac

Album: Album CCC
O:\TEST\T1\Folder CCC\01 - Artist CCC - Album CCC - Title CCC 1.mp3
O:\TEST\T1\Folder CCC\02 - Artist CCC - Album CCC - Title CCC 2.mp3
O:\TEST\T1\Folder CCC\03 - Artist CCC - Album CCC - Title CCC 3.mp3

Album: Black is more than no color
O:\TEST\Bob Dylan - The Basement Tapes, CD 01 - 04 - Tears of Rage.mp3
O:\TEST\T1\The Beatles - White Album, CD 02 - 07 - Goodnight.mp3

Export_Detect_Same_AlbumName.mte (648 Bytes)

DD.20110317.2040.CET

Export_Detect_Same_AlbumName.mte (648 Bytes)