Help - Search - Members - Calendar
Full Version: foo_popupplus
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6
halabund
QUOTE(hal9001 @ Dec 14 2007, 08:18) *
(I use Infinite Delay and would like to be able to actually use all my screen when the popup's there as well).

An (IMO better) alternative would be to add a built-in action that closes the popup immediately (without any transition effect). This way one could close it with a single click (or right click).
adamh
QUOTE(halabund @ Dec 14 2007, 02:50) *

QUOTE(hal9001 @ Dec 14 2007, 08:18) *
(I use Infinite Delay and would like to be able to actually use all my screen when the popup's there as well).

An (IMO better) alternative would be to add a built-in action that closes the popup immediately (without any transition effect). This way one could close it with a single click (or right click).

yep a know about this, i promise it will be in next release

QUOTE(hal9001 @ Dec 14 2007, 01:18) *

Hi.
Just found this plugin while looking for a PrettyPopup-lookalike with built-in buttons, so kudos smile.gif

Anyway, I need 1 functionality that PrettyPopup has, and that's dragging the popup around (I use Infinite Delay and would like to be able to actually use all my screen when the popup's there as well).

Many thanks (again)

it is not first time, that somebody wants this functionality so i decided to add it, but not sure if in the next release.
hal9001
QUOTE(adamh @ Dec 14 2007, 16:18) *
QUOTE(hal9001 @ Dec 14 2007, 01:18) *
I need 1 functionality that PrettyPopup has, and that's dragging the popup around (I use Infinite Delay and would like to be able to actually use all my screen when the popup's there as well). (again)
it is not first time, that somebody wants this functionality so i decided to add it, but not sure if in the next release.

That'd be great. All that Foobar requires, to my taste (well, except an automatic FreeDB functionality like in any normal player + version 8.3) is some sort of a "mini control" with info, a progress bar and the basic buttons.
A "play" button would also be nice (maybe turn the pause button into an interchangeable play/pause).

One more thing I'd like to throw your way: the code I use is the following:
CODE
['[size=13]'%ARTIST%:'[/size]'$crlf()]
[['[b]'$if(%TITLE%,%TITLE%,%filename_ext%)'[/b]'[ ' ('%date%')']][' ' %_time_elapsed%/]%_length%]$crlf()
[%discnumber%.][%tracknumber% | ][%album%]$crlf()
'[size=9]'Genre: %genre%   ¤   %codec% %bitrate%kbps'[/size]'

The %_time_elapsed% doesn't seem to work. Any ideas?

Thanks for the quick replies. It's probably the best reason to use fb2k.
adamh
>The %_time_elapsed% doesn't seem to work. Any ideas?
only variables that are mentioned in titleformat_help.html in fb2k directory are supported

>A "play" button would also be nice ...
no problem to add play button
adamh
> Totyo (#147): i also think that the draw borders bug affects the text also, because its rough, hard black pixel edge. even if its set to white (see the first image)
this is probably caused by windows setting Use the following smooth edges of screen fonts in Display Properties->Apperance->Effects ... if i disable this option (in windows xp) or set it to Standard this black artefacts (caused by smoothing) disappear.
Totyo
thanks for the reply. i tried it, and indeed cleartype is doing the trouble, actually i figured out how to ignore this staying at cleartype: by adding a black text below the white one nudging it x-y 1-1 px.

however this does not solve the "000 black disappears when the background is transparent" bug, its also present at skin backgrounds, avatars and text!!!
adamh
you should use technic used in Carbon skin
CODE
object
    type text
    color 0 0 0
    ifnotset 2
    x 4+1
    y 4+1
end


object
    type text
    color 221 221 221
    ifnotset 2
    x 4
    y 4
end


>however this does not solve the "000 black disappears when the background is transparent" bug, its also present at skin backgrounds, avatars and text!!!
as i said true i don't know what 'black frame disappears' cause, this part of code was not written by me. it is possible that some GDI manipulation function cause this, or not, i don't know. i will try to identify what is wrong and then repair it, but in this moment i don't know, sorry.
Totyo
check my new skins:

CD case version:

IPB Image

Vinyl version:

IPB Image

http://www.hydrogenaudio.org/forums/index....showtopic=59817
Totyo
btw can you add cleartype support and text effects like shadow, glow etc?
al98
I get an error I run popup+

This is the error:
CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00C64852h
Access violation, operation: read, address: 00000000h
Call path:

This is the first crash logged by this instance.
Code bytes (00C64852h):
00C64812h: 70 00 75 15 8B 15 DC ED CB 00 57 6A 00 68 49 0A
00C64822h: 00 00 52 FF 15 24 33 CA 00 8B 47 14 85 C0 8B 35
00C64832h: 04 34 CA 00 7E 14 69 C0 E8 03 00 00 6A 00 50 8B
00C64842h: 47 74 68 47 06 00 00 50 FF D6 8B 8F 98 00 00 00
00C64852h: 8B 11 8B 42 04 FF D0 85 C0 0F 8E 8B 00 00 00 8B
00C64862h: 8F 98 00 00 00 8B 11 8B 42 04 6A 00 FF D0 8B 4F
00C64872h: 74 50 68 48 06 00 00 51 FF D6 EB 6E 81 FB 04 06
00C64882h: 00 00 74 66 81 FB 00 07 00 00 74 1A 81 FB 00 0C
Stack (0212FDB8h):
0212FD98h: 7C919B3F 7C97C0D8 7C919AEB 00CA41AC
0212FDA8h: 00D062B0 0000FFFF 7FFDE000 00253F80
0212FDB8h: 000205B8 00D060B0 00000000 00000000
0212FDC8h: 00C649A0 000205B8 00746108 0212FDF0
0212FDD8h: 7E418B26 00746108 FFFFFFEB 00000000
0212FDE8h: 000205B8 00C649A0 0212FE28 7E4188D1
0212FDF8h: 00746108 FFFFFFEB 7E4188DA 000205B8
0212FE08h: 00C649A0 00000000 0212FE04 7E41885A
0212FE18h: 0212FEC8 9F94BA3E 7E4188E0 00000602
0212FE28h: 00C649E0 00D060B0 00000000 00000000
0212FE38h: 0212FEAC 00C649A0 0212FE70 00000000
0212FE48h: 7E418734 000205B8 00000602 00000000
0212FE58h: 00000000 00C649A0 DCBAABCD 00000000
0212FE68h: 0212FEAC 00C649A0 0212FED8 7E418816
0212FE78h: 00C649A0 000205B8 00000602 00000000
0212FE88h: 00000000 0212FF68 0212FF60 00746108
0212FE98h: 00000014 00000001 00000000 00000000
0212FEA8h: 00000010 00000000 0212FFA0 00000001
0212FEB8h: 00000000 00000000 0212FE8C 0212F9DC
0212FEC8h: 0212FF28 7E440457 7E418830 00000000
Registers:
EAX: 00000647, EBX: 00000602, ECX: 00000000, EDX: 7C90EB94
ESI: 7E418C2E, EDI: 00D060B0, EBP: 0212FE24, ESP: 0212FDB8
Crash location: "foo_popupplus", loaded at 00C40000h - 00CD7000h

Loaded modules:
foobar2000 loaded at 00400000h - 004F3000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F5000h
COMCTL32 loaded at 773D0000h - 774D3000h
msvcrt loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4 loaded at 77E70000h - 77F02000h
Secur32 loaded at 77FE0000h - 77FF1000h
GDI32 loaded at 77F10000h - 77F57000h
USER32 loaded at 7E410000h - 7E4A0000h
SHLWAPI loaded at 77F60000h - 77FD6000h
SHELL32 loaded at 7C9C0000h - 7D1D5000h
ole32 loaded at 774E0000h - 7761D000h
shared loaded at 10000000h - 10029000h
COMDLG32 loaded at 763B0000h - 763F9000h
guard32 loaded at 00380000h - 003A2000h
fltLib loaded at 4FFE0000h - 4FFE8000h
winsta loaded at 76360000h - 76370000h
NETAPI32 loaded at 5B860000h - 5B8B4000h
uxtheme loaded at 5AD70000h - 5ADA8000h
RocketDock loaded at 00A20000h - 00A32000h
PSAPI loaded at 76BF0000h - 76BFB000h
foo_audioscrobbler loaded at 00A60000h - 00A90000h
WS2_32 loaded at 71AB0000h - 71AC7000h
WS2HELP loaded at 71AA0000h - 71AA8000h
foo_input_std loaded at 00AB0000h - 00BC8000h
foo_out_ks loaded at 00BF0000h - 00C1A000h
SETUPAPI loaded at 77920000h - 77A13000h
foo_popupplus loaded at 00C40000h - 00CD7000h
RICHED20 loaded at 74E30000h - 74E9C000h
gdiplus loaded at 4EC50000h - 4EDF3000h
foo_uie_albumlist loaded at 00D10000h - 00D4D000h
foo_ui_columns loaded at 00D70000h - 00E36000h
msimg32 loaded at 76380000h - 76385000h
appHelp loaded at 77B40000h - 77B62000h
CLBCATQ loaded at 76FD0000h - 7704F000h
COMRes loaded at 77050000h - 77115000h
OLEAUT32 loaded at 77120000h - 771AB000h
VERSION loaded at 77C00000h - 77C08000h
shdocvw loaded at 7E290000h - 7E3FF000h
CRYPT32 loaded at 77A80000h - 77B14000h
MSASN1 loaded at 77B20000h - 77B32000h
CRYPTUI loaded at 754D0000h - 75550000h
WINTRUST loaded at 76C30000h - 76C5E000h
IMAGEHLP loaded at 76C90000h - 76CB8000h
WININET loaded at 771B0000h - 77256000h
WLDAP32 loaded at 76F60000h - 76F8C000h
urlmon loaded at 7E1E0000h - 7E280000h
ksuser loaded at 73EE0000h - 73EE4000h
mswsock loaded at 71A50000h - 71A8F000h
DNSAPI loaded at 76F20000h - 76F47000h
winrnr loaded at 76FB0000h - 76FB8000h
DBGHELP loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E418B26h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E4188D1h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E4188DAh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E41885Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000193h)
Address: 7E4188E0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000003Ah)
Address: 00C649E0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E418816h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000014Fh)
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E418830h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000169h)
Address: 7E4189CDh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 00C649A0h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7E418BF6h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "TranslateMessage" (+00000000h)
Address: 7E4191C6h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetMessageW" (+00000000h)
Address: 7E418A01h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DispatchMessageW" (+00000000h)
Address: 7C8111DAh, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "GetVersion" (+00000000h)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E4189F0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 7E418A10h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 00C64A5Eh, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 00C86A82h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 00C8D650h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 00C86B1Bh, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 00C86AA8h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 00D42000h, location: "foo_uie_albumlist", loaded at 00D10000h - 00D4D000h
Address: 00C80008h, location: "foo_popupplus", loaded at 00C40000h - 00CD7000h
Address: 7C800000h, location: "kernel32", loaded at 7C800000h - 7C8F5000h

Version info:
foobar2000 v0.9.4.5
UNICODE
Windows 5.1


Additional info:
Audioscrobbler 2.2 (foo_audioscrobbler)
Kernel Streaming Output 1.2.2 (foo_out_ks)
Standard Input Array 1.0 (foo_input_std)
FLAC Decoder 1.1.0 (foo_input_std)
WMA Decoder 1.1 (foo_input_std)
Album list panel 0.2.2 (foo_uie_albumlist)
foobar2000 core 0.9.4.5 (Core)
Columns UI 0.2 (foo_ui_columns)
PopUp Plus 20071025 (foo_popupplus)


Any help would be great! thanks smile.gif
cartman(2vd)
QUOTE(al98 @ Dec 19 2007, 16:46) *

I get an error I run popup+
Any help would be great! thanks smile.gif


pls learn to use "codebox" tag instead of "code" next time
Superunknown
QUOTE(Totyo @ Dec 19 2007, 17:02) *

btw can you add cleartype support and text effects like shadow, glow etc?

It's more than necessary !! smile.gif

And also a function to do not make transparency effect when it's done on the rest of the popup.
randal1013
just downloaded the plug-in.

my formatting is:
CODE
['[size=12]'%artist%'[/size]'$crlf()]
'[b]'%title%'[/b]'
[$crlf()%album%]
$crlf()[%length%][ / -%playback_time_remaining%]


the popup doesn't display the time remaining. what's wrong here?
Totyo
updated my skins:

http://www.hydrogenaudio.org/forums/index....showtopic=59817
adamh
QUOTE(Totyo @ Dec 19 2007, 09:02) *

btw can you add cleartype support and text effects like shadow, glow etc?

a) cleartype
there is cleartype support in popup+ (and any other win xp programs), see
ClearType FAQ: http://www.microsoft.com/typography/ClearTypeFAQ.mspx
ClearType information: http://www.microsoft.com/typography/ClearTypeInfo.mspx

b) shadows and glow
what is wrong on Carbon shadow technic ?? smile.gif)
heve you any information about this text effects on windows 2k+ ??
Totyo
QUOTE(adamh @ Dec 20 2007, 07:25) *

what is wrong on Carbon shadow technic ?? smile.gif)


i just want to see nice smooth letters, without any need to use tricks, the other reason that i cannot put a light or totally transparent background because it only looks "good" with dark background.

see this screenshot: (with "carbon" shadow in front of a white window)

IPB Image

about win2000: no, i only have xp and vista
adamh
QUOTE(Totyo @ Dec 20 2007, 07:57) *

i just want to see nice smooth letters, without any need to use tricks, the other reason that i cannot put a light or totally transparent background because it only looks "good" with dark background.
...


i only can use text effects that are supported by microsoft in their rich edit control, these effect are:

CFE_ALLCAPS
Characters are all capital letters. The value does not affect the way the control displays the text. This value applies only to versions earlier than Rich Edit 3.0.
CFE_AUTOBACKCOLOR
The background color is the return value of GetSysColor(COLOR_WINDOW). If this flag is set, crBackColor member is ignored.
CFE_AUTOCOLOR
The text color is the return value of GetSysColor(COLOR_WINDOWTEXT). If this flag is set, the crTextColor member is ignored.
CFE_BOLD
Characters are bold.
CFE_DISABLED
Characters are displayed with a shadow that is offset by 3/4 point or one pixel, whichever is larger.
CFE_EMBOSS
Characters are embossed. The value does not affect how the control displays the text.
CFE_HIDDEN
For Rich Edit 3.0 and later, characters are not displayed.
CFE_IMPRINT
Characters are displayed as imprinted characters. The value does not affect how the control displays the text.
CFE_ITALIC
Characters are italic.
CFE_LINK
A rich edit control can send EN_LINK notification messages when it receives mouse messages while the mouse pointer is over text with the CFE_LINK effect.
CFE_OUTLINE
Characters are displayed as outlined characters. The value does not affect how the control displays the text.
CFE_PROTECTED
Characters are protected; an attempt to modify them will cause an EN_PROTECTED notification message.
CFE_REVISED
Characters are marked as revised.
CFE_SHADOW
Characters are displayed as shadowed characters. The value does not affect how the control displays the text.
CFE_SMALLCAPS
Characters are in small capital letters. The value does not affect how the control displays the text.
CFE_STRIKEOUT
Characters are struck out.
CFE_SUBSCRIPT
Characters are subscript. The CFE_SUPERSCRIPT and CFE_SUBSCRIPT values are mutually exclusive. For both values, the control automatically calculates an offset and a smaller font size. Alternatively, you can use the yHeight and yOffset members to explicitly specify font size and offset for subscript and superscript characters.
CFE_SUPERSCRIPT
Characters are superscript.
CFE_UNDERLINE
Characters are underlined.

so as you can see i can implement CFE_SHADOW to make text shadowed and also can support for this animation effects: tomNoAnimation, tomLasVegasLights, tomBlinkingBackground, tomSparkleText, tomMarchingBlackAnts, tomMarchingRedAnts, tomShimmer, tomWipeDown,tomWipeRight, that is no problem. The real problem is that text is rendered by system. That is mean, i can't add (any different) cleartype support, glow and other effects, while i will use rich edit control. So the only way is to use third-party text renderer (if there is any), if anybody know any, give me a hint.


QUOTE(Totyo @ Dec 20 2007, 07:57) *

about win2000: no, i only have xp and vista

that is mistake, I noticed that foobar requirements are xp+, sorry
TheSaneLunatic
Quick question for adamh.... will this config work with album art embedded into the actual mp3 files? If it does, then I will definitely be d/l it!
Keikonium
This is my first try running this component, and I got a crash upon startup:

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 02374852h
Access violation, operation: read, address: 00000000h
Call path:

This is the first crash logged by this instance.
Code bytes (02374852h):
02374812h: 70 00 75 15 8B 15 DC ED 3C 02 57 6A 00 68 49 0A
02374822h: 00 00 52 FF 15 24 33 3B 02 8B 47 14 85 C0 8B 35
02374832h: 04 34 3B 02 7E 14 69 C0 E8 03 00 00 6A 00 50 8B
02374842h: 47 74 68 47 06 00 00 50 FF D6 8B 8F 98 00 00 00
02374852h: 8B 11 8B 42 04 FF D0 85 C0 0F 8E 8B 00 00 00 8B
02374862h: 8F 98 00 00 00 8B 11 8B 42 04 6A 00 FF D0 8B 4F
02374872h: 74 50 68 48 06 00 00 51 FF D6 EB 6E 81 FB 04 06
02374882h: 00 00 74 66 81 FB 00 07 00 00 74 1A 81 FB 00 0C
Stack (063EFDB8h):
063EFD98h: 7C919B3F 7C97C0D8 7C919AEB 023B41AC
063EFDA8h: 024085D8 0000FFFF 7FFDF000 00267B30
063EFDB8h: 005D05AE 02408360 00000000 00000000
063EFDC8h: 063EFDEC 005D05AE 007703C0 063EFDF0
063EFDD8h: 7E418B26 007703C0 FFFFFFEB 00000000
063EFDE8h: 005D05AE 023749A0 063EFE28 7E4188D1
063EFDF8h: 007703C0 FFFFFFEB 7E4188DA 005D05AE
063EFE08h: 023749A0 00000000 063EFE04 00000000
063EFE18h: 063EFEC8 57926687 7E4188E0 00000602
063EFE28h: 023749E0 02408360 00000000 00000000
063EFE38h: 063EFEAC 023749A0 063EFE70 00000000
063EFE48h: 7E418734 005D05AE 00000602 00000000
063EFE58h: 00000000 023749A0 DCBAABCD 00000000
063EFE68h: 063EFEAC 023749A0 063EFED8 7E418816
063EFE78h: 023749A0 005D05AE 00000602 00000000
063EFE88h: 00000000 063EFF68 063EFF60 007703C0
063EFE98h: 00000014 00000001 00000000 00000000
063EFEA8h: 00000010 00000000 009805A4 00000001
063EFEB8h: 00000000 00000000 063EFE8C 063EF9DC
063EFEC8h: 063EFF28 7E440457 7E418830 00000000
Registers:
EAX: 00000647, EBX: 00000602, ECX: 00000000, EDX: 7C90EB94
ESI: 7E418C2E, EDI: 02408360, EBP: 063EFE24, ESP: 063EFDB8
Crash location: "foo_popupplus", loaded at 02350000h - 023E7000h

Loaded modules:
foobar2000 loaded at 00400000h - 00520000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F5000h
COMCTL32 loaded at 773D0000h - 774D3000h
msvcrt loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4 loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F57000h
USER32 loaded at 7E410000h - 7E4A0000h
SHLWAPI loaded at 77F60000h - 77FD6000h
SHELL32 loaded at 7C9C0000h - 7D1D7000h
ole32 loaded at 774E0000h - 7761D000h
shared loaded at 10000000h - 10032000h
COMDLG32 loaded at 763B0000h - 763F9000h
ShimEng loaded at 5CB70000h - 5CB96000h
AcGenral loaded at 6F880000h - 6FA4A000h
WINMM loaded at 76B40000h - 76B6D000h
OLEAUT32 loaded at 77120000h - 771AB000h
MSACM32 loaded at 77BE0000h - 77BF5000h
VERSION loaded at 77C00000h - 77C08000h
USERENV loaded at 769C0000h - 76A73000h
UxTheme loaded at 5AD70000h - 5ADA8000h
IMM32 loaded at 76390000h - 763AD000h
LPK loaded at 629C0000h - 629C9000h
USP10 loaded at 74D90000h - 74DFB000h
wbsys loaded at 66500000h - 6650A000h
DrvTrNTm loaded at 6BC00000h - 6BC1A000h
DrvTrNTl loaded at 6BC20000h - 6BC3D000h
serwvdrv loaded at 5CD70000h - 5CD77000h
umdmxfrm loaded at 5B0A0000h - 5B0A7000h
wblind loaded at 66000000h - 66083000h
msimg32 loaded at 76380000h - 76385000h
wbhelp loaded at 66600000h - 66617000h
nview loaded at 01040000h - 011B0000h
PSAPI loaded at 76BF0000h - 76BFB000h
NTMARTA loaded at 77690000h - 776B1000h
WLDAP32 loaded at 76F60000h - 76F8C000h
SAMLIB loaded at 71BF0000h - 71C03000h
lgscroll loaded at 10100000h - 1010E000h
MSVCR71 loaded at 7C360000h - 7C3B6000h
MSVCP71 loaded at 01270000h - 012EB000h
HKDll loaded at 01300000h - 0130E000h
apphelp loaded at 77B40000h - 77B62000h
msctfime loaded at 755C0000h - 755EE000h
foo_abx loaded at 01330000h - 01363000h
foo_albumlist loaded at 01390000h - 013F6000h
foo_amipwrapper loaded at 01420000h - 0144C000h
foo_audioscrobbler loaded at 01470000h - 014A0000h
WS2_32 loaded at 71AB0000h - 71AC7000h
WS2HELP loaded at 71AA0000h - 71AA8000h
foo_autoplaylist loaded at 014C0000h - 014F0000h
foo_browser loaded at 01510000h - 01549000h
foo_cdda loaded at 01570000h - 015A5000h
foo_controlserver loaded at 015D0000h - 01609000h
foo_converter loaded at 01630000h - 016BE000h
foo_custominfo loaded at 016E0000h - 01765000h
foo_cwbowron loaded at 01790000h - 017BA000h
gdiplus loaded at 4EC50000h - 4EDF3000h
foo_cwb_hooks loaded at 017F0000h - 0183E000h
foo_dirwatch loaded at 01860000h - 0188E000h
foo_dockable_panels loaded at 018B0000h - 018E3000h
foo_dsp_delta loaded at 01910000h - 0192E000h
foo_dsp_std loaded at 01950000h - 01997000h
foo_exvar loaded at 019C0000h - 019EE000h
foo_fileops loaded at 01B10000h - 01B57000h
foo_freedb2 loaded at 01B80000h - 01BC1000h
foo_history loaded at 01BF0000h - 01C0C000h
foo_input_std loaded at 01C30000h - 01D74000h
foo_lyricsdb loaded at 01DA0000h - 01DCF000h
WININET loaded at 42C10000h - 42CDF000h
Normaliz loaded at 01DE0000h - 01DE9000h
iertutil loaded at 42990000h - 429D5000h
foo_masstag loaded at 02010000h - 02060000h
foo_playback_custom loaded at 02080000h - 020C5000h
WINSPOOL loaded at 73000000h - 73026000h
foo_playlist_bind loaded at 02110000h - 02135000h
foo_playlist_manager loaded at 02150000h - 02194000h
foo_playlist_tree loaded at 021C0000h - 02236000h
libmzsch360_000 loaded at 10400000h - 105D0000h
WSOCK32 loaded at 71AD0000h - 71AD9000h
libmzgc360_000 loaded at 02260000h - 02304000h
foo_popupplus loaded at 02350000h - 023E7000h
RICHED20 loaded at 74E30000h - 74E9C000h
foo_pqview loaded at 02410000h - 02438000h
foo_preview loaded at 02460000h - 02481000h
foo_rgscan loaded at 024A0000h - 024F0000h
foo_run loaded at 02510000h - 0253B000h
foo_runcmd loaded at 02560000h - 0258F000h
foo_sic loaded at 025B0000h - 02609000h
foo_tlbRC loaded at 02730000h - 02750000h
foo_uie_lyrics loaded at 02770000h - 027DB000h
foo_uie_lyrics_panel loaded at 02800000h - 02869000h
foo_uie_peakmeter loaded at 02890000h - 028C3000h
foo_uie_playlists_dropdown loaded at 028F0000h - 02929000h
foo_uie_powerpanels loaded at 02950000h - 02973000h
foo_uie_quicksearch loaded at 029A0000h - 029E6000h
foo_uie_tabs loaded at 02A10000h - 02A3A000h
foo_uie_typefind loaded at 02A60000h - 02A90000h
foo_uie_vis_channel_spectrum loaded at 02AB0000h - 02ADB000h
foo_uie_vis_egoh loaded at 02B00000h - 02B1D000h
foo_ui_columns loaded at 02B30000h - 02C2E000h
foo_ui_panels loaded at 02C50000h - 02D17000h
foo_ui_std loaded at 02E60000h - 02F15000h
foo_unpack loaded at 02F40000h - 02F6E000h
foo_utils loaded at 02F90000h - 03009000h
foo_winamp_spam loaded at 03030000h - 0304F000h
nvwddi loaded at 03380000h - 03395000h
HookDll loaded at 033B0000h - 033B7000h
KatMouseS loaded at 033C0000h - 033CF000h
mswsock loaded at 71A50000h - 71A8F000h
hnetcfg loaded at 662B0000h - 66308000h
wshtcpip loaded at 71A90000h - 71A98000h
amip loaded at 042D0000h - 04446000h
DNSAPI loaded at 76F20000h - 76F47000h
mdnsNSP loaded at 16080000h - 16099000h
Iphlpapi loaded at 76D60000h - 76D79000h
rasadhlp loaded at 76FC0000h - 76FC6000h
DSOUND loaded at 73F10000h - 73F6C000h
WINTRUST loaded at 76C30000h - 76C5E000h
CRYPT32 loaded at 77A80000h - 77B14000h
MSASN1 loaded at 77B20000h - 77B32000h
IMAGEHLP loaded at 76C90000h - 76CB8000h
wdmaud loaded at 72D20000h - 72D29000h
msacm32 loaded at 72D10000h - 72D18000h
midimap loaded at 77BD0000h - 77BD7000h
KsUser loaded at 73EE0000h - 73EE4000h
DBGHELP loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 7E418B26h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E4188D1h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E4188DAh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E4188E0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000003Ah)
Address: 023749E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E418816h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000014Fh)
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E418830h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000169h)
Address: 7E4189CDh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 023749A0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E418BF6h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "TranslateMessage" (+00000000h)
Address: 7E4191C6h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetMessageW" (+00000000h)
Address: 7E418A01h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DispatchMessageW" (+00000000h)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E4189F0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 7E418A10h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 02374A5Eh, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 02396A82h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 0239D650h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 02396B1Bh, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 02396AA8h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 10007024h, location: "shared", loaded at 10000000h - 10032000h
Address: 00486657h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 42C2C424h, location: "WININET", loaded at 42C10000h - 42CDF000h
Symbol: "InternetUnlockRequestFile" (+0000004Ah)
Address: 6603B29Dh, location: "wblind", loaded at 66000000h - 66083000h
Symbol: "GetPleaseWait" (+000025B2h)
Address: 01689031h, location: "foo_converter", loaded at 01630000h - 016BE000h
Address: 0295403Fh, location: "foo_uie_powerpanels", loaded at 02950000h - 02973000h

Version info:
foobar2000 v0.9.5 beta 6
UNICODE
Windows 5.1


Additional info:
Run services 0.3.2 (foo_run)
Music Browser 1.2.3b [Mar 23 2007 - 16:52:56] (foo_browser)
Playlist Bind 3.1 (foo_playlist_bind)
Startup Actions 0.0.2 [Jul 23 2007 - 08:27:55] (foo_cwbowron)
Playlist Tree Panel 3.0.4 [Aug 2 2007 - 10:16:21] (foo_playlist_tree)
Lyric Show Panels 0.3.2.0 Alpha 2 [Dec 18 2007 - 15:28:24] (foo_uie_lyrics)
Lyrics panel 0.35 (foo_uie_lyrics_panel)
Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown)
ABX Comparator 1.3.1 (foo_abx)
Playlist Manager 1.0.2 (foo_playlist_manager)
Playlist Tools 0.6.2 beta 3 (foo_utils)
Tagger Panel Window 1.0.6 BETA! [Oct 18 2007 - 09:40:42] (foo_cwb_hooks)
Seek Panel 0.1 (foo_uie_powerpanels)
ZIP/GZIP reader 1.0 (foo_unpack)
foosic music database 1.0 beta 12 (foo_sic)
cwbowron's title format hooks 1.2.5 [Oct 17 2007 - 16:56:51] (foo_cwb_hooks)
LPCM <--> delta-PCM converter 0.1.1 (foo_dsp_delta)
Directory watcher 0.2 beta 3 (foo_dirwatch)
foobar2000 core 0.9.5 beta 6 (Core)
Autoplaylist Manager 1.0 (foo_autoplaylist)
Volume Panel 0.1 (foo_uie_powerpanels)
Winamp API Emulator 0.90 (foo_winamp_spam)
AMIP Wrapper 0.90 (foo_amipwrapper)
Extended Variables 0.3 (foo_exvar)
Album List 4.1 (foo_albumlist)
Playback Statistics Custom 1.4.3 (foo_playback_custom)
Typefind 0.2 beta 1 (foo_uie_typefind)
RAR reader 1.1 (foo_unpack)
Converter 1.0.2 (foo_converter)
Default User Interface 0.9.5 (foo_ui_std)
Channel Spectrum panel 0.12 (foo_uie_vis_channel_spectrum)
History 0.2 (foo_history)
Control Server 1.0.1 (foo_controlserver)
Masstagger 1.6 (foo_masstag)
TLB Remote Control 2.1 (foo_tlbRC)
PopUp Plus 20071025 (foo_popupplus)
Quick Search Toolbar 2.8k (foo_uie_quicksearch)
Dockable Panels 1.0.7b [Mar 28 2007 - 09:18:48] (foo_dockable_panels)
CD Audio Decoder 2.1.2 (foo_cdda)
Panels UI 0.14.12 beta [Jul 18 2007 - 13:39:30] (foo_ui_panels)
ReplayGain Scanner 2.0.2 (foo_rgscan)
freedb Tagger 0.5.2.1 (foo_freedb2)
Tabbed panel modified 0.2.5 (foo_uie_tabs)
Preview 1.2 (foo_preview)
foo_lyricsdb 0.0.7 beta 5 (foo_lyricsdb)
Audioscrobbler 1.3.15 (foo_audioscrobbler)
Columns UI 0.2.1 alpha 9 v3 (foo_ui_columns)
Standard DSP Array 1.0 (foo_dsp_std)
Run Command 1.0 beta 2 (foo_runcmd)
Peakmeter Panel 0.0.4.2 beta (foo_uie_peakmeter)
File Operations 2.0 (foo_fileops)
Standard Input Array 1.0 (foo_input_std)
foo_custominfo 0.1.2 (foo_custominfo)
Album Art Browser 0.0.5 [Jul 23 2007 - 08:27:55] (foo_cwbowron)
Egoh Spectrum analyser (uie) 1.1.2 (foo_uie_vis_egoh)



And I got another crash when I tried to opened up the popupplus prefrences:

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0237022Ah
Access violation, operation: read, address: 00000014h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (0237022Ah):
023701EAh: 8B 4C 24 64 6A 00 6A 01 6A 01 51 8B F0 FF 15 94
023701FAh: 30 3B 02 8B 44 24 64 56 8D 54 24 20 52 50 FF D5
0237020Ah: 56 FF D3 57 FF D3 8A 0D A8 ED 3C 02 84 C9 0F 84
0237021Ah: 9A 00 00 00 8B 15 AC ED 3C 02 8B 9A 94 00 00 00
0237022Ah: 8B 7B 14 8B 44 24 24 3B C7 7D 02 8B F8 8B 73 18
0237023Ah: 8B 6C 24 28 3B EE 7D 02 8B F5 2B C7 99 2B C2 8B
0237024Ah: C8 8B C5 2B C6 99 2B C2 8B 15 78 EB 3C 02 D1 F9
0237025Ah: D1 F8 85 D2 74 33 8B 5B 08 C6 44 24 14 00 C6 44
Stack (0013FAC8h):
0013FAA8h: 00000000 00000000 0000000C BC071DE0
0013FAB8h: 0013FCD0 0000938E A4895B64 A4895D38
0013FAC8h: 00000000 015F071C 0013FB80 00000000
0013FAD8h: 00783430 84101375 0185000F 00000000
0013FAE8h: 00000000 0000010E 0000007F 00000028
0013FAF8h: 00000008 FFFFFFF8 00200001 00000000
0013FB08h: 00783430 00000014 59012943 00000000
0013FB18h: 010B0E90 7E456360 7E41B615 0237038E
0013FB28h: 015F071C 59012943 0013FBE8 023702E0
0013FB38h: 59012943 00000000 00000000 00000000
0013FB48h: 0000010E 0000007F 00000000 00000000
0013FB58h: BF83CE23 BC034680 BF80EFA5 BF800B22
0013FB68h: BF80F01E A4895C7C BC063430 A4895C7C
0013FB78h: 00030000 BD2AB669 0013FBAC 7E418734
0013FB88h: 015F071C 0000000F 00000000 00000000
0013FB98h: 023702E0 DCBAABCD 00000000 0013FBE8
0013FBA8h: 023702E0 0013FC14 7E418816 023702E0
0013FBB8h: 015F071C 0000000F 00000000 00000000
0013FBC8h: 00000000 015F071C 00783430 00000014
0013FBD8h: 00000001 00000000 00000000 00000010
Registers:
EAX: 00000001, EBX: 00000000, ECX: 0013FA01, EDX: 02408510
ESI: F010158E, EDI: ED050B5D, EBP: 7E41C257, ESP: 0013FAC8
Crash location: "foo_popupplus", loaded at 02350000h - 023E7000h

Loaded modules:
foobar2000 loaded at 00400000h - 00520000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F5000h
COMCTL32 loaded at 773D0000h - 774D3000h
msvcrt loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4 loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F57000h
USER32 loaded at 7E410000h - 7E4A0000h
SHLWAPI loaded at 77F60000h - 77FD6000h
SHELL32 loaded at 7C9C0000h - 7D1D7000h
ole32 loaded at 774E0000h - 7761D000h
shared loaded at 10000000h - 10032000h
COMDLG32 loaded at 763B0000h - 763F9000h
ShimEng loaded at 5CB70000h - 5CB96000h
AcGenral loaded at 6F880000h - 6FA4A000h
WINMM loaded at 76B40000h - 76B6D000h
OLEAUT32 loaded at 77120000h - 771AB000h
MSACM32 loaded at 77BE0000h - 77BF5000h
VERSION loaded at 77C00000h - 77C08000h
USERENV loaded at 769C0000h - 76A73000h
UxTheme loaded at 5AD70000h - 5ADA8000h
IMM32 loaded at 76390000h - 763AD000h
LPK loaded at 629C0000h - 629C9000h
USP10 loaded at 74D90000h - 74DFB000h
wbsys loaded at 66500000h - 6650A000h
DrvTrNTm loaded at 6BC00000h - 6BC1A000h
DrvTrNTl loaded at 6BC20000h - 6BC3D000h
serwvdrv loaded at 5CD70000h - 5CD77000h
umdmxfrm loaded at 5B0A0000h - 5B0A7000h
wblind loaded at 66000000h - 66083000h
msimg32 loaded at 76380000h - 76385000h
wbhelp loaded at 66600000h - 66617000h
nview loaded at 01040000h - 011B0000h
PSAPI loaded at 76BF0000h - 76BFB000h
NTMARTA loaded at 77690000h - 776B1000h
WLDAP32 loaded at 76F60000h - 76F8C000h
SAMLIB loaded at 71BF0000h - 71C03000h
lgscroll loaded at 10100000h - 1010E000h
MSVCR71 loaded at 7C360000h - 7C3B6000h
MSVCP71 loaded at 01270000h - 012EB000h
HKDll loaded at 01300000h - 0130E000h
apphelp loaded at 77B40000h - 77B62000h
msctfime loaded at 755C0000h - 755EE000h
foo_abx loaded at 01330000h - 01363000h
foo_albumlist loaded at 01390000h - 013F6000h
foo_amipwrapper loaded at 01420000h - 0144C000h
foo_audioscrobbler loaded at 01470000h - 014A0000h
WS2_32 loaded at 71AB0000h - 71AC7000h
WS2HELP loaded at 71AA0000h - 71AA8000h
foo_autoplaylist loaded at 014C0000h - 014F0000h
foo_browser loaded at 01510000h - 01549000h
foo_cdda loaded at 01570000h - 015A5000h
foo_controlserver loaded at 015D0000h - 01609000h
foo_converter loaded at 01630000h - 016BE000h
foo_custominfo loaded at 016E0000h - 01765000h
foo_cwbowron loaded at 01790000h - 017BA000h
gdiplus loaded at 4EC50000h - 4EDF3000h
foo_cwb_hooks loaded at 017F0000h - 0183E000h
foo_dirwatch loaded at 01860000h - 0188E000h
foo_dockable_panels loaded at 018B0000h - 018E3000h
foo_dsp_delta loaded at 01910000h - 0192E000h
foo_dsp_std loaded at 01950000h - 01997000h
foo_exvar loaded at 019C0000h - 019EE000h
foo_fileops loaded at 01B10000h - 01B57000h
foo_freedb2 loaded at 01B80000h - 01BC1000h
foo_history loaded at 01BF0000h - 01C0C000h
foo_input_std loaded at 01C30000h - 01D74000h
foo_lyricsdb loaded at 01DA0000h - 01DCF000h
WININET loaded at 42C10000h - 42CDF000h
Normaliz loaded at 01DE0000h - 01DE9000h
iertutil loaded at 42990000h - 429D5000h
foo_masstag loaded at 02010000h - 02060000h
foo_playback_custom loaded at 02080000h - 020C5000h
WINSPOOL loaded at 73000000h - 73026000h
foo_playlist_bind loaded at 02110000h - 02135000h
foo_playlist_manager loaded at 02150000h - 02194000h
foo_playlist_tree loaded at 021C0000h - 02236000h
libmzsch360_000 loaded at 10400000h - 105D0000h
WSOCK32 loaded at 71AD0000h - 71AD9000h
libmzgc360_000 loaded at 02260000h - 02304000h
foo_popupplus loaded at 02350000h - 023E7000h
RICHED20 loaded at 74E30000h - 74E9C000h
foo_pqview loaded at 02410000h - 02438000h
foo_preview loaded at 02460000h - 02481000h
foo_rgscan loaded at 024A0000h - 024F0000h
foo_run loaded at 02510000h - 0253B000h
foo_runcmd loaded at 02560000h - 0258F000h
foo_sic loaded at 025B0000h - 02609000h
foo_tlbRC loaded at 02730000h - 02750000h
foo_uie_lyrics loaded at 02770000h - 027DB000h
foo_uie_lyrics_panel loaded at 02800000h - 02869000h
foo_uie_peakmeter loaded at 02890000h - 028C3000h
foo_uie_playlists_dropdown loaded at 028F0000h - 02929000h
foo_uie_powerpanels loaded at 02950000h - 02973000h
foo_uie_quicksearch loaded at 029A0000h - 029E6000h
foo_uie_tabs loaded at 02A10000h - 02A3A000h
foo_uie_typefind loaded at 02A60000h - 02A90000h
foo_uie_vis_channel_spectrum loaded at 02AB0000h - 02ADB000h
foo_uie_vis_egoh loaded at 02B00000h - 02B1D000h
foo_ui_columns loaded at 02B30000h - 02C2E000h
foo_ui_panels loaded at 02C50000h - 02D17000h
foo_ui_std loaded at 02E60000h - 02F15000h
foo_unpack loaded at 02F40000h - 02F6E000h
foo_utils loaded at 02F90000h - 03009000h
foo_winamp_spam loaded at 03030000h - 0304F000h
nvwddi loaded at 03380000h - 03395000h
HookDll loaded at 033B0000h - 033B7000h
KatMouseS loaded at 033C0000h - 033CF000h
amip loaded at 03F50000h - 040C6000h
mswsock loaded at 71A50000h - 71A8F000h
DNSAPI loaded at 76F20000h - 76F47000h
hnetcfg loaded at 662B0000h - 66308000h
wshtcpip loaded at 71A90000h - 71A98000h
mdnsNSP loaded at 16080000h - 16099000h
Iphlpapi loaded at 76D60000h - 76D79000h
rasadhlp loaded at 76FC0000h - 76FC6000h
DSOUND loaded at 73F10000h - 73F6C000h
WINTRUST loaded at 76C30000h - 76C5E000h
CRYPT32 loaded at 77A80000h - 77B14000h
MSASN1 loaded at 77B20000h - 77B32000h
IMAGEHLP loaded at 76C90000h - 76CB8000h
wdmaud loaded at 72D20000h - 72D29000h
msacm32 loaded at 72D10000h - 72D18000h
midimap loaded at 77BD0000h - 77BD7000h
KsUser loaded at 73EE0000h - 73EE4000h
netapi32 loaded at 5B860000h - 5B8B4000h
SETUPAPI loaded at 77920000h - 77A13000h
CLBCATQ loaded at 76FD0000h - 7704F000h
COMRes loaded at 77050000h - 77115000h
GRA8E1~1 loaded at 073E0000h - 075FD000h
GrooveUtil loaded at 68EF0000h - 68FE1000h
MSVCR80 loaded at 78130000h - 781CB000h
GrooveNew loaded at 68FF0000h - 68FF7000h
ATL80 loaded at 7C630000h - 7C64B000h
rsaenh loaded at 0FFD0000h - 0FFF8000h
GR99D3~1 loaded at 65E30000h - 65E67000h
urlmon loaded at 42CF0000h - 42E17000h
Msxml3 loaded at 74980000h - 74A93000h
Secur32 loaded at 77FE0000h - 77FF1000h
DBGHELP loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 010B0E90h, location: "nview", loaded at 01040000h - 011B0000h
Symbol: "PMLoadPresentation" (+00028440h)
Address: 7E456360h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetRawInputDeviceInfoW" (+00000068h)
Address: 7E41B615h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "BeginPaint" (+0000000Ch)
Address: 0237038Eh, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E418816h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000014Fh)
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E418830h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000169h)
Address: 7E41B4C0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E41B4D0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 7E41B50Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 023702E0h, location: "foo_popupplus", loaded at 02350000h - 023E7000h
Address: 7E41B473h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 7E4194D2h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongA" (+00000075h)
Address: 7E41B530h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001F4h)
Address: 7E431B3Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "AppendMenuA" (+0000006Eh)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E4189F0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 7E418A10h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 7E42D99Dh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IsDialogMessageW" (+000000DBh)
Address: 0042C406h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 7E41DAEAh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 0042C4C6h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 015F071Ch, location: "foo_controlserver", loaded at 015D0000h - 01609000h
Address: 0042D0A2h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004D2C44h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004C6FA8h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004C6FA8h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004D2C28h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 0049F193h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00499830h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0049F193h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0049D5E9h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 1001D07Bh, location: "shared", loaded at 10000000h - 10032000h
Symbol: "uCallStackTracker::~uCallStackTracker" (+000000CBh)
Address: 004CA100h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004B6190h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0042D2DEh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0049A86Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00497C51h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00497C4Bh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004BCF9Ch, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004BB270h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00499830h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00497C4Bh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00497C5Fh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004BB270h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004B6667h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004995DFh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00499830h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 0049964Ah, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 01C4B08Bh, location: "foo_input_std", loaded at 01C30000h - 01D74000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 01C4B08Bh, location: "foo_input_std", loaded at 01C30000h - 01D74000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004D002Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 01C4B08Bh, location: "foo_input_std", loaded at 01C30000h - 01D74000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 004D002Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00520000h
Address: 01C4B08Bh, location: "foo_input_std", loaded at 01C30000h - 01D74000h

Version info:
foobar2000 v0.9.5 beta 6
UNICODE
Windows 5.1


Additional info:
Tagger Panel Window 1.0.6 BETA! [Oct 18 2007 - 09:40:42] (foo_cwb_hooks)
AMIP Wrapper 0.90 (foo_amipwrapper)
ABX Comparator 1.3.1 (foo_abx)
Startup Actions 0.0.2 [Jul 23 2007 - 08:27:55] (foo_cwbowron)
Volume Panel 0.1 (foo_uie_powerpanels)
Playback Statistics Custom 1.4.3 (foo_playback_custom)
Quick Search Toolbar 2.8k (foo_uie_quicksearch)
File Operations 2.0 (foo_fileops)
Lyrics panel 0.35 (foo_uie_lyrics_panel)
ZIP/GZIP reader 1.0 (foo_unpack)
Panels UI 0.14.12 beta [Jul 18 2007 - 13:39:30] (foo_ui_panels)
Columns UI 0.2.1 alpha 9 v3 (foo_ui_columns)
ReplayGain Scanner 2.0.2 (foo_rgscan)
TLB Remote Control 2.1 (foo_tlbRC)
Dockable Panels 1.0.7b [Mar 28 2007 - 09:18:48] (foo_dockable_panels)
Autoplaylist Manager 1.0 (foo_autoplaylist)
foo_lyricsdb 0.0.7 beta 5 (foo_lyricsdb)
CD Audio Decoder 2.1.2 (foo_cdda)
Typefind 0.2 beta 1 (foo_uie_typefind)
Album List 4.1 (foo_albumlist)
Extended Variables 0.3 (foo_exvar)
Audioscrobbler 1.3.15 (foo_audioscrobbler)
Converter 1.0.2 (foo_converter)
foosic music database 1.0 beta 12 (foo_sic)
Album Art Browser 0.0.5 [Jul 23 2007 - 08:27:55] (foo_cwbowron)
cwbowron's title format hooks 1.2.5 [Oct 17 2007 - 16:56:51] (foo_cwb_hooks)
Playlist Bind 3.1 (foo_playlist_bind)
Directory watcher 0.2 beta 3 (foo_dirwatch)
Run services 0.3.2 (foo_run)
Masstagger 1.6 (foo_masstag)
History 0.2 (foo_history)
PopUp Plus 20071025 (foo_popupplus)
Lyric Show Panels 0.3.2.0 Alpha 2 [Dec 18 2007 - 15:28:24] (foo_uie_lyrics)
Standard DSP Array 1.0 (foo_dsp_std)
Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown)
foo_custominfo 0.1.2 (foo_custominfo)
Channel Spectrum panel 0.12 (foo_uie_vis_channel_spectrum)
Playlist Manager 1.0.2 (foo_playlist_manager)
Egoh Spectrum analyser (uie) 1.1.2 (foo_uie_vis_egoh)
Peakmeter Panel 0.0.4.2 beta (foo_uie_peakmeter)
Run Command 1.0 beta 2 (foo_runcmd)
Music Browser 1.2.3b [Mar 23 2007 - 16:52:56] (foo_browser)
Standard Input Array 1.0 (foo_input_std)
foobar2000 core 0.9.5 beta 6 (Core)
Tabbed panel modified 0.2.5 (foo_uie_tabs)
Default User Interface 0.9.5 (foo_ui_std)
RAR reader 1.1 (foo_unpack)
Playlist Tools 0.6.2 beta 3 (foo_utils)
Winamp API Emulator 0.90 (foo_winamp_spam)
Seek Panel 0.1 (foo_uie_powerpanels)
Control Server 1.0.1 (foo_controlserver)
freedb Tagger 0.5.2.1 (foo_freedb2)
Preview 1.2 (foo_preview)
LPCM <--> delta-PCM converter 0.1.1 (foo_dsp_delta)
Playlist Tree Panel 3.0.4 [Aug 2 2007 - 10:16:21] (foo_playlist_tree)

Keikonium
I thinkit was cause I had the skins folder in the wrong spot tongue.gif
adamh
QUOTE(TheSaneLunatic @ Dec 22 2007, 13:44) *

Quick question for adamh.... will this config work with album art embedded into the actual mp3 files? If it does, then I will definitely be d/l it!


hi, embedded art is not supported in popup+, but new foobar version has built-in support for embedded art, so popup+ will also have a support for this.

0.9.5
...
* Embedded album art support
...


to Keikonium: warning messages will be added (in next relese), if something will be wrong with skin directory
AlleyMan
QUOTE(adamh @ Dec 23 2007, 07:28) *

hi, embedded art is not supported in popup+, but new foobar version has build-in support for embedded art, so popup+ will also have a support for this.

0.9.5
...
* Embedded album art support
...


to Keikonium: warning messages will be added (in next relese), if something will be wrong with skin directory


I'm using the 0.9.5 beta with popup+ (20071025) but I dont see embedded covers in the popup (I see them in the album art element in default ui). How do I enable it?
adamh
QUOTE(AlleyMan @ Dec 23 2007, 07:30) *

QUOTE(adamh @ Dec 23 2007, 07:28) *

hi, embedded art is not supported in popup+, but new foobar version has build-in support for embedded art, so popup+ will also have a support for this.

0.9.5
...
* Embedded album art support
...


to Keikonium: warning messages will be added (in next relese), if something will be wrong with skin directory


I'm using the 0.9.5 beta with popup+ (20071025) but I dont see embedded covers in the popup (I see them in the album art element in default ui). How do I enable it?

... so popup+ will also have a support for this ...
means that i must first add this feature into popup+ code smile.gif, 0.9.5 it is not stable/final release, just beta.
AlleyMan
Ah. I'm sorry for jumping the gun. I interpreted the 'will' as; it will if you have 0.9.5 and wont for earlier fb2k versions (since earlier versions couldnt read embedded covers).

'Will' wait for updates as and when 0.9.5 goes final and thanks for the excellent plugin so far. smile.gif
TheSaneLunatic
Thanks for the reply! Definitely understand why you wouldn't want to implement a feature in an unstable/beta program. Can't wait until this feature is put in a stable version of foobar2000!!!
Totyo
Updated my skins to v1.5 and v1.8

see here http://www.hydrogenaudio.org/forums/index....showtopic=59817
adamh
QUOTE(Totyo @ Dec 27 2007, 10:13) *

Updated my skins to v1.5 and v1.8

see here http://www.hydrogenaudio.org/forums/index....showtopic=59817


really nice !
adamh
new build released (20071228), for more info see here
S9Th
QUOTE(adamh @ Dec 30 2007, 14:09) *

new build released (20071228), for more info see here

i have a problem with this version. Somehow it ignores the popup delay setting and popup stays on screen indefinitely. Besides, the "infinite popup delay" checkbox behaves as if it had a semi-checked state, which results in graying out of the "popup delay" editbox, like this
IPB Image
adamh
QUOTE(S9Th @ Dec 30 2007, 11:48) *

i have a problem with this version. Somehow it ignores the popup delay setting and popup stays on screen indefinitely. Besides, the "infinite popup delay" checkbox behaves as if it had a semi-checked state, which results in graying out of the "popup delay" editbox, like this
IPB Image


you are right, "infinite popup delay" setting is ignored and checkbox doesn't work properly, it will be repaired i new build
Totyo
i noticed i cannot close the popup with left mouse click without locking the position (only with several clicks), because of the dragging ability, also, i preferred the fading/sliding effect when closing but now it only disappers

please bring back thet closing effect crying.gif

edit

QUOTE(S9Th @ Dec 30 2007, 11:48) *
i have a problem with this version. Somehow it ignores the popup delay setting and popup stays on screen indefinitely. Besides, the "infinite popup delay" checkbox behaves as if it had a semi-checked state, which results in graying out of the "popup delay" editbox, like this


did you remove old settings?
S9Th
QUOTE(Totyo @ Dec 31 2007, 09:19) *

did you remove old settings?

twice =)
halabund
QUOTE(Totyo @ Dec 31 2007, 08:19) *

i noticed i cannot close the popup with left mouse click without locking the position (only with several clicks), because of the dragging ability,

This seems to work for me. Both closing the popup with a single (left or right) click, and dragging the popup work at the same time.
QUOTE
also, i preferred the fading/sliding effect when closing but now it only disappers

please bring back thet closing effect crying.gif

The fading/sliding effect is still there, but only when the popup is closed automatically, not when it is closed manually, with a click. I asked for this feature, because this way it is possible to set a long fadeout time, and the popup still doesn't get in the way, as it can be closed instantaneously with a click. Previously a long (2-3 sec) fadeout time could be very annoying when I wanted to access something underneath the popup, and had to wait for it to disappear, even after a click.
adamh
> i noticed i cannot close the popup with left mouse click without locking the position (only with several clicks), because of the dragging ability
for me, it is working. please try to describe what exactly you do.

> please bring back thet closing effect
as halabund wrote, fade effect is still there, but if popup was closed on user action it is disabled.
there are three possibilities:
first i can add a new setting where you can turn on/off fast popup close on user action
second add a setting (edit control) where you can choose popup fade out delay on user action
third leave everithing as is smile.gif
hal9001
I'm working with FB 0.9.5 release (finally) and yesterday's version of PopupPlus (WinXP SP2).
Great work with the last version (thanks for the ability to move the popup around. It's a real big thing for me). Some queries, though:
  1. "play" function doesn't actually have a button.
  2. All buttons seem to only work once pressed on the actual button (i.e. narrow graphic, and not square selection), which makes things quite difficult. Especially once there is a rectangle selection and there isn't a 2nd ("pressed" button state), so you can never know if you actually clicked or not.
  3. Status indication "new track"/"unpaused" sort of stays there. Since I use 'infinite popup' it doesn't make too much sense.
  4. Every time a popup changes it seems to flicker for a split second and reappear in a slightly higher position. I tried to fiddle around with the settings but nothing seems to work.
  5. Would it be possible to add more functionality options to left/right click (specifically right-click track menu)?
  6. Both 'fade' and 'slide' options cancels the affect of 'infinite popup'.
  7. I still haven't grasped the function of 'dynamically resize popup', 'reorder popups' and 'bring hovered popups back'.
  8. If I display the time it will not update while unless the popup changes (pause/unpause/change track)
  9. 'use large icons' (actions tab) - the large icons mostly appear outside popup boundaries.
  10. Is it possible to import/export settings?
  11. Is there a way to manually edit the complete list of cover art sources and/or import them from a text file? Similar settings are/were in use with other components (prettypopup/album art UI) and it seems a shame to recreate the sources list.
  12. How do I remove settings, as mentioned?
This is getting to be my main component now, funnily enough. I traded Columns_UI for the new slick default user interface (and half happy about it), and now PopupPlus replaced both foo_advancedcontrols and foo_PrettyPopup, so thanks again (and happy new year everyone).
adamh
>1. "play" function doesn't actually have a button.
it has, remove you old settings (answer 12) and also see answer 9

>2. All buttons seem to only work once pressed on the actual button (i.e. narrow graphic, and not square selection), which makes things quite difficult. Especially once there is a rectangle selection and there isn't a 2nd ("pressed" button state), so you can never know if you actually clicked or not.
see answer 9

>3. Status indication "new track"/"unpaused" sort of stays there. Since I use 'infinite popup' it doesn't make too much sense.
i'm thinking to remove support for status indication

>4. Every time a popup changes it seems to flicker for a split second and reappear in a slightly higher position. I tried to fiddle around with the settings but nothing seems to work.
it is because the updated popup is destroyed and new popup is created (instead of update existing one). This is because popup+ is not thread safety, and update caused foobar crash in previous popup+ versions.

>5. Would it be possible to add more functionality options to left/right click (specifically right-click track menu)?
what functionality ? describe more what you imagine.

>6. Both 'fade' and 'slide' options cancels the affect of 'infinite popup'.
'infinite popup' option is ignored for me (another bug), so i can't try this, but it will be repaired in new build

>7. I still haven't grasped the function of 'dynamically resize popup', 'reorder popups' and 'bring hovered popups back'.
'reorder popups' in IM client every message was shown in new popup, so when you closed any, the rest was reordered.
'bring hovered popups back' set popup fade out to 5s, and when popup will be fadeing out hover it

>8. If I display the time it will not update while unless the popup changes (pause/unpause/change track)
this feature was designed to use with IM client, every message was shown in new popup, so update was not needed. no problem to implement time updateing in new build

>9. 'use large icons' (actions tab) - the large icons mostly appear outside popup boundaries.
yes i know, i planning to add much more better support for them, but for now use action button is not recommended

>10. Is it possible to import/export settings?
not in this tiem (i know it is the shame), i'm planning to add support for theme config file (probably some xml like file).

>11a. Is there a way to manually edit the complete list of cover art sources ...
double click on item you can edit

>11b. ... and/or import them from a text file?
this is not possible in this time, i can add this in new build.

>12. How do I remove settings, as mentioned?
go to <foobar2000>/components and delete foo_popupplus.dll, then execute foobar, you will be asked to remove popup+ settings
halabund
QUOTE(adamh @ Jan 1 2008, 16:33) *
>5. Would it be possible to add more functionality options to left/right click (specifically right-click track menu)?
what functionality ? describe more what you imagine.
popup+ already has a myriad of settings, and I like it very much as it is smile.gif But if you plan on implementing some more actions, one thing that I would use is "Restore fb2k if it is minimized".
hal9001
Thanks for the detailed replies. Eagerly looking forward for the next build, hoping for answer #9 to change then too. It's still the hottest popup around for me.
QUOTE(adamh @ Jan 1 2008, 16:33) *
>5. Would it be possible to add more functionality options to left/right click (specifically right-click track menu)?
what functionality ? describe more what you imagine.
I was thinking of the current playing track menu being enabled as an option (the one with all tagging options and the such).
QUOTE
>11a. Is there a way to manually edit the complete list of cover art sources ...
double click on item you can edit
That only applies to one entry/line at the time, though. Is there any separator I can use for multiple entries/lines?
TheSaneLunatic
QUOTE(adamh @ Dec 23 2007, 06:28) *

QUOTE(TheSaneLunatic @ Dec 22 2007, 13:44) *

Quick question for adamh.... will this config work with album art embedded into the actual mp3 files? If it does, then I will definitely be d/l it!


hi, embedded art is not supported in popup+, but new foobar version has built-in support for embedded art, so popup+ will also have a support for this.

0.9.5
...
* Embedded album art support
...


to Keikonium: warning messages will be added (in next relese), if something will be wrong with skin directory


BUMP....
Totyo
QUOTE(adamh @ Dec 31 2007, 06:05) *
as halabund wrote, fade effect is still there, but if popup was closed on user action it is disabled.
there are three possibilities:
first i can add a new setting where you can turn on/off fast popup close on user action
second add a setting (edit control) where you can choose popup fade out delay on user action
third leave everithing as is smile.gif


the second one please biggrin.gif
halabund
@TheSaneLunatic: An SDK exposing albumart-related functionality isn't released yet.
xan K
how does this compare to pretty_popup? (sorry if this has been asked before)
cartman(2vd)
QUOTE(xan K @ Jan 8 2008, 17:28) *

how does this compare to pretty_popup? (sorry if this has been asked before)


popupplus does not require .NET (means: dont eat ram like horny bear)

popupplus is based on miranda plugin with vast skin comunity and these skins are mostly compatible with foo version

popupplus supports phpbb codes and his output is more configurable then pretty_popup (except for "right/center positioning" and "inline font changing" thats something phpbb dont think about)

popupplus has now some experimental suport for buttons (sry dont try it mysefl for i dont need them)

most ppl would probably said that popupplus is better because it is developing instead of frozen pretty_popup

imho almost all functionality of pretty_popup is here plus something more wink.gif

and major advantage: there are Totyo skins (see more here http://www.hydrogenaudio.org/forums/index....showtopic=59817 ) and Vinyl version is just breath taking...
T.P Wang
Hi, I like "Infinite popup delay" so I just patched the source and rebuild it.

patch to orig source is find popup_wnd2.cpp, just like
CODE

void PopupWnd2::updateData(POPUPDATA2 *ppd)
{
hContact = ppd->lchContact;

clBack = ppd->colorBack;
clClock = clTitle = clText = ppd->colorText;
-- iTimeout = ppd->iSeconds;
++
iTimeout = options->InfiniteDelay ? -1 : ppd->iSeconds;


it's a bit bigger becasue build on VC2008...
download here
http://www.mediafire.com/?2posngjgxd9
adamh
QUOTE(T.P Wang @ Jan 9 2008, 22:41) *

thanks for your patch
Totyo
I would like to request a feature:

possibility to adjust alignment of text (horizontal and vertical)
cartman(2vd)
QUOTE(Totyo @ Jan 11 2008, 08:29) *

I would like to request a feature:

possibility to adjust alignment of text (horizontal and vertical)


+1

i was requesting this before (not too loudly) but it would be perfect to have some way to align some part of output sad.gif... thing is phpbb doesnt care at all about possitioning so only way is to invent new tag for it maybe sad.gif... or reinvent good old $tab scheme (which was used in 0.83 columns etc.)

as for vertical alignment i use this code which add blank line of predefined size and therefore abjust output down.
CODE

[size=2]$crlf;[/size]
adamh
horizontal align is not problem (it shouldn't be), but vertical align has sense only if text height is hard-coded in skin file.
Audio N00b
Hey adamh, thanks for this great port dude!!!
It's really awesome, brings a whole new level of class to foobar!!! biggrin.gif
omniwolf
great plugin!
I use miranda, so i was going through the options thinking "wow this seems so intuitive... and familiar.. " hehe

jsut a quick bug report, had a search but couldn't see if its come up before.

if you create an empty folder in the foo_popupplus folder (eg a skin folder but no files inside it), then try and get foobar to use that folder as a skin (it will show up in the available skins window in foobar options) foobar crashes. well it did for me anyway, a couple of times until i figured out the skin folder i wanted to use had no files in it.

i use vista x64, and foobar 0.9.5
as soon as i put the skin files in that empty folder, then foobar read them and everything was fine.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.