View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006295 | MMW v4 | Player | public | 2010-03-07 22:13 | 2010-10-16 23:21 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.2.1 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006295: Online Radio playback: Player Events are not trigered when track name is changed For Radio Station stream | ||||
Description | OnPlay event should be generated in Case of player Title Changes when radio station stream support it on track change. Example Radio station is http://94.23.38.225:2010/ Note that Player is working and reset track playback on each track change. | ||||
Additional Information | Forum: http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=47523 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1303 | ||||
|
Script to test behavior: ---- Sub OnStartup Script.RegisterEvent SDB, "OnPlay", "NowPlayingChanged" End Sub Sub NowPlayingChanged Dim res res = SDB.MessageBox(SDB.Player.CurrentSong.ArtistName &" - " &SDB.Player.CurrentSong.Title, mtInformation, Array(mbOk)) End Sub ---- |
|
Fixed in build 1303. |
|
Verified 1316 |