var clock_time = window.CreateTimerInterval(1000); теперь var clock_timer = window.SetInterval(on_timer, 1000);
Как оказывается marc2003 лишнее удалил))))
- Код: Выделить всё
-v1.5.7
- CHG: Compiled with new SDK. Requires foobar2000 v1.3 or above.
- ADD: Script errors are now displayed in a popup window in addition to the Console like it was previously.
- ADD: Default right click menu now has a "Reload" script option. This saves opening/closing the dialog when working on external files.
- CHG: Remove functions marked as obsolete 2+ years ago. There are newer alternatives for all of them.
window.WatchMetadb
window.UnWatchMetadb
window.CreateTimerTimeout
window.CreateTimerInterval
window.KillTimer
UpdateFileInfo
- CHG: AppendMenuItem no longer accepts MF_POPUP as a flag. You should be using AppendTo instead.
- CHG: utils.GetAlbumArt removed as corresponding function has been removed from SDK.
- CHG: Safe mode disabled by default. If you're reading this, you're probably going to be using scripts that require this!
- FIX: EstimateLineWrap no longer leaves stray punctuation when wrapping text at end of line.