Sorry for my English, but I don't see another way.
My problem:
In Windows Explorer I have folder with Atist and many(2-10) subfolders with albums. I need export data to html format. In Mp3Tag editor all is Ok, but in html list sorting is diferent (by track number).
Anyone can help me?
Please show us the export config you use..
$filename(html)
<?xml version="1.0" encoding="UTF-8"?>
<!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> />
<title>Mp3tag - File Overview</title>
<style type="text/css"><!--
h1 { font-family: Verdana, Tahoma, Arial Unicode MS, sans-serif; font-size: 14pt; color: #000 }
body { font-family: Verdana, Tahoma, Arial Unicode MS, sans-serif; font-size: 8pt; background: #fff }
table, tr, td { font-family: Verdana, Tahoma, Arial Unicode MS, 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: 7px; margin: 0px; color: #000; }
.odd { background-color: #ccc; }
--></style>
</head>
<body>
<h1>Mp3tag - File Overview</h1>
<p>%_date%</p>
<table>
<tr>
<th class="title">Artist</th>
<th class="title">Album</th>
<th class="title">Title</th>
<th class="title">Track</th>
<th class="title">Year</th>
<th class="title">Genre</th>
<th class="title">Filename</th>
</tr>
$loop(%_filename_ext%)
<tr>
<td$if($odd(%_counter%), class="odd",)>%artist%</td>
<td$if($odd(%_counter%), class="odd",)>%album%</td>
<td$if($odd(%_counter%), class="odd",)>%title%</td>
<td$if($odd(%_counter%), class="odd",)>%track%</td>
<td$if($odd(%_counter%), class="odd",)>%year%</td>
<td$if($odd(%_counter%), class="odd",)>%genre%</td>
<td$if($odd(%_counter%), class="odd",)>%_filename_ext%</td>
</tr>
$loopend()
</table>
<p>build on %_date% with %_app% - the universal Tag Editor <a href="http://www.mp3tag.de/en/" title="Mp3tag Website">www.mp3tag.de</a></p>
</body>
</html>
Can You somthing change ? Realy, this is to importand to me... ![]()
Change $loop(%_filename_ext%) to $loop(%_path%)
It's worked !!!
dano, shon dank. You are goodnest moderator in the world ;-))