Aqua-Soft Forums: [fix] Multimeter Album Art May Crash - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[fix] Multimeter Album Art May Crash Rate Topic: -----

#1 User is offline   herd Icon

  • Group: Developers
  • Posts: 999
  • Joined: 02-November 03

Posted 16 May 2004 - 06:24 PM

Hello, there

if you listen to internet radio stations with itunes, the multimeter docklet's album art theme may crash AveDesk, Object Dock and YZDock.

Reason being an exception inside Samurize's advancedmediaplayer.dll, if the
file name of the actual played item is not available, which applies to radio content.

May be I'm the only one encountering this cause I'm still with Samurize Version 1.40. The problem doesn't arise within Samurize, because the exception is caught.

A short workaround:
Open iTunes.vbs and replace

        cover.LoadImage .getAlbumCover, True


with the following:

        if len(.getTrackFileName) then
            cover.LoadImage .getAlbumCover, True
        end if


hth,

herd
0

#2 User is offline   lostspyder Icon

  • Group: Member
  • Posts: 1,946
  • Joined: 19-July 03

Posted 16 May 2004 - 06:28 PM

Nice bug catch/fix :D
0

#3 User is offline   rooskee Icon

  • Group: Member
  • Posts: 953
  • Joined: 09-October 03

Posted 17 May 2004 - 03:05 AM

Thanks herd, i noticed that a day or so ago.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic