View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006587 | MMW v4 | Framework: Scripts/Extensions | public | 2010-10-25 21:47 | 2011-02-12 23:01 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006587: Scripting: Implement ISDBApplication::PlaylistByID | ||||
Description | http://www.mediamonkey.com/wiki/index.php/ISDBApplication::PlaylistByID would be same as http://www.mediamonkey.com/wiki/index.php/ISDBApplication::PlaylistByTitle but instead of String Parameter Playlist ID would be used And it would return http://www.mediamonkey.com/wiki/index.php/SDBPlaylist | ||||
Tags | No tags attached. | ||||
Fixed in build | 1345 | ||||
|
Fixed in build 1345 |
|
PlaylistByID Example of adding random track from chosen Playlist into NowPlaying: Set pid = SDB.IniFile.IntValue("TempPlaylist", "PlaylistID") Set playlst = SDB.PlaylistByID(pid) Randomize Call SDB.Player.PlaylistAddTrack(playlst.tracks.item(Int((playlst.Tracks.Count+1) * Rnd))) |
|
Verified 1348 |