TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp useful)
Posted: Tue Oct 14, 2008 6:57 pm
Hello everyone,
Years ago I was making some easy little programs in QBasic :-)
but it was years ago... And I thought that my idea could be realized in this high level language.
I have problem and little request for U. I think it'll be easy for U :-)
What idea have I? TXT 2 CUE converter. What is it for...? If someone is listening long mixes contained in one big track and he found CUE Player Plug-In 0.57c for Winamp he will now why... ;-)
How it should be working? Well - we have some tracklist.txt in such format like this (it looks usually like this):
1. artist1 - track1 (3:34)
2. artist2 - track2 (4:10)
3. artist3 - track3 (3:50)
4. ...
and so on... (in brackets there are example times).
And how should look like the tracklist.cue:
TRACK 1 AUDIO
TITLE "track1"
PERFORMER "artist1"
INDEX 1 00:00:00
TRACK 2 AUDIO
TITLE "track1"
PERFORMER "artist1"
INDEX 1 03:34:00
TRACK 3 AUDIO
TITLE "track1"
PERFORMER "artist1"
INDEX 1 07:44:00
...
There are also 3 informations at the begining look like this:
PERFORMER "artist_name_or_just_VA"
TITLE "album_name"
FILE "filename.mp3" MP3
but I think that this could be added by my own in tracklist.cue after converting ;-)
If anyone could write this little program I'll be grateful :-D
Years ago I was making some easy little programs in QBasic :-)
but it was years ago... And I thought that my idea could be realized in this high level language.
I have problem and little request for U. I think it'll be easy for U :-)
What idea have I? TXT 2 CUE converter. What is it for...? If someone is listening long mixes contained in one big track and he found CUE Player Plug-In 0.57c for Winamp he will now why... ;-)
How it should be working? Well - we have some tracklist.txt in such format like this (it looks usually like this):
1. artist1 - track1 (3:34)
2. artist2 - track2 (4:10)
3. artist3 - track3 (3:50)
4. ...
and so on... (in brackets there are example times).
And how should look like the tracklist.cue:
TRACK 1 AUDIO
TITLE "track1"
PERFORMER "artist1"
INDEX 1 00:00:00
TRACK 2 AUDIO
TITLE "track1"
PERFORMER "artist1"
INDEX 1 03:34:00
TRACK 3 AUDIO
TITLE "track1"
PERFORMER "artist1"
INDEX 1 07:44:00
...
There are also 3 informations at the begining look like this:
PERFORMER "artist_name_or_just_VA"
TITLE "album_name"
FILE "filename.mp3" MP3
but I think that this could be added by my own in tracklist.cue after converting ;-)
If anyone could write this little program I'll be grateful :-D