Server
The location of your SSP. Only allow 'localhost' and Port 9801.
FMO
The FMO(File mapping object) Name used by SSP. Only allow 'Sakura'.
Charset
The charset is used in SSTP. For more information please see Charset section.
Sakura Script
Send Singing Script
Send synchronous script lyrics while playing.
Send Startup/Exit Script
Send startup script while fooabr2000 starting, and exit script while exiting.
Send Playing Script
Send now playing script while beginning to play.
Charset
For compatibility with Winamp, we use followed rules to determine the charset of lyrics.
@SakuraScriptCharset statement in file.(Default/UTF-8/Shift_JIS)
You can add this statement to specify charset.
UTF-8 with .ssl (Sakura Script Lyrics) extension.
We suggest you use this extension for separate from old format.
Use SSTP setting with other condition.
When a .txt file without @SakuraScriptCharset statement, we use this setting for it.
Filename
For compatibility with Winamp, we use followed rules to search lyrics file.
%filename%.ssl
%filename%.txt
%filename%.lrc
%title%.ssl
%title%.txt
%title%.lrc
%artist% - %title%.ssl
%artist% - %title%.txt
%artist% - %title%.lrc
ChangeLog
20080628 v0.2.2
ADD @SakuraScriptGhost for specific ghost name (e.g. @SakuraScriptGhost=flele).
20080423 v0.2.1
FIX first line will not be dropped, if it has negative timestamp.(EX: timetag=[00:00:00], offset=-300)
FIX body selection tag(\0,\1,\h,\u,\p,\_s) will be processed while jump.
FIX 'Send Singing Script' and 'Send Playing Script' options are reversed.
20080325 v0.2.0
ADD Direct SSTP support.
20080309 v0.1.2
ADD .lrc format support(UTF-8 only).
ADD multiple timetag support. FIX script should not ignore body selection tag(\h,\u,\0,\1) while jumping.
ADD Primary property for default @YunaSoftSakuraScriptLyricsPrimary.
20071217 v0.1.1
FIX @SakuraScript=0 may cause to crash.
FIX remove BOM(byte order mark) automatically.
20071111 v0.1.0
ADD Preference page.
First release version.
20071010 v0.0.4
FIX timetag can over 100 minutes.
CHANGE lyrics encoding use system default charset with .txt extension.
ADD @SakuraScriptCharset for specific charset.(Default/UTF-8/Shift_JIS)
20071005 v0.0.3
FIX TimeRatio setting.
FIX play partial lyrics while seeking.
CHANGE use timer function.