TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp useful)

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
dziekan_tek
Newbie
Posts:3
Joined:Tue Oct 14, 2008 6:51 pm
TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp useful)

Post by dziekan_tek » 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

dziekan_tek
Newbie
Posts:3
Joined:Tue Oct 14, 2008 6:51 pm

Re: TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp use

Post by dziekan_tek » Tue Oct 14, 2008 9:38 pm

I found the solution !!! :-D
The Ultimate Liveset Cuesheet Editor (QeD 2.0).
So... forget about my request ;-P

Cheers :-)

Post Reply