user@box:~$ bpmcalc4amarok.gambas --h
usage:
ouput to logfile
--o=-filename (default=empty for no-log)
sql login:
--l=host address (default=localhost)
--t=port number (default=3306)
--u=username
--p=password
--d=database (default=amarok)
bpm detection specific, optional:
--k=skip seconds, default=0 (point at start bpm analyzing)
--g=read seconds, default=60 (bpm analyzing)
song selection, optional (sql select limit):
--b=start at row (default=0)
--m=max rows to read (default=all)
--c=where-clause
over fields in table tags:
url,dir,title,year,comment,track,bitrate,length,samplerate,bpm
createdate,modifydate,album(id),artist(id),composer(id),genre(id),deviceid
song scan options, optional. no parameter is default=only undedected songs:
--f full rescan of all songs
--r rescan failed bpm detection
--j out of range bpm scan (see x,y and a,z)
bpm range accept, defaults=all (recomended: min=50, max=200
--x=min bpm;
--y=max bpm
--i round detected bpm
bpm correction when less(x) or bigger(y), optional:
--a=multiplier (a*bpm= corrected bpm
--z=divider (bpm/z= corrected bpm
other options, optional:
--v verbose information
--h this help
EXAMPLE: bpmcalc4amarok --l=localhost --t=3306 --u=sqluser --p=password --b=50 --m=100 --k=30 --g=90 [--f|--s] --o=/home/user/bpmcalc.log
user@box:~$
|