|
Cuesheet making web app
|
View this Thread in Original format
| cornelius |
not sure if this is the right section but alot of people here will find my script usefull.
So I eventually pulled my head out of the pint glass, and decided to contribute once again to all yee trancelovers that make cuesheets.
here i took most of the code from tracklist2cue v1.2 (C version) and made a PHP version which is alot more user friendly!
you can access the script at the address below
http://www.tracklist2cue.tk
happy converting!
STEP 1
type in liveset name and paste in the tracklist

STEP 2
fill in the tracktimes as you are listening to set

STEP 3
your cuesheet is made (also optioanaly a file_id.diz file)
 |
|
|
| anuga |
| or why not do it all in notepad ;) |
|
|
| cornelius |
| if you make hundreds of cuesheets like i do, using notepad is just to much work |
|
|
| 00soups00 |
great job mate.
makes things much easier |
|
|
| anuga |
| quote: | Originally posted by cornelius
if you make hundreds of cuesheets like i do, using notepad is just to much work |
:) i've made a similour phpscript for my site, i bet abit more advanced.
Nicely done thou. |
|
|
| cornelius |
| quote: | | i've made a similour phpscript for my site, i bet abit more advanced. |
i coludnt find any script on your site??
anyways dont be fulled by appearances
there are tones of features i added like:
all words converted to upercase (except mix, remix)
round brackets for remix names are replaced by square ones
Finding the words ( Feat, Presents, Versus, Tiesto)
and converting them to (ft. , pt. , vs. ,DJ Tiësto )
there are other things
| quote: | 01 Tiesto - Traffic
is converted to
01- DJ Tiësto - Traffic |
or
| quote: | 01. Tiesto - Traffic
is converted to
01- DJ Tiësto - Traffic |
|
|
|
| anuga |
my scripts are hidden, and behind a secure login...
you've used alot of preg_replace i guess then. figures...
and squres are lame, you don't see em on cd's or vinyl do you?
an since when did you need the tracknumber in the title?
and while I'm add it...
PHP:
;) What does Setup 1 do? it ain't included in the CUE.
Artists and Titles are actually seperated in a real CUE.
There I've just revealed three things that needs to be improved that I have. Also, all ë ê å ä ö and such characters are converted to html_code. Makes em compatiable with several more users prefs. |
|
|
| cornelius |
| quote: | | my scripts are hidden, and behind a secure login... |
well they are no good to you avearge joe who wants to make a cuesheet when they are behind a login
| quote: | | an since when did you need the tracknumber in the title |
what are you talking about?
| quote: | | used alot of preg_replace |
didnt use the function once |
|
|
| anuga |
read my post again...
then you should start using preg_replace, which is the fastest command for word replacement in php, compared to reg_replace and the other commands. |
|
|
|
|