View Issue Details

IDProjectCategoryView StatusLast Update
0005997MMW v4Framework: Scripts/Extensionspublic2009-10-16 01:22
ReporterLudek Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Fixed in Version3.1.2 
Summary0005997: Scripting: Tracks with URL path cannot be played via script in some cases (regression)
DescriptionThere is a small regression in scripting framework as discussed here:
http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=43111&p=224648#p224648

If you use following code in a script:

Set NewSong = SDB.NewSongData
NewSong.Path = "http://www.rtve.es/resources/TE_SATODO/podcast/mp3/1/7/1254057565571.mp3"
SDB.Player.PlaylistClear
SDB.Player.PlaylistAddTrack( NewSong)
SDB.Player.Play

then it works, BUT if you add following line:
NewSong.IsntInDB = True
then the file fails to play.
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=6&t=43111&p=224648#p224648
TagsNo tags attached.
Fixed in build1270

Activities

Ludek

2009-09-30 10:44

developer   ~0019011

Last edited: 2009-09-30 10:46

Fixed in build 1270.

(Another regression introduced while fixing issue 0005500)

peke

2009-10-16 01:22

developer   ~0019197

Verified 1273