here s the thing, im trying to get all my files into a mysql database and i have a script that will do the query for me, but i miss a couple of fields
i have these columns in the database:
track, artist, title, album, albumcd, genre, length, bitrate, type, filesize, filesizeinbytes
and the mte file has
$filename(txt)$loop(%_filename_ext%,%album%,%track%)
%track%--%title%--%artist%--%album%--%comment%--%genre%--%_length_seconds%-- here bitrate -- here filetype --%_file_size%--%_file_size_bytes%
$loopend()
so, is there also a %option% to determine what type of file it is? all i need to know is or a file is mp3 or wma, and the bitrate.. i want this output type: '224 kbps VBR' or '160 kbps CBR'.
thanks
ps
would be possible to post a topic with all available %options% ? just the standard not the ifs..
