|
@@ 1049-1051 (lines=3) @@
|
| 1046 |
|
echo '<th>View</th>'; |
| 1047 |
|
echo '<th>Filename</th>'; |
| 1048 |
|
echo '<th>Combined</th>'; |
| 1049 |
|
if ($TagsToCompare['id3v2']) { |
| 1050 |
|
echo '<th><a href="'.htmlentities($_SERVER['PHP_SELF'].'?unsynchronizedtags='.urlencode($_REQUEST['unsynchronizedtags']).'&autofix=1&autofixforcesource=id3v2&autofixforcedest=A1').'" title="Auto-fix all tags to match ID3v2 contents" onClick="return confirm(\'Are you SURE you want to synchronize all tags to match ID3v2?\');">ID3v2</a></th>'; |
| 1051 |
|
} |
| 1052 |
|
if ($TagsToCompare['ape']) { |
| 1053 |
|
echo '<th><a href="'.htmlentities($_SERVER['PHP_SELF'].'?unsynchronizedtags='.urlencode($_REQUEST['unsynchronizedtags']).'&autofix=1&autofixforcesource=ape&autofixforcedest=21').'" title="Auto-fix all tags to match APE contents" onClick="return confirm(\'Are you SURE you want to synchronize all tags to match APE?\');">APE</a></th>'; |
| 1054 |
|
} |
|
@@ 1052-1054 (lines=3) @@
|
| 1049 |
|
if ($TagsToCompare['id3v2']) { |
| 1050 |
|
echo '<th><a href="'.htmlentities($_SERVER['PHP_SELF'].'?unsynchronizedtags='.urlencode($_REQUEST['unsynchronizedtags']).'&autofix=1&autofixforcesource=id3v2&autofixforcedest=A1').'" title="Auto-fix all tags to match ID3v2 contents" onClick="return confirm(\'Are you SURE you want to synchronize all tags to match ID3v2?\');">ID3v2</a></th>'; |
| 1051 |
|
} |
| 1052 |
|
if ($TagsToCompare['ape']) { |
| 1053 |
|
echo '<th><a href="'.htmlentities($_SERVER['PHP_SELF'].'?unsynchronizedtags='.urlencode($_REQUEST['unsynchronizedtags']).'&autofix=1&autofixforcesource=ape&autofixforcedest=21').'" title="Auto-fix all tags to match APE contents" onClick="return confirm(\'Are you SURE you want to synchronize all tags to match APE?\');">APE</a></th>'; |
| 1054 |
|
} |
| 1055 |
|
if ($TagsToCompare['lyrics3']) { |
| 1056 |
|
echo '<th>Lyrics3</th>'; |
| 1057 |
|
} |
|
@@ 1058-1060 (lines=3) @@
|
| 1055 |
|
if ($TagsToCompare['lyrics3']) { |
| 1056 |
|
echo '<th>Lyrics3</th>'; |
| 1057 |
|
} |
| 1058 |
|
if ($TagsToCompare['id3v1']) { |
| 1059 |
|
echo '<th><a href="'.htmlentities($_SERVER['PHP_SELF'].'?unsynchronizedtags='.urlencode($_REQUEST['unsynchronizedtags']).'&autofix=1&autofixforcesource=ape&autofixforcedest=2A').'" title="Auto-fix all tags to match ID3v1 contents" onClick="return confirm(\'Are you SURE you want to synchronize all tags to match ID3v1?\');">ID3v1</a></th>'; |
| 1060 |
|
} |
| 1061 |
|
echo '</tr>'; |
| 1062 |
|
|
| 1063 |
|
$SQLquery = 'SELECT `filename`, `comments_all`, `comments_id3v2`, `comments_ape`, `comments_lyrics3`, `comments_id3v1`'; |