View Issue Details

IDProjectCategoryView StatusLast Update
0004446MMW v4Framework: Scripts/Extensionspublic2008-08-30 17:48
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0 
Fixed in Version3.1 
Summary0004446: Scripting: Changing SDBAlbumArtItem::ItemStorage from 1 to 0 should convert linked image into an embedded
DescriptionAs reported by a user:

I'm trying to convert a linked image into an embedded image. I thought
that if I simply change the ItemStorage from 1 to 0 then upon updating the
database the image would be embedded. However, then whole image tag is
actually removed! I create a forum topic but no one's replied yet...
 
http://www.mediamonkey.com/forum/viewtopic.php?t=26646
 
 ...I know that I can create a new image and then remove this why, which
I'm happy to do, but why doesn't changing the ItemStorage not work? Is this a bug?
 
Thanks, Rik

------------------

This should be performed in
TSDBAlbumArtItem.Set_ItemStorage()
but only in memory!
And then if AlbumList.UpdateDB() is called then
it should be physically performed (written to track's tag)
TagsNo tags attached.
Attached Files
Fixed in build1186

Activities

Ludek

2008-08-30 16:35

developer   ~0014503

Fixed in build 1186.

Testing script (LinkedAA2Embedded.vbs) is attached.
This is also covered by D_Unit's regression testing.