View Flagged Songs

This is the list of songs that have been flagged by you or other Ampache users. Use this list to determine what songs you need to re-rip or tags you need to update.

format_song(); $alt_title = $song->title; $artist = $song->f_artist; $alt_artist = $song->artist; echo "" . "" . "" . ""; if ($flag['type'] === 'newid3') { echo ""; } else { echo ""; } //end ($flag['type'] === 'newid3') and else echo ""; echo "\n"; } //end foreach ($flags as $flag) ?>
Select : : :
$song->f_title by " . "artist_id\" title=\"$alt_artist\">$artist".$flag['type'].""; $onchange = "onchange=\"document.getElementById('flag_".$flag['song']."').checked='checked';\""; show_flagged_popup($flag['type'],'type',$flag['song']."_newflag", $onchange); echo "".$flag['username']."
".date('m/d/y',$flag['date'])."
" . _("Accept") . "
"; echo "" . _("Reject"); echo "
edit/view" . $flag['comment'] . "