Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Not My Release] ELPlaylist (Read 523676 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not My Release] ELPlaylist

Reply #75
(group count starts from 0)


That's irrelevant. %el_group_count% is the number of groups in a playlist. You're probably confusing it with %el_group_index%.

What you wanted is to hide the group header when there's only one group in the playlist -- Which means you want $ifgreater(%el_group_count%,1,3,1), which, in words, is: "If %el_group_count% is greater than 1, set group rows to 3, and if %el_group_count% is 0 or 1, set group rows to 0 (which hides the header)."

Is there a way to programatically hide the header for a group like the !noheader! option in SCPL? Basically I am trying to implement a mixed mode playlist where headers are only shown for albums and not for singles.


See the above discussion, using titleformatting on the group rows field. Possible suggestions:

- If singles are tagged with %SINGLETRACK%, use $if(%SINGLETRACK%,0,3)
- If you have filled in the %TOTALTRACKS% field for albums, use $if($strcmp(%totaltracks%,%el_item_count%),3,0), which shows the header only when you have all tracks of an album together.?[Note: not working at the moment since %el_item_count% can't be evaluated in the group rows box]

[Not My Release] ELPlaylist

Reply #76
Thanks but

$ifgreater(%el_group_count%,1,3,0)

doesn't work fro me. Does it work for you?


Is there a way to programatically hide the header for a group like the !noheader! option in SCPL? Basically I am trying to implement a mixed mode playlist where headers are only shown for albums and not for singles.

Also I am having issues with displaying unicode text in the group headers but not the item lines despite using identical font and textbox code.


I'm trying to do the same thing myself but as you see no luck so far even for a whole playlist (let alone within a playlist).


I have never manged to get the !noheader! option in SCPL working. Have you? Could you give me an example, please?

[Not My Release] ELPlaylist

Reply #77
I thought it did, but after fiddling around with it it seems %el_group_count% isn't properly evaluated in the group row box. Not sure if it's a bug (since %el_group_count% shows up just fine when evaluated in the track/group views) or some limitation on the group row TF.

Guess we'll have to wait for some response from the dev.

[Not My Release] ELPlaylist

Reply #78
To the developer:

many thanks for what is proving to be an excellent component!


The latest version seems to display whichever playlist is active - not a specified playlist as in earlier versions!

Please, could this be changed back or allowed as an option, please. (SCPL has quite a good two section drop-down as an inteface for this) which could be copied.

[Not My Release] ELPlaylist

Reply #79
Thank you I was able to remove the group headers for singles using titleformatting in the group row as suggested however this approach is rather limited. This is what I normally use to determine if an item belongs to a single or album (I refuse to use custom tags):
Code: [Select]
$puts(album.mode,$if($and($strcmp($mod(%totaltracks%),%el_item_count%),$strcmp($mod(%tracknumber%),$add(%el_item_index%,1))),1,))
Then I can simply do $if($get(album.mode),album,single) in my code but when I attempted to adapt this to the group row field I discovered that the %el_% variables are not available.

As a temporary solution I am using $if(%tracknumber%,2,0) for my group row code and that seems to be giving me minimal functionality.

--

As for using !noheader! in SCPL:
- Right click SCPL and choose Sort/Group by> Edit
- In the "Sort/Group By" dialog box make a note of which "Criteria" you are using for your grouping preset
  (Which criteria have a checkmark in the right-hand column?)
- Go to file> preferences> Panels UI> Sort/Group
- Select each "Sorting and grouping" criteria from the list and [Modify] the code in the "Group By" box
- The combination of "Group By" code from all "Criteria" used in your grouping preset must resolve to and only resolve to exactly:
Code: [Select]
!noheader!


For example I use this in my album group by code:
Code: [Select]
$if(%tracknumber%,%album%%discnumber%,!noheader!)


--

I would also like to throw my name in the hat to request an option to autocollapse all groups and autoexpand the currently playing group. Basically I'd like a list of albums that automatically expands to display the track list of the currently playing and/or currently selected album.

[Not My Release] ELPlaylist

Reply #80
.

--

As for using !noheader! in SCPL:
- Right click SCPL and choose Sort/Group by> Edit
- In the "Sort/Group By" dialog box make a note of which "Criteria" you are using for your grouping preset
  (Which criteria have a checkmark in the right-hand column?)
- Go to file> preferences> Panels UI> Sort/Group
- Select each "Sorting and grouping" criteria from the list and [Modify] the code in the "Group By" box
- The combination of "Group By" code from all "Criteria" used in your grouping preset must resolve to and only resolve to exactly:
Code: [Select]
!noheader!


For example I use this in my album group by code:
Code: [Select]
$if(%tracknumber%,%album%%discnumber%,!noheader!)



Thanks, very much, just what I needed.

[Not My Release] ELPlaylist

Reply #81
Keikonium: Would you please consider linking this translation on the first post:
Foo_uie_elplaylist Readme online translate

--

I noticed a change in features on the new version.  This can be used to make EL Playlist diaplay a track listing of the currently playing album that changes dynamically. I have seen many requests for this sort of thing in the past.


[Not My Release] ELPlaylist

Reply #83
First of all: it is a very nice plugin.

I'm playing a little bit with the config (see the picture).
But I've one request. Is it possible or will be possible, to use some effects on fonts?

e.g. $font(Calibri,22,bold,textalpha-255,alpha,197,radius,2,iterations,3,offset,1,glow,6,effectcolor,f0556a)

You see it better in the picture on the artist beside "Künstler" (click in the thumb for full view).
,

[Not My Release] ELPlaylist

Reply #84
There's an update.

+ changed: selection state behaviour of hidden items
+ added: support for configurable scrollbar "show/hide" and scroll size.(but, these options may cause some glitches)

To the DEV:

Any plan to make context keyboard shortcut work without set it to be global hotkey?

[Not My Release] ELPlaylist

Reply #85
When all my playlists are empty foobar crashed on start witn next error:
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 023D1108h
Access violation, operation: read, address: 00000000h
Call path:
entry=>initquit::on_init
Code bytes (023D1108h):
023D10C8h:  FF D0 83 F8 FF 75 04 0B F0 EB 0C 8B 16 50 8B 42
023D10D8h:  34 8B CE FF D0 8B F0 8B 93 4C 01 00 00 8B 02 8D
023D10E8h:  8B 4C 01 00 00 FF D0 3B F0 72 02 33 F6 8B 8B 50
023D10F8h:  01 00 00 C1 E6 05 C7 83 C0 02 00 00 FF FF FF FF
023D1108h:  8B 14 0E 52 8B F3 E8 BD DF FF FF EB 75 39 8B 34
023D1118h:  02 00 00 75 6D 6A 00 8B F3 E8 EA D6 FF FF 8B 73
023D1128h:  40 8B 06 8B 50 10 8B CE FF D2 83 F8 FF 75 04 0B
023D1138h:  F0 EB 0C 8B 16 50 8B 42 34 8B CE FF D0 8B F0 8B
Stack (0012F1ACh):
0012F18Ch:  00000000 0000000B 003707F6 00000000
0012F19Ch:  F323742C BF8362F7 BBEFE378 0000000B
0012F1ACh:  0670D40B 02414B18 02414B18 003707F6
0012F1BCh:  023E006C 00000000 00000000 00000000
0012F1CCh:  00000000 00000000 00000000 7E42929A
0012F1DCh:  0012F024 004EEEF8 00000000 023E0064
0012F1ECh:  0012F1BC FFFFFFFF 7C919D8A 023C39EB
0012F1FCh:  023E008C 00000000 00000000 00000000
0012F20Ch:  00000000 00000000 00000000 023E008C
0012F21Ch:  00000000 00000000 00000000 00000000
0012F22Ch:  0632E4C0 023C4220 045C63DB FFFFFFFE
0012F23Ch:  023C3A22 023CE089 02412458 0000002D
0012F24Ch:  7E4194BE 7E42AF42 003707F6 023BE69E
0012F25Ch:  00000000 0012F2C4 00000000 023BD71F
0012F26Ch:  02412458 023BE303 0670D7C3 02414B18
0012F27Ch:  02414B18 7E42929A 02414B18 0012F2C4
0012F28Ch:  007BE378 00001060 00000000 0012F2C4
0012F29Ch:  0012F2D8 023DB355 00000009 023D2045
0012F2ACh:  7E42929A 023D2088 0670D703 02414B18
0012F2BCh:  02414B18 003707F6 023E008C 02417CD8
Registers:
EAX: 00000000, EBX: 02414B18, ECX: 00000000, EDX: 023E02B0
ESI: 00000000, EDI: 02414C74, EBP: 0012F2AC, ESP: 0012F1AC
Crash location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h

Loaded modules:
foobar2000                      loaded at 00400000h - 00522000h
ntdll                            loaded at 7C900000h - 7C9AF000h
kernel32                        loaded at 7C800000h - 7C8F6000h
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 - 77F59000h
USER32                          loaded at 7E410000h - 7E4A1000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D7000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 1002A000h
COMDLG32                        loaded at 763B0000h - 763F9000h
IMM32                            loaded at 76390000h - 763AD000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
MSCTF                            loaded at 74720000h - 7476C000h
UnlockerHook                    loaded at 003F0000h - 003F4000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00AB0000h - 00AE1000h
foo_ac3                          loaded at 10060000h - 1008B000h
foo_albumlist                    loaded at 00B30000h - 00B95000h
foo_auto_rating                  loaded at 00BC0000h - 00BD1000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_bubble_coverflow            loaded at 00C00000h - 00C89000h
OPENGL32                        loaded at 5ED00000h - 5EDCC000h
GLU32                            loaded at 68B20000h - 68B40000h
DDRAW                            loaded at 73760000h - 737AB000h
DCIMAN32                        loaded at 73BC0000h - 73BC6000h
gdiplus                          loaded at 4EC50000h - 4EDF6000h
foo_cdda                        loaded at 00FC0000h - 00FF8000h
foo_channel_mixer                loaded at 01020000h - 0105A000h
foo_chronflow                    loaded at 01070000h - 010D2000h
WINMM                            loaded at 76B40000h - 76B6D000h
OLEAUT32                        loaded at 77120000h - 771AB000h
foo_converter                    loaded at 01180000h - 011E7000h
foo_convolve                    loaded at 10440000h - 10491000h
foo_cuesheet_creator            loaded at 01230000h - 0125C000h
foo_cwb_hooks                    loaded at 01280000h - 012CC000h
foo_dbsearch                    loaded at 105A0000h - 10610000h
foo_dockable_panels              loaded at 106B0000h - 106E3000h
foo_dsp_crossfader              loaded at 10730000h - 1073F000h
foo_dsp_std                      loaded at 01340000h - 01386000h
foo_explorer                    loaded at 10940000h - 10958000h
foo_facets                      loaded at 013D0000h - 01451000h
MSIMG32                          loaded at 76380000h - 76385000h
foo_filedate                    loaded at 01480000h - 014A2000h
foo_fileops                      loaded at 014D0000h - 01515000h
foo_freedb2                      loaded at 01540000h - 01580000h
foo_freedb2_fix                  loaded at 109A0000h - 109B5000h
foo_func                        loaded at 015C0000h - 01623000h
foo_httpcontrol                  loaded at 01640000h - 0167A000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
MPR                              loaded at 71B20000h - 71B32000h
foo_infobox                      loaded at 10AC0000h - 10B00000h
foo_infospect                    loaded at 016C0000h - 016F7000h
foo_input_awma                  loaded at 10B20000h - 10B39000h
WMVCore                          loaded at 15110000h - 1536A000h
WMASF                            loaded at 11C70000h - 11CA9000h
foo_input_ds                    loaded at 01730000h - 0175D000h
foo_input_mkx                    loaded at 01780000h - 017B0000h
foo_input_monkey                loaded at 017C0000h - 0180A000h
foo_input_std                    loaded at 01830000h - 01958000h
foo_lnk                          loaded at 10DA0000h - 10DB9000h
foo_lock_ex                      loaded at 10DE0000h - 10DF9000h
foo_masstag                      loaded at 019B0000h - 01A00000h
foo_masstag_addons              loaded at 10F70000h - 10F7E000h
foo_noss                        loaded at 110A0000h - 110B7000h
foo_out_ks                      loaded at 11160000h - 1118A000h
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_playcount                    loaded at 01A90000h - 01AB5000h
foo_playlist_manager            loaded at 11240000h - 11284000h
foo_playlist_tree                loaded at 01B00000h - 01B76000h
libmzsch360_000                  loaded at 01B90000h - 01D60000h
libmzgc360_000                  loaded at 01D70000h - 01E14000h
foo_pqview                      loaded at 01E60000h - 01E8D000h
foo_preview                      loaded at 113E0000h - 11401000h
foo_quicktag                    loaded at 01EC0000h - 01EFD000h
foo_random                      loaded at 11500000h - 1153D000h
foo_removeplayed                loaded at 11540000h - 11558000h
foo_rgscan                      loaded at 01F60000h - 01FBA000h
foo_rg_trn                      loaded at 01FE0000h - 01FFB000h
foo_run                          loaded at 02020000h - 0204E000h
foo_runcmd                      loaded at 02070000h - 020A4000h
foo_scheduler                    loaded at 11610000h - 1167F000h
POWRPROF                        loaded at 74AD0000h - 74AD8000h
foo_sendtodevice                loaded at 11680000h - 116AF000h
foo_sic                          loaded at 116D0000h - 11729000h
foo_skip                        loaded at 117B0000h - 117CB000h
foo_trackpos                    loaded at 11800000h - 1181F000h
foo_uie_albumart                loaded at 02270000h - 022AD000h
foo_uie_albumlist                loaded at 022D0000h - 02313000h
foo_uie_bookmarks                loaded at 11BD0000h - 11C1E000h
foo_uie_console                  loaded at 11C20000h - 11C3B000h
foo_uie_dragpanel                loaded at 02370000h - 0239D000h
foo_uie_elplaylist              loaded at 023B0000h - 023F3000h
foo_uie_explorer                loaded at 02420000h - 0245C000h
foo_uie_graphical_browser        loaded at 02480000h - 02511000h
foo_uie_panel_splitter          loaded at 02530000h - 02576000h
foo_uie_peakmeter                loaded at 025A0000h - 025CD000h
foo_uie_playlists_dropdown      loaded at 11D50000h - 11D89000h
foo_uie_powerpanels              loaded at 02610000h - 02633000h
foo_uie_queuemanager            loaded at 11D90000h - 11DC9000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
mscorlib.ni                      loaded at 790C0000h - 79BA6000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 68000000h - 68036000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
foo_uie_quicksearch              loaded at 04DB0000h - 04DF6000h
foo_uie_tabs                    loaded at 11EB0000h - 11EDA000h
foo_uie_textbox                  loaded at 04E30000h - 04E5E000h
foo_uie_trackinfo                loaded at 11EE0000h - 11F0F000h
foo_uie_typefind                loaded at 04E90000h - 04EC0000h
foo_uie_vis_channel_spectrum    loaded at 04EE0000h - 04F1A000h
foo_uie_vis_peakmeter_spectrum  loaded at 04F40000h - 04F7F000h
foo_ui_columns                  loaded at 04FA0000h - 050BA000h
foo_ui_panels                    loaded at 050E0000h - 051A7000h
foo_ui_std                      loaded at 051D0000h - 052A3000h
foo_unpack                      loaded at 052D0000h - 052FD000h
foo_utils                        loaded at 05320000h - 05364000h
foo_utils_playback              loaded at 05390000h - 053A9000h
foo_verifier                    loaded at 053D0000h - 05400000h
foo_version                      loaded at 12160000h - 12186000h
dbghelp                          loaded at 59A60000h - 59B01000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_vis_screensaver              loaded at 05540000h - 0556B000h
foo_write_http                  loaded at 122C0000h - 122FB000h
correct.dll                      loaded at 05AB0000h - 05AB6000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77115000h
wtsapi32                        loaded at 76F50000h - 76F58000h
WINSTA                          loaded at 76360000h - 76370000h
NETAPI32                        loaded at 5B860000h - 5B8B5000h
appHelp                          loaded at 77B40000h - 77B62000h
cscui                            loaded at 77A20000h - 77A74000h
CSCDLL                          loaded at 76600000h - 7661D000h
mscms                            loaded at 73B30000h - 73B45000h
WINSPOOL                        loaded at 73000000h - 73026000h
icm32                            loaded at 66E90000h - 66ED1000h
msscript                        loaded at 585A0000h - 585BB000h
vbscript                        loaded at 73300000h - 7336A000h
jscript                          loaded at 75C50000h - 75CCD000h
xpsp2res                        loaded at 08870000h - 08B35000h
SXS                              loaded at 7E720000h - 7E7D0000h
vlmshlp                          loaded at 08F30000h - 08F37000h
nvoglnt                          loaded at 69500000h - 69A25000h
imagehlp                        loaded at 76C90000h - 76CB8000h

Stack dump analysis:
Address: 023E006Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E42929Ah, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "SendMessageW" (+00000000h)
Address: 004EEEF8h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 023E0064h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C919D8Ah, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlReAllocateHeap" (+0000020Ah)
Address: 023C39EBh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023E008Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023E008Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C4220h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C3A22h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023CE089h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E4194BEh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 7E42AF42h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetDlgCtrlID" (+00000027h)
Address: 023BE69Eh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023BD71Fh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023BE303h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E42929Ah, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "SendMessageW" (+00000000h)
Address: 023DB355h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023D2045h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E42929Ah, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "SendMessageW" (+00000000h)
Address: 023D2088h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023E008Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DB3D2h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023B91CBh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 004EEBF8h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 023DC3E8h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023D2992h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 004EEEF8h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 7E4188A6h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E4188A6h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E429A43h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "SetWindowPos" (+00000050h)
Address: 7E429B10h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetClassLongW" (+00000027h)
Address: 7E429B19h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetClassLongW" (+00000030h)
Address: 7E4188A6h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E42C06Eh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "UserLpkPSMTextOut" (+00000449h)
Address: 7E418B26h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E4188D1h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E4188DAh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 023DB4A4h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E44048Fh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 023C2C59h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E4188DAh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetDC" (+0000006Dh)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E42BDF1h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "UserLpkPSMTextOut" (+000001CCh)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E44048Fh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E418830h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetDC" (+00000169h)
Address: 7E428EA0h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+00000180h)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E42CE7Ch, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "SetLayeredWindowAttributes" (+0000006Ah)
Address: 7E44048Fh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E428EB0h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+00000190h)
Address: 7E42CE7Ch, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "SetLayeredWindowAttributes" (+0000006Ah)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C90E453h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E428E53h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+00000133h)
Address: 7E42E389h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetScrollInfo" (+000003A7h)
Address: 7E42E34Fh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetScrollInfo" (+0000036Dh)
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 77C102ADh, location: "msvcrt", loaded at 77C10000h - 77C68000h
Address: 77C102ADh, location: "msvcrt", loaded at 77C10000h - 77C68000h
Address: 7C910100h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+0000005Ch)
Address: 7C916B79h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000284h)
Address: 7C915219h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "bsearch" (+00000046h)
Address: 7C91540Bh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "bsearch" (+00000238h)
Address: 7C910098h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C910021h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91003Dh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 023DFB7Ah, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C9157A1h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlHashUnicodeString" (+00000164h)
Address: 7C91532Ah, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "bsearch" (+00000157h)
Address: 7C915722h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlHashUnicodeString" (+000000E5h)
Address: 7C9155CDh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C90E900h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "strchr" (+00000113h)
Address: 7C910040h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C91003Dh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7E419951h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "IsChild" (+00000243h)
Address: 7C910303h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+0000025Fh)
Address: 023B0100h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C90E900h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "strchr" (+00000113h)
Address: 7C910308h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+00000264h)
Address: 7C910303h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+0000025Fh)
Address: 7E4199E4h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "IsChild" (+000002D6h)
Address: 7E419A12h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "IsChild" (+00000304h)
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023B0100h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E41A303h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "ClientThreadSetup" (+000002F9h)
Address: 7E44048Fh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E419A18h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "IsChild" (+0000030Ah)
Address: 7E419A12h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "IsChild" (+00000304h)
Address: 7E41A31Ah, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "ClientThreadSetup" (+00000310h)
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E41A33Bh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "ClientThreadSetup" (+00000331h)
Address: 023C2AE0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E419D60h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "UnregisterClassW" (+000002BCh)
Address: 7E471270h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Address: 7E410000h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Address: 7C910A16h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "wcsncpy" (+000004B7h)
Address: 7C910098h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C910021h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91003Dh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C910961h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "wcsncpy" (+00000402h)
Address: 7C91003Dh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C90E900h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "strchr" (+00000113h)
Address: 7C91003Dh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 023C3381h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C33A0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C910303h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+0000025Fh)
Address: 023B0100h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7C90E900h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "strchr" (+00000113h)
Address: 7C910308h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+00000264h)
Address: 7E42E442h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetScrollInfo" (+00000460h)
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023E91D4h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C33A0h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023CE06Dh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023BE69Eh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DB988h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023CE797h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023BD71Fh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023CE7CAh, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 7E42D0D6h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "CreateWindowExW" (+00000033h)
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023C29F1h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023DFB5Ch, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023B0000h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 023BC295h, location: "foo_uie_elplaylist", loaded at 023B0000h - 023F3000h
Address: 106B274Fh, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 7C9101C0h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9101BBh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 106BBBE1h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106B10DDh, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 106BB759h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106B688Ch, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106BB900h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106CB1A6h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106B2A22h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106B4AFAh, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106B4B04h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 77F161A5h, location: "GDI32", loaded at 77F10000h - 77F59000h
Symbol: "CreateSolidBrush" (+00000000h)
Address: 7E418E78h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetSysColor" (+00000000h)
Address: 77F161A5h, location: "GDI32", loaded at 77F10000h - 77F59000h
Symbol: "CreateSolidBrush" (+00000000h)
Address: 7E418E78h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetSysColor" (+00000000h)
Address: 106CB440h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 106B4E06h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 004AE92Ch, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 106CE2B8h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 00458A6Ch, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 00458A87h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 106CB510h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 0042AEEBh, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004C6BE7h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004C9054h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 106DA094h, location: "foo_dockable_panels", loaded at 106B0000h - 106E3000h
Address: 0042AEB1h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004AEDDBh, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0042BCD0h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004C9054h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004C9054h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004C9054h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 7C90E900h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "strchr" (+00000113h)
Address: 7C9101C0h, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9101BBh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 0049B311h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049F486h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 7C90D7ECh, location: "ntdll", loaded at 7C900000h - 7C9AF000h
Symbol: "NtQueryInformationProcess" (+0000000Ch)
Address: 10002638h, location: "shared", loaded at 10000000h - 1002A000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000C8h)
Address: 004CC2D4h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004B74D0h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004CC2D4h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0042BFF5h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049B8F1h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049B8EBh, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004BEA1Ch, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004BC580h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049D740h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049B8EBh, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049B8FFh, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004BC580h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 004B792Bh, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049D31Ah, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 0049D740h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 7C817067h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C839AC0h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C817070h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 0049D385h, location: "foobar2000", loaded at 00400000h - 00522000h
Address: 7C809AE1h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "VirtualAlloc" (+00000000h)
Address: 7C801AD4h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "VirtualProtect" (+00000000h)
Address: 7C809B02h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "VirtualAllocEx" (+00000000h)
Address: 7C809B50h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "VirtualAllocEx" (+0000004Eh)
Address: 7C801A61h, location: "kernel32", loaded at 7C800000h - 7C8F6000h
Symbol: "VirtualProtectEx" (+00000000h)

Version info:
foobar2000 v0.9.5.2 beta 1
UNICODE
Windows 5.1


Additional info:
ReplayGain override 0.1.2  (foo_rg_trn)
ABX Comparator 1.3.3  (foo_abx)
Playlist Tools 0.6.2 beta 6  (foo_utils)
foo_func 0.2.5b  (foo_func)
Database Search 1.4  (foo_dbsearch)
Track Positioner 1.0  (foo_trackpos)
Infospect 1.0.3  (foo_infospect)
Monkey's Audio decoder 2.1.2  (foo_input_monkey)
No ScreenSaver 1.0  (foo_noss)
Run services 0.3.4  (foo_run)
Playlist Manager 1.0.2  (foo_playlist_manager)
Cuesheet Creator 0.4.6  (foo_cuesheet_creator)
foobar2000 core 0.9.5.2 beta 1  (Core)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
Panels UI 0.14.12 beta [Jul 18 2007 - 13:39:30]  (foo_ui_panels)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
File Operations 2.1  (foo_fileops)
foo_skip 0.2  (foo_skip)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
File Integrity Verifier 1.0.1  (foo_verifier)
Masstagger Addons 0.3.3  (foo_masstag_addons)
Kernel Streaming Output 1.2.2  (foo_out_ks)
Channel Mixer 0.9.6.5  (foo_channel_mixer)
Standard DSP Array 1.0  (foo_dsp_std)
Randomized Playlist Entry 1.2.3  (foo_random)
HTTP Writer 1.1  (foo_write_http)
Screen Saver Visualisation 1.1  (foo_vis_screensaver)
CD Audio Decoder 2.1.2  (foo_cdda)
Track info panel 0.82  (foo_uie_trackinfo)
Pause on Lock (extended) 1.0  (foo_lock_ex)
Gapless Crossfader 0.2.4  (foo_dsp_crossfader)
Quick Tagger 1.0  (foo_quicktag)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
Album List 4.2  (foo_albumlist)
Playback Queue Viewer 0.2  (foo_pqview)
Standard Input Array 1.0  (foo_input_std)
Peakmeter Panel 0.0.4.0 alpha preview  (foo_uie_peakmeter)
Playback Utilities 1.0  (foo_utils_playback)
Cover Flow 0.19  (foo_bubble_coverflow)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
ReplayGain Scanner 2.0.4  (foo_rgscan)
Columns UI 0.3 beta 2 preview 1  (foo_ui_columns)
Textbox 0.0.5a  (foo_uie_textbox)
foo_explorer 1.31  (foo_explorer)
Playback Statistics 2.0  (foo_playcount)
Converter 1.1.1  (foo_converter)
Send to Device 1.0.5 [Nov 17 2006 - 14:16:40]  (foo_sendtodevice)
Freedb2 characters fixer (masstagger addon) 0.02  (foo_freedb2_fix)
File date 1.0.4  (foo_filedate)
foo_httpcontrol 0.64  (foo_httpcontrol)
Coverflow pannel 0.2.1  (foo_chronflow)
Seek Panel 0.1  (foo_uie_powerpanels)
Matroska input 0.1  (foo_input_mkx)
Remove played Files 1.3.0  (foo_removeplayed)
Auto Rating 1.1.1  (foo_auto_rating)
Special file info box 2.0.3  (foo_infobox)
Playlist Tree Panel 3.0.5 [Feb 18 2008 - 08:29:56]  (foo_playlist_tree)
Preview 1.1  (foo_preview)
ZIP/GZIP reader 1.0  (foo_unpack)
foosic music database 1.0 beta 12  (foo_sic)
Run Command 1.0 beta 3  (foo_runcmd)
Channel Spectrum panel 0.16  (foo_uie_vis_channel_spectrum)
RAR reader 1.1  (foo_unpack)
Typefind 0.2 beta 1  (foo_uie_typefind)
Bookmarks 0.1.8 beta 2  (foo_uie_bookmarks)
Console panel 0.2.1  (foo_uie_console)
ELPlaylist 0.2.7.4(alpha)  (foo_uie_elplaylist)
DirectShow input 0.1  (foo_input_ds)
Drag Panel 0.0.6a  (foo_uie_dragpanel)
Components versions viewer 0.3  (foo_version)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Facets 2008-02-25  (foo_facets)
cwbowron's title format hooks 1.2.6 [Jan  2 2008 - 15:50:05]  (foo_cwb_hooks)
Shell Link Resolver 1.2  (foo_lnk)
AC3 decoder 0.7  (foo_ac3)
Dockable Panels 1.0.7b [Mar 28 2007 - 09:18:48]  (foo_dockable_panels)
Tagger Panel Window 1.0.6 [Jan  2 2008 - 15:50:49]  (foo_cwb_hooks)
Acro WMA decoder 0.1.6.2  (foo_input_awma)
freedb Tagger 0.6  (foo_freedb2)
Album Art Panel 0.2.7.1  (foo_uie_albumart)
Peakmeter Spectrum Visualisation 0.1.0.2 beta  (foo_uie_vis_peakmeter_spectrum)
Scheduler 3.53  (foo_scheduler)
Convolver 0.3  (foo_convolve)
Graphical Browser rev014  (foo_uie_graphical_browser)
Volume Panel 0.1  (foo_uie_powerpanels)
Panel Stack Splitter 0.3.2(alpha)  (foo_uie_panel_splitter)
Masstagger 1.6  (foo_masstag)
Default User Interface 0.9.5  (foo_ui_std)
If I have any not empty playlist  foobar started  normal.
I use last version of plugin - 2.7.4a.

[Not My Release] ELPlaylist

Reply #86
How to get rating stars in ELplaylist? It's possible make them clickable?

[Not My Release] ELPlaylist

Reply #87
How to get rating stars in ELplaylist? It's possible make them clickable?

like done in a scpl playlist ... but it is not clickable (no buttons in a playlist (scpl our ELPlaylist)

i've just done it for my config reflex :


[Not My Release] ELPlaylist

Reply #88
How to get rating stars in ELplaylist? It's possible make them clickable?

like done in a scpl playlist ... but it is not clickable (no buttons in a playlist (scpl our ELPlaylist)

i've just done it for my config reflex :


Worked. Thanx


[Not My Release] ELPlaylist

Reply #90
I just loaded this plugin and its cool but I'm wondering how to make it a darker (black) kinda theme? I don't know anything about how to change the code and was wondering if someone out there has a config they wouldn't mind sharing.

[Not My Release] ELPlaylist

Reply #91
Anyone knows how to re-order tracks with the mouse as in SCPL (or the other paylists)?
I can't do it.... I want to change the order of the tracks/groups by dragging but as soon as I drag... it only selects them.
Thanks 

[Not My Release] ELPlaylist

Reply #92
Anyone knows how to re-order tracks with the mouse as in SCPL (or the other paylists)?
I can't do it.... I want to change the order of the tracks/groups by dragging but as soon as I drag... it only selects them.
Thanks 


dragging is a SCPL functionnality, it is not implemented in ELPlaylist, that's so simple.

[Not My Release] ELPlaylist

Reply #93
Oh!... thanks...
Well... looks like going back to SCPL then... 

 

[Not My Release] ELPlaylist

Reply #94

Anyone knows how to re-order tracks with the mouse as in SCPL (or the other paylists)?
I can't do it.... I want to change the order of the tracks/groups by dragging but as soon as I drag... it only selects them.
Thanks 


dragging is a SCPL functionnality, it is not implemented in ELPlaylist, that's so simple.

You're wrong, it's already implemented, but only using ALT + up/down keyboard.

[Not My Release] ELPlaylist

Reply #95
I have problem loading my iPod library (foobar2000 v0.9.5.2) with foo_dop 0.5.3, tried older and newer versions, all the same
" Error reading ArtworkDB database: Invalid format; expected header marker "dohm" got ""    "

[Not My Release] ELPlaylist

Reply #96


Anyone knows how to re-order tracks with the mouse as in SCPL (or the other paylists)?
I can't do it.... I want to change the order of the tracks/groups by dragging but as soon as I drag... it only selects them.
Thanks 


dragging is a SCPL functionnality, it is not implemented in ELPlaylist, that's so simple.

You're wrong, it's already implemented, but only using ALT + up/down keyboard.


Thank you very much... you've saved my day! 

[Not My Release] ELPlaylist

Reply #97
I have problem loading my iPod library (foobar2000 v0.9.5.2) with foo_dop 0.5.3, tried older and newer versions, all the same
" Error reading ArtworkDB database: Invalid format; expected header marker "dohm" got ""    "


What does this has to do with ELPlaylist??
fb2k on OSX: flac q8 > rockboxed Sansa e280v1: Vorbis q5.0

[Not My Release] ELPlaylist

Reply #98
New version is out.

You can rearrange your playlist content using your mouse now.

[Not My Release] ELPlaylist

Reply #99
Nice!... thanks!
I'll try it right now