return to tranceaddict TranceAddict Forums Archive > DJing / Production / Promotion > Production Studio

 
webbased CUESHEET Generator
View this Thread in Original format
TranceRulez
http://www.stutenandy.de/cue.php


...a friend of mine programmed that little tool...

It's german but no problem to translate it I think so.

Maybe I will post the php-code next week when he's back from holiday...
dj_alfi
NIIIIICE
Stephenox
Pretty useable even if it's in German (which I can't read). Thanks man. :D
TranceRulez
heh... no problem :)

I hope my friend will give me the php-code. If so I will publish it here! :)

More informations next week.
TranceRulez
here is the code...

code:
$nr"; } } // **************************************************************************************************** *** // CUE generieren bevor HTTP Headers gesendet werden if ($cuegen==1) { $linefeed = chr(13).chr(10); $cue = ''; $cue .= 'PERFORMER "'.$global_performer.'"'.$linefeed; $cue .= 'TITLE "'.$global_title.'"'.$linefeed; $cue .= 'FILE "'.$global_file.'" MP3'.$linefeed; for ($i=1; $i<=$trackcount; $i++) { if ($i<10) {$nr = '0'.$i;} else {$nr = $i;} $cue .= ' TRACK '.$nr.' AUDIO'.$linefeed; $cue .= ' TITLE "'.$title[$i].'"'.$linefeed; $cue .= ' PERFORMER "'.$performer[$i].'"'.$linefeed; $cue .= ' INDEX 00 '.$mm[$i].':'.$ss[$i].':'.$hs[$i].$linefeed; } //CUE ausgeben if (!$global_file) {$global_file = 'meine_cue';} if (substr($global_file, strlen($global_file)-3,3)=='mp3') { $filename = substr($global_file,0,strlen($global_file)-3)."cue";} else { $filename = $global_file.'.cue';} Header("Content-type: application/octect-stream"); Header("Content-disposition: attachment; filename=$filename"); echo $cue; die(); } // **************************************************************************************************** *** ?> CUE Generation by Stutenandy CUE Generator by Stutenandy"; echo "
Anzahl der Tracks
"; // Detail-Liste if (isset($trackcount)) { echo "
"; echo "
Artist
Titel
MP3 Name
"; for ($i=1; $i<=intval($trackcount); $i++) { echo ""; } echo "
Nr. Artist Titel Startzeit
$i
"; } ?>

enferno
http://si.babts.net/cue.php
enferno
translated and uploaded for your use.

who want's to help me out with giving me a simple layout and some graphics for my site?
CLICK TO RETURN TO TOP OF PAGE
 
Privacy Statement