X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=fapg.c;h=adf89ee5d46fccc8c9a482605595acba682ee650;hp=9e6063ad7c6707c9fd281ce92d0695845f81be04;hb=f1ebe91895265253a92612eda89900a29e8a4a01;hpb=d7c8bee088cdb2d2225475cf5a30ab802bfd12a9 diff --git a/fapg.c b/fapg.c index 9e6063a..adf89ee 100644 --- a/fapg.c +++ b/fapg.c @@ -1,6 +1,28 @@ /* - * FAPG 0.2 released under GPL + * FAPG version 0.21 + * + * FAPG means Fast Audio Playlist Generator. + * It is a tool to generate list of audio files (Wav, MP3, Ogg, etc) + * in various formats (M3U, PLS, HTML, etc). + * It is very usefull if you have a large amount of audio files + * and you want to quickly and frequently build a playlist. + * + * Copyright (C) 2003-2004 Antoine Jacquet * http://royale.zerezo.com/fapg/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include @@ -372,7 +394,7 @@ int main(int argc,char **argv) printf("[playlist]%s,eol"); break; case 2: - printf("%s%s%s%s%sPlaylist generated by FAPG 0.2%s%s%s%s%s%s%s

Playlist

%s%s%s%s",eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol); + printf("%s%s%s%s%sPlaylist generated by FAPG 0.21%s%s%s%s%s%s%s

Playlist

%s%s
EntryArtistTitleLength
%s%s",eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol,eol); break; } for (;optind%s%s

Playlist generated by FAPG 0.2

%s%s%s%s",eol,eol,eol,eol,eol,eol); + printf("
EntryArtistTitleLength
%s%s

Playlist generated by FAPG 0.21

%s%s%s%s",eol,eol,eol,eol,eol,eol); break; } exit(0);