You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check this only if you are the submitting artist or submitting on behalf of the artist and this is intended to be a Vanity House release. Checking this will also automatically add the group as a recommendation.</label>
<p>You do not have permission to mark albums as vanity house. <a href="wiki.php?action=article&id=282">More information about vanity house</a></p>
388
+
<? } ?>
389
+
</td>
390
+
</tr>
379
391
<tr>
380
392
<td class="label">Media</td>
381
393
<td>
@@ -473,6 +485,18 @@ function music_form($GenreTags) {
473
485
<input type="checkbox" id="bad_files" name="bad_files"<?if ($BadFiles) {echo" checked='checked'";}?>/> Check this box if the torrent has bad file names.
474
486
</td>
475
487
</tr>
488
+
<tr>
489
+
<td class="label">Cassette Approved</td>
490
+
<td>
491
+
<input type="checkbox" id="cassette_approved" name="cassette_approved"<?if ($CassetteApproved) {echo" checked='checked'";}?>/> Check this box if the torrent is an approved cassette rip.
492
+
</td>
493
+
</tr>
494
+
<tr>
495
+
<td class="label">Lossy master Approved</td>
496
+
<td>
497
+
<input type="checkbox" id="lossymaster_approved" name="lossymaster_approved"<?if ($LossymasterApproved) {echo" checked='checked'";}?>/> Check this box if the torrent is an approved lossy master.
$DB->query("SELECT g.ID, g.Name, g.Year, g.RecordLabel, g.CatalogueNumber, g.TagList, g.ReleaseType FROM torrents_group AS g WHERE g.ID IN ($IDs)");
1637
+
$DB->query("SELECT g.ID, g.Name, g.Year, g.RecordLabel, g.CatalogueNumber, g.TagList, g.ReleaseType, g.VanityHouse FROM torrents_group AS g WHERE g.ID IN ($IDs)");
0 commit comments