Ich kenne die Funkion Strg+Shift+P. Leider werden hier nur Listen der 1. Ebene erstellt. Ich habe pro Interpret ein Verzeichnis angelegt und darin pro Album ein weiteres Verzeichnis. Leider kann ich pro Interpret keine Playliste pro Interpret über alle Alben automatisch erstellen lassen. Auch bei der Exportfunktion kann man nicht die Datei an Hand des %artist% ändern.
Besteht in Zukunft die Möglichkeit, das die Funktion Strg+Shift+P rekrusiv alle Unterverzeichnisse durchsucht und pro Unterebene eine Playliste anlegt?
So könnte ich immer eine aktuelle Liste erhalten.
Meine aktuelle Exportliste stelle ich gerne zur Verfügung:
$filename(html)
<?xml version="1.0" encoding="ansi"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<meta name="GENERATOR" content="Mp3tag - <a href="http://www.mp3tag.de">" target="_blank">http://www.mp3tag.de"></a>
<meta http-equiv="Content-Type" content="text/html; charset=ansi">
<title>Gryga - Musikarchiv</title>
<style type="text/css"><!--
h1 { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 14pt; color: #960000 }
h2 { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 9pt; color: #000000 }
body { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 8pt; background: yellow }
table, tr, td { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 9pt; color: #000; }
a:link, a:visited, a:active { text-decoration: none; color: #03f; }
a:hover { text-decoration: none; color: #f03; }
.title { font-weight: bold; padding: 10px; margin: 0px; color: #960000; }
.odd { background-color: #fe0; }
.odd2 { background-color: lightblue; }
--></style>
</head>
<body>
<h1>Musikarchiv</h1>
<p>%_date%</p>
<table>
<tr>
<th class="title">Interpret <a href="#Titelliste">==Titelliste==</a></th>
</tr>
$loop(%artist%)
$if($not(%artist%),,<tr> )
$if($not(%artist%),,<td$if($odd(%_counter%), class="odd",)><a href="#%artist%">%artist%</a></td> )
$if($not(%artist%),,</tr> )
$loop(%title%)
$loopend()
$loopend()
</table>
<table>
<tr>
<th class="title"><a name="Titelliste">Interpret</d></th>
<th class="title">Titel</th>
<th class="title">Dateiname</th>
</tr>
$loop(%artist%)
$if($not(%artist%),,<tr> )
$if($not(%artist%),,<td$if($odd2(%_counter%), class="odd2",)><a name="%artist%" href="$regexp(%artist%.m3u,\\\\,/)"><h2>%artist%</h2></a></td> )
$if($not(%artist%),,<td$if($odd2(%_counter%), class="odd2",)></td> )
$if($not(%artist%),,<td$if($odd2(%_counter%), class="odd2",)></td> )
$if($not(%artist%),,</tr> )
$loop(%title%)
$if($not(%artist%),,<tr> )
$if($not(%artist%),,<td$if($odd(%_counter%), class="odd",)></td> )
$if($not(%artist%),,<td$if($odd(%_counter%), class="odd",)>%title%</td> )
$if($not(%artist%),,<td$if($odd(%_counter%), class="odd",)><a href="$regexp(%_filename_rel%,\\\\,/)">%_filename_ext%</a></td> )
$if($not(%artist%),,</tr> )
$loopend()
$loopend()
</table>
<p>erstellt am %_date% mit %_app% - dem universellen Tag Editor <a href="http://www.mp3tag.de/" title="Mp3tag Website">www.mp3tag.de</a></p>
</body>
</html>