format_song(); $title = scrub_out($song->f_title . " by " . $song->f_artist_full); $file = scrub_out($song->file); break; case 'album': break; case 'artist': break; default: break; } // end type switch ?>

:
:
:
:
 

View Flagged Songs

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

song); $song->format_song(); $alt_title = $song->title; $artist = $song->f_artist; $alt_artist = $song->f_full_artist; echo "". "". "". ""; /*echo "\n";*/ if ($flag->type === 'newid3') { echo ""; } else { echo ""; echo "\n"; } // end if ($flag->type === 'newid3') and else } // end foreach ($flags as $flag) ?>
  Song Flag New Flag: Flagged by ID3 Update:
id."\" name=\"flag[]\" value=\"".$flag->id."\">song\" title=\"$alt_title\">$song->f_title by ". "artist_id\" title=\"$alt_artist\">$artist$flag->type"; $onchange = "onchange=\"document.getElementById('flag_".$flag->id."').checked='checked';\""; show_flagged_popup($flag->type, 'type', $flag->id."_newflag", $onchange); echo "".$flag->username."
".date('m/d/y',$flag->date)."
id\">Fixed
id."\" value=\"accept\" />Accept"; echo "id."\" value=\"reject\" />Reject
song."\">edit/view
?php } else { ?>

You don't have any flagged songs.