------------------------------------------------------------------------------ playlist 2.12 --- (C) Feb 2 2003 by ReallySoft ------------------------------------------------------------------------------ Purpose: Search directory trees for MP3 files and automatically create playlists for WINAMP and other MP3 players. Usage : playlist []+ ::= directory where playlists will be created. ::= root-directorie(s) of trees containing MP3s. It is assumed that your MP3s are categorized in sub-directories. ::= -x Use extended WinAmp playlist format (scans for ID3-tags; only works for mp3-files). -2 Don't scan for ID3v2-tags (if you encounter problems) -o if ID3v1 and ID3v2 present, then use v1 (default: use v2) -s Sort created playlists by MP3 name. -S Shuffle created playlists. If no sort/shuffle flag is specified the found file order is used. If artist or album directory contains a file named 'sort' the corresponding playlist will be sorted regardless of the specified sort order. (analog if it contains a file named 'shuffle') -m minimum size for playlists (playlists with less songs are not saved seperately) [Default='5'] -n Show size of playlist in playlist name -t Create 'by Tag' playlists -M minimum size for 'by Tag' playlists. [Default='1'] -N minimum size for 'by Tag/Songname' playlists. [Default='2'] -u
User-defined playlist entry format (form see -X) [Default='$p'] -X Specify extended playlist entry ($s=songtitle $a=artist $b=album $y=year $t=track(id3v1:from comment) $f=file- or linkname $p=fullpath $q=quality $(...)$=only inserted if ... contains non-empty macro) [Default='$f'] -c Recursively delete all playlists from before creating new playslists -l Ignore windows links [Default: Examine links and add target to playlist] -B Ignore broken links (no warning) When playlist reports broken links it normally helps to double click them - then the Windows-Explorer corrects these broken links. -r Use relative paths in playlists (i.e. if you want to put playlists on a CD) -e specify a list of file-extensions to scan for [Default='mp3;ogg'] -a specify used names for all-, rest-list and rest-postfix [Default='-All;-Rest; (rest)'] -T Generate top-down playlist names -d print debugging info ------------------------------------------------------------------------------ Contact: playlist@ReallySoft.de ------------------------------------------------------------------------------ playlist: Help requested