Help - Search - Members - Calendar
Full Version: IBIZA by Br3tt
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
unknownnames
Anyone can give me guide here, here is my screenshot problem.
IPB Image

The cover pics not showing, each album folder i have different filename.jpg, do i need change album pics all filename.jpg to cover.jpg?

a-za
help~

my coverflow don't show

it will pop a window wrote
"jscript compile error

Windows Script Control not installed. Download it from <http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC>."


I've downloaded and install above link, but still will show the error , what's wrong?

ps. I use foobar 0.9.5.4
Falstaff
QUOTE(a-za @ Jul 8 2008, 11:40) *

help~

my coverflow don't show

it will pop a window wrote
"jscript compile error

Windows Script Control not installed. Download it from <http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC>."


I've downloaded and install above link, but still will show the error , what's wrong?

ps. I use foobar 0.9.5.4


bad topic, ask for help on Chronflow Topic, i hope you'll find help :

http://www.hydrogenaudio.org/forums/index....showtopic=63982



QUOTE(unknownnames @ Jul 8 2008, 10:45) *

Anyone can give me guide here, here is my screenshot problem.
http://img79.imageshack.us/img79/2058/49744943hj2.jpg

The cover pics not showing, each album folder i have different filename.jpg, do i need change album pics all filename.jpg to cover.jpg?


if you don't take time to read installation notes, i'll not spend my time to explain to you more than i have already done, so check point 5 above :

/// INSTALLATION ///

1) extract image14.7z archive in the default foobar2000 folder (must be C:\Program Files\foobar2000\)
2) run foobar with ColumnsUI as interface
3) go to preferences -> ColumnsUI -> Main -> use Import Button to import the ibiza14e.fcl file, apply the imported layout !
4) you may have to configure stand alone components like Quick Search Toolbar, Cover Flow, Lyric Show panel ... cause the configuration file do not contains my settings (not stored in the .fcl)
5) you may have to change the PATH for covers and artist photos for each components using them, simply rigth-click on the component to update --> enter settings of the component --> modify the path for the variables cover.path and/or artist.path, generally coded in the first line of the code of the component (graphical browser, ELPlaylist, Panel Stack Splitter)
nikolai4ik
Great config, thanks Br3tt!
I have some questions, I'd be happy if you help me smile.gif
IPB Image
1. How can I change the numbers to an artist's genre or amount of tracks by this artist?
2. How can I change the numbers to an albums release year?
3. I'm using foo custom info to store ratings and playcounts, and I had to use hotkeys to set ratings (when I used fooAvA). Now with your config hotkeys for foo_custominfo doesn't work (idk why) so it would be awesome if the rating buttons at the top wrote the rating not to the file's tags but to custominfo db.

I really hope someone could help me happy.gif

Btw I couldn't understand how
CODE

// Artist Photo Web Search (using foo_run command !!)
$imagebutton($get(photo.x),$get(photo.y),$get(photo.w),$get(photo.h),,,CONTEXT:'discogs artist';REFRESH,,)

work, but it's a minor.
123456
I'd like to know how to apply transparent effect on chronflow panel

My OS is windows xp

Maybe I use some wrong words

I'm just starting to learn english tongue.gif

IPB Image
jrgarrett
Wanted to know if there was a way to have the Left Panel Display start up displaying the Library View (text list) rather than the artist artwork it currently defaults to? Are settings supposed to be retained between restarts? (my install is not doing this)

Br3tt - Love the look of this, decided to leave FofR and panels behind and this config made the decision an easy one
Sounds Blast
edit: sorry. A re-read of this post made it clear to me that i was wrong. Sorry.
CaseyH71
Br3tt, Anyone,

I cannot for the life of me figure out the code path to have the artist images selected from the main artist folder. Thoughts?

Like this... $puts(artist.path,$directory_path(%path%)/artist.jpg ... But without the switch to a "artist" folder. The artist.jpg is in the top artist directory where the album directories are.

I don't want to have to stick the image in multiple folders if I have multiple albums of the same artist.

Thanks, Casey

Br3tt! Left Panels for your config here... TOP NOTCH!
nikolai4ik
QUOTE(CaseyH71 @ Jul 11 2008, 07:42) *

Br3tt, Anyone,

I cannot for the life of me figure out the code path to have the artist images selected from the main artist folder. Thoughts?

Like this... $puts(artist.path,$directory_path(%path%)/artist.jpg ... But without the switch to a "artist" folder. The artist.jpg is in the top artist directory where the album directories are.

I don't want to have to stick the image in multiple folders if I have multiple albums of the same artist.

that would be awesome
Falstaff
QUOTE(nikolai4ik @ Jul 11 2008, 09:28) *

QUOTE(CaseyH71 @ Jul 11 2008, 07:42) *

Br3tt, Anyone,

I cannot for the life of me figure out the code path to have the artist images selected from the main artist folder. Thoughts?

Like this... $puts(artist.path,$directory_path(%path%)/artist.jpg ... But without the switch to a "artist" folder. The artist.jpg is in the top artist directory where the album directories are.

I don't want to have to stick the image in multiple folders if I have multiple albums of the same artist.

that would be awesome


if artist.jpg is stored in the artist folder that contains too albums subfolder, just affect artist.path variable like this :

$puts(artist.path,$replace(%path%,$directory(%path%,1),,\%filename_ext%,)artist.jpg)

CaseyH71
QUOTE(Falstaff @ Jul 11 2008, 09:22) *

QUOTE(nikolai4ik @ Jul 11 2008, 09:28) *

QUOTE(CaseyH71 @ Jul 11 2008, 07:42) *

Br3tt, Anyone,

I cannot for the life of me figure out the code path to have the artist images selected from the main artist folder. Thoughts?

Like this... $puts(artist.path,$directory_path(%path%)/artist.jpg ... But without the switch to a "artist" folder. The artist.jpg is in the top artist directory where the album directories are.

I don't want to have to stick the image in multiple folders if I have multiple albums of the same artist.

that would be awesome


if artist.jpg is stored in the artist folder that contains too albums subfolder, just affect artist.path variable like this :

$puts(artist.path,$replace(%path%,$directory(%path%,1),,\%filename_ext%,)artist.jpg)


It worked! I would have never figured that one out! Thanks again for all your dedication here bud... This is excellent work!

Casey
Falstaff
wink.gif
London Mike
I'm looking forward to 1.5 any idea when it'll be released Br3tt? smile.gif

I've also used the albums release year modification for the album list as posted on Neowin, I think it would make a great standard feature... http://www.neowin.net/forum/index.php?show...#entry589542000
Falstaff
QUOTE(London Mike @ Jul 11 2008, 19:38) *

I'm looking forward to 1.5 any idea when it'll be released Br3tt? smile.gif

I've also used the albums release year modification for the album list as posted on Neowin, I think it would make a great standard feature... http://www.neowin.net/forum/index.php?show...#entry589542000


maybe this week-end
London Mike
The more I use this config the more I like it

The trouble is I have now done lots of modifications which I will have to re-do to 1.5 and every other build biggrin.gif

Do you imagine many more releases or is it about finished? What new features will be in 1.5 or planned for later builds?

Great job Br3tt, it's wonderful cool.gif
EduGol
Inside IBIZA, how do i drag a song from a playlist/broswer to another playlist?
cheap2k
Great config!

I have a question about the graphical browser. I have artist images that aren't the same aspect ratio as the noartist.png so when I changed "nokeepaspect" to "keepaspect" in the graphical browser settings, it shows the noartist image behind my artist images. Is there anyway to do something like, if artist image exists then don't draw noartist.png?

Thanks!
DAKnn
when click to link
http://cnoovo.free.fr/foobar/CUI/ibiza/ibiza14e.fcl
or
http://cnoovo.free.fr/foobar/CUI/ibiza/images14.7z

error show -> Erreur 403 - Refus de traitement de la requête (Interdit - Forbidden)
maybe who upload to rapidshare.com ? crying.gif
Falstaff
QUOTE(DAKnn @ Jul 12 2008, 10:04) *

when click to link
http://cnoovo.free.fr/foobar/CUI/ibiza/ibiza14e.fcl
or
http://cnoovo.free.fr/foobar/CUI/ibiza/images14.7z

error show -> Erreur 403 - Refus de traitement de la requête (Interdit - Forbidden)
maybe who upload to rapidshare.com ? crying.gif


i have to upload the files on another server ... no time today, i'll do this tomorrow

fixed!
antirockstar
1. Everytime i choose an album in coverflow, all songs are selected in the playlist above. How can i turn it off?

2. Is there any way to release the space used by Channel Spectrum Visualizer (disabled that component because of "high" CPU Usage/not needed anyway)?
Tjmber
I'm using foobar v 0.9.5.4
When I import file ibiza14e.fcl, foobar crashed!!!!

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0ACB4124h
Access violation, operation: read, address: 00000040h
Call path not available.
Code bytes (0ACB4124h):
0ACB40E4h:  8B 91 90 0C 00 00 89 15 DC 68 D1 0A 8B 81 94 0C
0ACB40F4h:  00 00 A3 EC 68 D1 0A 8B 89 94 0C 00 00 89 0D FC
0ACB4104h:  68 D1 0A 83 C4 08 C3 90 90 90 90 90 55 8B EC 56
0ACB4114h:  64 A1 18 00 00 00 03 05 4C CB D3 0A 8B 00 8B F0
0ACB4124h:  8B 46 40 F6 C4 03 74 36 F6 C4 01 74 24 8B 8E AC
0ACB4134h:  07 00 00 85 C9 B8 02 05 00 00 0F 85 83 00 00 00
0ACB4144h:  89 86 AC 07 00 00 89 86 B0 07 00 00 5E 5D C2 10
0ACB4154h:  00 F6 C4 02 74 08 8B CE FF 96 B4 5E 00 00 8B 55
Stack (0A40FD48h):
0A40FD28h:  7C919B3F 7C97C0D8 7C919AEB 08A99E84
0A40FD38h:  08B98718 0000FFFF 7FFDD000 00255D00
0A40FD48h:  0AEA0080 0A40FE88 0AB293E9 00000000
0A40FD58h:  00000000 00000001 00000001 04010F1B
0A40FD68h:  001B77E0 00197368 0ACD2A24 00010000
0A40FD78h:  00000000 0015C548 00000000 0A40FE50
0A40FD88h:  7C919A9C 5ED00000 0A40FDF6 0040FDF0
0A40FD98h:  0A40FDF0 0A40FDF6 0A40FDF0 7FFD8000
0A40FDA8h:  0A40FE98 7C917326 7C97C0D8 7C917304
0A40FDB8h:  04010F1B 00000004 5ED00000 5EDA2C80
0A40FDC8h:  7C80E5F8 00255E60 0A40FEA0 5ED00000
0A40FDD8h:  00000000 00000014 00000001 00000000
0A40FDE8h:  0015C7D8 00000000 5ED25DF1 67770000
0A40FDF8h:  7465476C 65786950 726F466C 0074616D
0A40FE08h:  7C801BE6 00150000 00000000 7C801BF6
0A40FE18h:  04010F1B 00000000 00000003 010E010C
0A40FE28h:  0019B6D8 00120010 7FFD8C00 000028CC
0A40FE38h:  0A40FDAC 0019B6D8 0A40FF4C 7C90EE18
0A40FE48h:  7C919AF0 FFFFFFFF 7C919AEB 7C919BA0
0A40FE58h:  5ED00000 7FFDE000 00000000 77D4D766
Registers:
EAX: 00000000, EBX: 00000001, ECX: 0AEA0080, EDX: 0AE27020
ESI: 00000000, EDI: 00000001, EBP: 0A40FD4C, ESP: 0A40FD48
Crash location: "iglicd32", loaded at 0AB20000h - 0AD58000h
Symbol: "DrvSetLayerPaletteEntries" (+0018CAE4h)

Loaded modules:
foobar2000                       loaded at 00400000h - 0052B000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                         loaded at 7C800000h - 7C8F4000h
COMCTL32                         loaded at 773D0000h - 774D2000h
msvcrt                           loaded at 77C10000h - 77C68000h
ADVAPI32                         loaded at 77DD0000h - 77E6B000h
RPCRT4                           loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F56000h
USER32                           loaded at 77D40000h - 77DD0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D4000h
ole32                            loaded at 774E0000h - 7761C000h
shared                           loaded at 10000000h - 1002A000h
COMDLG32                         loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
foo_abx                          loaded at 003C0000h - 003F1000h
foo_albumlist                    loaded at 00A80000h - 00AEA000h
foo_bubble_coverflow             loaded at 00B10000h - 00B99000h
OPENGL32                         loaded at 5ED00000h - 5EDCC000h
GLU32                            loaded at 68B20000h - 68B40000h
DDRAW                            loaded at 73760000h - 737A9000h
DCIMAN32                         loaded at 73BC0000h - 73BC6000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_cdda                         loaded at 089F0000h - 08A31000h
foo_chronflow                    loaded at 08A60000h - 08AC1000h
WINMM                            loaded at 76B40000h - 76B6D000h
OLEAUT32                         loaded at 77120000h - 771AC000h
SYNCOR11                         loaded at 6BD00000h - 6BD0D000h
foo_converter                    loaded at 08C70000h - 08CD7000h
foo_dsp_std                      loaded at 08D00000h - 08D49000h
foo_fileops                      loaded at 08D70000h - 08DB6000h
foo_freedb2                      loaded at 08DE0000h - 08E20000h
foo_input_std                    loaded at 08E40000h - 08F6D000h
foo_rgscan                       loaded at 08F90000h - 08FEB000h
foo_uie_albumlist                loaded at 09010000h - 09053000h
foo_uie_elplaylist               loaded at 09080000h - 090D5000h
foo_uie_graphical_browser        loaded at 09100000h - 09194000h
MSIMG32                          loaded at 76380000h - 76385000h
IMM32                            loaded at 76390000h - 763AD000h
foo_uie_lyrics                   loaded at 091B0000h - 0920F000h
WININET                          loaded at 771B0000h - 77256000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                           loaded at 77B20000h - 77B32000h
foo_uie_panel_splitter           loaded at 09230000h - 09278000h
foo_uie_playlists_dropdown       loaded at 092E0000h - 09319000h
foo_uie_quicksearch              loaded at 09320000h - 09366000h
foo_uie_trackinfo                loaded at 09380000h - 093AE000h
foo_uie_trackinfo_2              loaded at 093D0000h - 093FE000h
foo_uie_trackinfo_mod            loaded at 09420000h - 09476000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_uie_vis_channel_spectrum     loaded at 094A0000h - 094DD000h
foo_uie_wsh_panel                loaded at 09500000h - 09534000h
foo_ui_columns                   loaded at 09670000h - 09799000h
foo_ui_std                       loaded at 097C0000h - 09894000h
foo_unpack                       loaded at 098D0000h - 098FD000h
foo_winamp_spam                  loaded at 09920000h - 0993F000h
idmmkb                           loaded at 09A70000h - 09A77000h
UKHook40                         loaded at 09A80000h - 09AB4000h
appHelp                          loaded at 77B40000h - 77B62000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                           loaded at 77050000h - 77115000h
VERSION                          loaded at 77C00000h - 77C08000h
cscui                            loaded at 77A20000h - 77A74000h
CSCDLL                           loaded at 76600000h - 7661D000h
browseui                         loaded at 75F80000h - 7607C000h
SETUPAPI                         loaded at 77920000h - 77A13000h
ntshrui                          loaded at 76990000h - 769B5000h
ATL                              loaded at 76B20000h - 76B31000h
NETAPI32                         loaded at 5B860000h - 5B8B4000h
USERENV                          loaded at 769C0000h - 76A73000h
LINKINFO                         loaded at 76980000h - 76988000h
SHDOCVW                          loaded at 77760000h - 778CC000h
CRYPTUI                          loaded at 754D0000h - 75550000h
WINTRUST                         loaded at 76C30000h - 76C5E000h
IMAGEHLP                         loaded at 76C90000h - 76CB8000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
mscms                            loaded at 73B30000h - 73B44000h
WINSPOOL                         loaded at 73000000h - 73026000h
icm32                            loaded at 66E90000h - 66ED1000h
msscript                         loaded at 6B980000h - 6B999000h
vbscript                         loaded at 73300000h - 73367000h
MFC42                            loaded at 73DD0000h - 73ECE000h
jscript                          loaded at 75C50000h - 75CBE000h
xpsp2res                         loaded at 20000000h - 202C5000h
SXS                              loaded at 75E90000h - 75F40000h
iglicd32                         loaded at 0AB20000h - 0AD58000h
igldev32                         loaded at 0ADF0000h - 0AE72000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 0AB293E9h, location: "iglicd32", loaded at 0AB20000h - 0AD58000h
Symbol: "DrvSetLayerPaletteEntries" (+00001DA9h)
Address: 0ACD2A24h, location: "iglicd32", loaded at 0AB20000h - 0AD58000h
Symbol: "DrvSetContext" (+00000284h)
Address: 7C919A9Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+00000330h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 0040FDF0h, location: "foobar2000", loaded at 00400000h - 0052B000h
Address: 7C917326h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrUnloadDll" (+0000019Bh)
Address: 7C97C0D8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C917304h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrUnloadDll" (+00000179h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 7C80E5F8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "DuplicateHandle" (+000005E2h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 5ED25DF1h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglGetPixelFormat" (+00000000h)
Address: 7C801BE6h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LoadLibraryExW" (+000000F5h)
Address: 7C801BF6h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LoadLibraryExW" (+00000105h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C919AF0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+00000384h)
Address: 7C919AEBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+0000037Fh)
Address: 7C919BA0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrGetProcedureAddress" (+00000018h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 77D4D766h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "WindowFromDC" (+0000000Fh)
Address: 5ED19652h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglSwapLayerBuffers" (+000002FDh)
Address: 5EDAC6E0h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 5ED19AADh, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglSwapLayerBuffers" (+00000758h)
Address: 5ED196B3h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglSwapLayerBuffers" (+0000035Eh)
Address: 5ED19C5Fh, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglMakeCurrent" (+0000008Ah)
Address: 7C802530h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000000h)
Address: 7C809C28h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "SetEvent" (+00000000h)
Address: 08A74452h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 7C802530h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000000h)
Address: 08A966A8h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A761F9h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A76889h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A837FBh, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A852B0h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A838A0h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 7C80B50Bh, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C8399F3h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "FindAtomW" (+00000094h)
Address: 7C80B518h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 08A83821h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h

Version info:
foobar2000 v0.9.5.4
UNICODE
Windows 5.1


Additional info:
Graphical Browser rev015  (foo_uie_graphical_browser)
ABX Comparator 1.3.3  (foo_abx)
Lyric Show Panels 0.3.1.1  (foo_uie_lyrics)
File Operations 2.1  (foo_fileops)
CD Audio Decoder 2.1.3  (foo_cdda)
Panel Stack Splitter 0.3.4(alpha)  (foo_uie_panel_splitter)
Standard DSP Array 1.0  (foo_dsp_std)
foobar2000 core 0.9.5.4  (Core)
Default User Interface 0.9.5  (foo_ui_std)
Columns UI 0.3 beta 2 preview 11d  (foo_ui_columns)
RAR reader 1.1  (foo_unpack)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
freedb Tagger 0.6  (foo_freedb2)
ZIP/GZIP reader 1.0  (foo_unpack)
Playlists Dropdown 0.6 alpha 4  (foo_uie_playlists_dropdown)
Standard Input Array 1.0  (foo_input_std)
Winamp API Emulator 0.90  (foo_winamp_spam)
ELPlaylist 0.4.2.0(beta)  (foo_uie_elplaylist)
Track info panel 0.8  (foo_uie_trackinfo)
Channel Spectrum panel 0.17.2  (foo_uie_vis_channel_spectrum)
Chronial's Coverflow 0.3.0  (foo_chronflow)
ReplayGain Scanner 2.0.8      (foo_rgscan)
Track info panel 0.8  (foo_uie_trackinfo_2)
Album List 4.3  (foo_albumlist)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
WSH Panel (uie) 0.7.2  (foo_uie_wsh_panel)
Converter 1.1.2  (foo_converter)
Cover Flow 0.19  (foo_bubble_coverflow)
Track info panel mod 0.8.0 beta [Jan  5 2007 - 13:36:12]  (foo_uie_trackinfo_mod)

Falstaff
QUOTE(Tjmber @ Jul 12 2008, 13:59) *

I'm using foobar v 0.9.5.4
When I import file ibiza14e.fcl, foobar crashed!!!!

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0ACB4124h
Access violation, operation: read, address: 00000040h
Call path not available.
Code bytes (0ACB4124h):
0ACB40E4h: 8B 91 90 0C 00 00 89 15 DC 68 D1 0A 8B 81 94 0C
0ACB40F4h: 00 00 A3 EC 68 D1 0A 8B 89 94 0C 00 00 89 0D FC
0ACB4104h: 68 D1 0A 83 C4 08 C3 90 90 90 90 90 55 8B EC 56
0ACB4114h: 64 A1 18 00 00 00 03 05 4C CB D3 0A 8B 00 8B F0
0ACB4124h: 8B 46 40 F6 C4 03 74 36 F6 C4 01 74 24 8B 8E AC
0ACB4134h: 07 00 00 85 C9 B8 02 05 00 00 0F 85 83 00 00 00
0ACB4144h: 89 86 AC 07 00 00 89 86 B0 07 00 00 5E 5D C2 10
0ACB4154h: 00 F6 C4 02 74 08 8B CE FF 96 B4 5E 00 00 8B 55
Stack (0A40FD48h):
0A40FD28h: 7C919B3F 7C97C0D8 7C919AEB 08A99E84
0A40FD38h: 08B98718 0000FFFF 7FFDD000 00255D00
0A40FD48h: 0AEA0080 0A40FE88 0AB293E9 00000000
0A40FD58h: 00000000 00000001 00000001 04010F1B
0A40FD68h: 001B77E0 00197368 0ACD2A24 00010000
0A40FD78h: 00000000 0015C548 00000000 0A40FE50
0A40FD88h: 7C919A9C 5ED00000 0A40FDF6 0040FDF0
0A40FD98h: 0A40FDF0 0A40FDF6 0A40FDF0 7FFD8000
0A40FDA8h: 0A40FE98 7C917326 7C97C0D8 7C917304
0A40FDB8h: 04010F1B 00000004 5ED00000 5EDA2C80
0A40FDC8h: 7C80E5F8 00255E60 0A40FEA0 5ED00000
0A40FDD8h: 00000000 00000014 00000001 00000000
0A40FDE8h: 0015C7D8 00000000 5ED25DF1 67770000
0A40FDF8h: 7465476C 65786950 726F466C 0074616D
0A40FE08h: 7C801BE6 00150000 00000000 7C801BF6
0A40FE18h: 04010F1B 00000000 00000003 010E010C
0A40FE28h: 0019B6D8 00120010 7FFD8C00 000028CC
0A40FE38h: 0A40FDAC 0019B6D8 0A40FF4C 7C90EE18
0A40FE48h: 7C919AF0 FFFFFFFF 7C919AEB 7C919BA0
0A40FE58h: 5ED00000 7FFDE000 00000000 77D4D766
Registers:
EAX: 00000000, EBX: 00000001, ECX: 0AEA0080, EDX: 0AE27020
ESI: 00000000, EDI: 00000001, EBP: 0A40FD4C, ESP: 0A40FD48
Crash location: "iglicd32", loaded at 0AB20000h - 0AD58000h
Symbol: "DrvSetLayerPaletteEntries" (+0018CAE4h)

Loaded modules:
foobar2000 loaded at 00400000h - 0052B000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F4000h
COMCTL32 loaded at 773D0000h - 774D2000h
msvcrt loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4 loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F56000h
USER32 loaded at 77D40000h - 77DD0000h
SHLWAPI loaded at 77F60000h - 77FD6000h
SHELL32 loaded at 7C9C0000h - 7D1D4000h
ole32 loaded at 774E0000h - 7761C000h
shared loaded at 10000000h - 1002A000h
COMDLG32 loaded at 763B0000h - 763F9000h
uxtheme loaded at 5AD70000h - 5ADA8000h
foo_abx loaded at 003C0000h - 003F1000h
foo_albumlist loaded at 00A80000h - 00AEA000h
foo_bubble_coverflow loaded at 00B10000h - 00B99000h
OPENGL32 loaded at 5ED00000h - 5EDCC000h
GLU32 loaded at 68B20000h - 68B40000h
DDRAW loaded at 73760000h - 737A9000h
DCIMAN32 loaded at 73BC0000h - 73BC6000h
gdiplus loaded at 4EC50000h - 4EDF3000h
foo_cdda loaded at 089F0000h - 08A31000h
foo_chronflow loaded at 08A60000h - 08AC1000h
WINMM loaded at 76B40000h - 76B6D000h
OLEAUT32 loaded at 77120000h - 771AC000h
SYNCOR11 loaded at 6BD00000h - 6BD0D000h
foo_converter loaded at 08C70000h - 08CD7000h
foo_dsp_std loaded at 08D00000h - 08D49000h
foo_fileops loaded at 08D70000h - 08DB6000h
foo_freedb2 loaded at 08DE0000h - 08E20000h
foo_input_std loaded at 08E40000h - 08F6D000h
foo_rgscan loaded at 08F90000h - 08FEB000h
foo_uie_albumlist loaded at 09010000h - 09053000h
foo_uie_elplaylist loaded at 09080000h - 090D5000h
foo_uie_graphical_browser loaded at 09100000h - 09194000h
MSIMG32 loaded at 76380000h - 76385000h
IMM32 loaded at 76390000h - 763AD000h
foo_uie_lyrics loaded at 091B0000h - 0920F000h
WININET loaded at 771B0000h - 77256000h
CRYPT32 loaded at 77A80000h - 77B14000h
MSASN1 loaded at 77B20000h - 77B32000h
foo_uie_panel_splitter loaded at 09230000h - 09278000h
foo_uie_playlists_dropdown loaded at 092E0000h - 09319000h
foo_uie_quicksearch loaded at 09320000h - 09366000h
foo_uie_trackinfo loaded at 09380000h - 093AE000h
foo_uie_trackinfo_2 loaded at 093D0000h - 093FE000h
foo_uie_trackinfo_mod loaded at 09420000h - 09476000h
MSVCP80 loaded at 7C420000h - 7C4A7000h
MSVCR80 loaded at 78130000h - 781CB000h
foo_uie_vis_channel_spectrum loaded at 094A0000h - 094DD000h
foo_uie_wsh_panel loaded at 09500000h - 09534000h
foo_ui_columns loaded at 09670000h - 09799000h
foo_ui_std loaded at 097C0000h - 09894000h
foo_unpack loaded at 098D0000h - 098FD000h
foo_winamp_spam loaded at 09920000h - 0993F000h
idmmkb loaded at 09A70000h - 09A77000h
UKHook40 loaded at 09A80000h - 09AB4000h
appHelp loaded at 77B40000h - 77B62000h
CLBCATQ loaded at 76FD0000h - 7704F000h
COMRes loaded at 77050000h - 77115000h
VERSION loaded at 77C00000h - 77C08000h
cscui loaded at 77A20000h - 77A74000h
CSCDLL loaded at 76600000h - 7661D000h
browseui loaded at 75F80000h - 7607C000h
SETUPAPI loaded at 77920000h - 77A13000h
ntshrui loaded at 76990000h - 769B5000h
ATL loaded at 76B20000h - 76B31000h
NETAPI32 loaded at 5B860000h - 5B8B4000h
USERENV loaded at 769C0000h - 76A73000h
LINKINFO loaded at 76980000h - 76988000h
SHDOCVW loaded at 77760000h - 778CC000h
CRYPTUI loaded at 754D0000h - 75550000h
WINTRUST loaded at 76C30000h - 76C5E000h
IMAGEHLP loaded at 76C90000h - 76CB8000h
WLDAP32 loaded at 76F60000h - 76F8C000h
mscms loaded at 73B30000h - 73B44000h
WINSPOOL loaded at 73000000h - 73026000h
icm32 loaded at 66E90000h - 66ED1000h
msscript loaded at 6B980000h - 6B999000h
vbscript loaded at 73300000h - 73367000h
MFC42 loaded at 73DD0000h - 73ECE000h
jscript loaded at 75C50000h - 75CBE000h
xpsp2res loaded at 20000000h - 202C5000h
SXS loaded at 75E90000h - 75F40000h
iglicd32 loaded at 0AB20000h - 0AD58000h
igldev32 loaded at 0ADF0000h - 0AE72000h
DBGHELP loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 0AB293E9h, location: "iglicd32", loaded at 0AB20000h - 0AD58000h
Symbol: "DrvSetLayerPaletteEntries" (+00001DA9h)
Address: 0ACD2A24h, location: "iglicd32", loaded at 0AB20000h - 0AD58000h
Symbol: "DrvSetContext" (+00000284h)
Address: 7C919A9Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+00000330h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 0040FDF0h, location: "foobar2000", loaded at 00400000h - 0052B000h
Address: 7C917326h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrUnloadDll" (+0000019Bh)
Address: 7C97C0D8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C917304h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrUnloadDll" (+00000179h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 7C80E5F8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "DuplicateHandle" (+000005E2h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 5ED25DF1h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglGetPixelFormat" (+00000000h)
Address: 7C801BE6h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LoadLibraryExW" (+000000F5h)
Address: 7C801BF6h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LoadLibraryExW" (+00000105h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C919AF0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+00000384h)
Address: 7C919AEBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "towlower" (+0000037Fh)
Address: 7C919BA0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "LdrGetProcedureAddress" (+00000018h)
Address: 5ED00000h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 77D4D766h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "WindowFromDC" (+0000000Fh)
Address: 5ED19652h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglSwapLayerBuffers" (+000002FDh)
Address: 5EDAC6E0h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Address: 5ED19AADh, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglSwapLayerBuffers" (+00000758h)
Address: 5ED196B3h, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglSwapLayerBuffers" (+0000035Eh)
Address: 5ED19C5Fh, location: "OPENGL32", loaded at 5ED00000h - 5EDCC000h
Symbol: "wglMakeCurrent" (+0000008Ah)
Address: 7C802530h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000000h)
Address: 7C809C28h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "SetEvent" (+00000000h)
Address: 08A74452h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 7C802530h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "WaitForSingleObject" (+00000000h)
Address: 08A966A8h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A761F9h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A76889h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A837FBh, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A852B0h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 08A838A0h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h
Address: 7C80B50Bh, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C8399F3h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "FindAtomW" (+00000094h)
Address: 7C80B518h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 08A83821h, location: "foo_chronflow", loaded at 08A60000h - 08AC1000h

Version info:
foobar2000 v0.9.5.4
UNICODE
Windows 5.1


Additional info:
Graphical Browser rev015 (foo_uie_graphical_browser)
ABX Comparator 1.3.3 (foo_abx)
Lyric Show Panels 0.3.1.1 (foo_uie_lyrics)
File Operations 2.1 (foo_fileops)
CD Audio Decoder 2.1.3 (foo_cdda)
Panel Stack Splitter 0.3.4(alpha) (foo_uie_panel_splitter)
Standard DSP Array 1.0 (foo_dsp_std)
foobar2000 core 0.9.5.4 (Core)
Default User Interface 0.9.5 (foo_ui_std)
Columns UI 0.3 beta 2 preview 11d (foo_ui_columns)
RAR reader 1.1 (foo_unpack)
Album list panel 0.2.3 beta (foo_uie_albumlist)
freedb Tagger 0.6 (foo_freedb2)
ZIP/GZIP reader 1.0 (foo_unpack)
Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown)
Standard Input Array 1.0 (foo_input_std)
Winamp API Emulator 0.90 (foo_winamp_spam)
ELPlaylist 0.4.2.0(beta) (foo_uie_elplaylist)
Track info panel 0.8 (foo_uie_trackinfo)
Channel Spectrum panel 0.17.2 (foo_uie_vis_channel_spectrum)
Chronial's Coverflow 0.3.0 (foo_chronflow)
ReplayGain Scanner 2.0.8 (foo_rgscan)
Track info panel 0.8 (foo_uie_trackinfo_2)
Album List 4.3 (foo_albumlist)
Quick Search Toolbar 2.8l (foo_uie_quicksearch)
WSH Panel (uie) 0.7.2 (foo_uie_wsh_panel)
Converter 1.1.2 (foo_converter)
Cover Flow 0.19 (foo_bubble_coverflow)
Track info panel mod 0.8.0 beta [Jan 5 2007 - 13:36:12] (foo_uie_trackinfo_mod)





thanx to edit your post to replace anchors code /code by codebox /codebox please.

your crash is located in chronflow components, so it seems that your video card is not compliant for this plugin ! try to update your video card drivers to the last ones, btw what is the model of your Video Card ?? does it support OpenGL well? have you installed dependences required by this components (script hosting ... more infos on the link i have given in the components list in the 1st post)



QUOTE(antirockstar @ Jul 12 2008, 12:04) *

1. Everytime i choose an album in coverflow, all songs are selected in the playlist above. How can i turn it off?

2. Is there any way to release the space used by Channel Spectrum Visualizer (disabled that component because of "high" CPU Usage/not needed anyway)?


1. have a look to Chronflow settings, but you'll not find a behaviour to just play the 1st track of the selected album without modifying the active playlist (already requested to Chronial but it doesn't want to add this functionnality!)

2. yes, you just have to mod my config, i'ven't planed to add a such possibility to my config.

regards,
antirockstar
1. Actually, I do want all files of the album to appear in the playlist when I click on an album, but i do not want them to be selected.
2. I'm not into that, but thanks... ;-)
Tjmber
:| I'm using on-board VGA :|...
Intel 82865

All thing is normal when i use foobar v0.9.5.3 :|

P/s: My English is very Bad sad.gif
KaneMT
i have two questions:

1. how is it possible to use those buttons as tabs?
2. when i'm using panel stack splitter & track info mod (with imageabs2()) foobar is crashing. how to use a background picture for track info mod in combination with panel stack splitter?

greetz, kane
Falstaff
QUOTE(Tjmber @ Jul 12 2008, 16:40) *

:| I'm using on-board VGA :|...
Intel 82865

All thing is normal when i use foobar v0.9.5.3 :|

P/s: My English is very Bad sad.gif


think to modify your post with the dump

i think that you can't make Chronflow working, your integrated Video card is to low and can't make it work!

QUOTE(KaneMT @ Jul 12 2008, 16:44) *

i have two questions:

1. how is it possible to use those buttons as tabs?
2. when i'm using panel stack splitter & track info mod (with imageabs2()) foobar is crashing. how to use a background picture for track info mod in combination with panel stack splitter?

greetz, kane


OFF TOPIC, we only talk about IBIZA config here
so please, ask your questions in the Panel Stack Splitter thread...
London Mike
Br3tt, just to let you know that your website is down again, the links don't work sad.gif
Falstaff
QUOTE(London Mike @ Jul 12 2008, 18:54) *

Br3tt, just to let you know that your website is down again, the links don't work sad.gif


refresh your cache, 1st post link for download updated using DeviantArt account this morning.

my account is down.
RADMAN
Where I can get 1.3 version?
Link from first page is broken.
Falstaff
QUOTE(RADMAN @ Jul 12 2008, 22:35) *

Where I can get 1.3 version?
Link from first page is broken.


link fixed, retry.
KaneMT
QUOTE(Falstaff @ Jul 12 2008, 18:50) *

QUOTE(KaneMT @ Jul 12 2008, 16:44) *

i have two questions:

1. how is it possible to use those buttons as tabs?
2. when i'm using panel stack splitter & track info mod (with imageabs2()) foobar is crashing. how to use a background picture for track info mod in combination with panel stack splitter?

greetz, kane


OFF TOPIC, we only talk about IBIZA config here
so please, ask your questions in the Panel Stack Splitter thread...


k, thats right, but thats only true for question number 2...

...so please tell me, how to use images as tabs? foo_uie_tabs isnt able to this?!
Falstaff
QUOTE(KaneMT @ Jul 12 2008, 23:44) *

QUOTE(Falstaff @ Jul 12 2008, 18:50) *

QUOTE(KaneMT @ Jul 12 2008, 16:44) *

i have two questions:

1. how is it possible to use those buttons as tabs?
2. when i'm using panel stack splitter & track info mod (with imageabs2()) foobar is crashing. how to use a background picture for track info mod in combination with panel stack splitter?

greetz, kane


OFF TOPIC, we only talk about IBIZA config here
so please, ask your questions in the Panel Stack Splitter thread...


k, thats right, but thats only true for question number 2...

...so please tell me, how to use images as tabs? foo_uie_tabs isnt able to this?!


true for both dry.gif your are asking to me how to code buttons to use them like tabs, like i have done in ibiza ... it is just buttons that change the attributs hide/show panel in panel Stack splitter. you need to learn syntax of commands/functions available in Panel Stack Splitter (like i have done)

good luck
KaneMT
QUOTE(Falstaff @ Jul 13 2008, 00:07) *

QUOTE(KaneMT @ Jul 12 2008, 23:44) *

QUOTE(Falstaff @ Jul 12 2008, 18:50) *

QUOTE(KaneMT @ Jul 12 2008, 16:44) *

i have two questions:

1. how is it possible to use those buttons as tabs?
2. when i'm using panel stack splitter & track info mod (with imageabs2()) foobar is crashing. how to use a background picture for track info mod in combination with panel stack splitter?

greetz, kane


OFF TOPIC, we only talk about IBIZA config here
so please, ask your questions in the Panel Stack Splitter thread...


k, thats right, but thats only true for question number 2...

...so please tell me, how to use images as tabs? foo_uie_tabs isnt able to this?!


true for both dry.gif your are asking to me how to code buttons to use them like tabs, like i have done in ibiza ... it is just buttons that change the attributs hide/show panel in panel Stack splitter. you need to learn syntax of commands/functions available in Panel Stack Splitter (like i have done)

good luck


thats a short answer which helps me alot. didnt hurt, did it?

thank you!
DAKnn
How about add 4th view of playlist without mirrored coverart ? simply many lines:
artist1 song1 00:00
artist2 song2 00:00
....
plz!! wink.gif
Falstaff
QUOTE(DAKnn @ Jul 15 2008, 17:58) *

How about add 4th view of playlist without mirrored coverart ? simply many lines:
artist1 song1 00:00
artist2 song2 00:00
....
plz!! wink.gif


here is the HOWTO:

IPB Image
DAKnn
QUOTE
here is the HOWTO:..

no! =)
do not changing "mode2" (bt-mode2-off.png) !! ..
need add "mode4" where _simply_ flat playlist without album division
..
in your changes - playlist show:

Artist1---------2000
01. song1 ..... 0:00
02. song2 ..... 0:00
Artist2---------1999
01. song1 ..... 0:00
02. song2 ..... 0:00

need:
01. Artist1 - song1 ..... 0:00
02. Artist1 - song2 ..... 0:00
01. Artist2 - song1 ..... 0:00
02. Artist2 - song2 ..... 0:00

Mode 4 - flat playlist very need to this beautiful skin!! =)
(for big playlist of songs without albums)
Falstaff
QUOTE(DAKnn @ Jul 16 2008, 13:32) *

QUOTE
here is the HOWTO:..

no! =)
do not changing "mode2" (bt-mode2-off.png) !! ..
need add "mode4" where _simply_ flat playlist without album division
..
in your changes - playlist show:

Artist1---------2000
01. song1 ..... 0:00
02. song2 ..... 0:00
Artist2---------1999
01. song1 ..... 0:00
02. song2 ..... 0:00

need:
01. Artist1 - song1 ..... 0:00
02. Artist1 - song2 ..... 0:00
01. Artist2 - song1 ..... 0:00
02. Artist2 - song2 ..... 0:00

Mode 4 - flat playlist very need to this beautiful skin!! =)
(for big playlist of songs without albums)


to remove header, just modify the parameter 'group row' in General Tab, just above the parameter 'min item num' ... put 0 in each fields

you should find this by yourself :/
DAKnn
hmm.. so "mode 4" for all music lovers I should made myself? ну-ну)

edit some parameters not hard for me.. but how about switch between "coverplaylist" (mode2) and flat playlist (mode4) ? (Im stupid)))
Andu
Hi I am using 0.14e and I got a lot of it configured but there are two things that aren't working. On the top right hand there are these 4 buttons to change the views. On the 2nd and 4th one I get blank panels. I am adding some thumbnails to illustrate how it looks.

IPB ImageIPB Image

Edit: Forget about it. I just reloaded the fcl file and it's working just dandy now biggrin.gif
Falstaff
QUOTE(DAKnn @ Jul 16 2008, 18:14) *

hmm.. so "mode 4" for all music lovers I should made myself? ну-ну)

edit some parameters not hard for me.. but how about switch between "coverplaylist" (mode2) and flat playlist (mode4) ? (Im stupid)))


i'd understood ! ... and replied too.

i'll not add many and many modes to be compliant with everybody, choices have to be made, it's done, now you can mod it to fit your needs like i've explained it to u.

QUOTE(Andu @ Jul 16 2008, 18:15) *

Hi I am using 0.14e and I got a lot of it configured but there are two things that aren't working. On the top right hand there are these 4 buttons to change the views. On the 2nd and 4th one I get blank panels. I am adding some thumbnails to illustrate how it looks.

IPB ImageIPB Image

Edit: Forget about it. I just reloaded the fcl file and it's working just dandy now biggrin.gif


huh.gif go to settings of ELPlaylist, turn background color to black, nothing else wink.gif

IPB Image
London Mike
Br3tt, did you see my post in the Chronflow thread about getting the Chronflow cover display back to the alphabetical start point when Foobar is started to match the Playlist and Albumlist? Do you think it would be a good idea so it matches the initial look of Ibiza? Do you think a piece of code could be sent on startup to 're-set' the Chronflow display?
Falstaff
QUOTE(London Mike @ Jul 16 2008, 19:30) *

Br3tt, did you see my post in the Chronial thread about getting the Chronial cover display back to the alphabetical start point when Foobar is started to match the Playlist and Albumlist? Do you think it would be a good idea so it matches the initial look of Ibiza? Do you think a piece of code could be sent on startup to 're-set' the Chronial display?


no way, it's a request to chronflow, and Chronial had replied.
London Mike
It's a shame, it's one of the main annoyances, along with the EL Playlist not having the 'find' facility by typing the first letter

How is 1.5 coming along?
nikolai4ik
QUOTE(Falstaff @ Jul 11 2008, 20:22) *

if artist.jpg is stored in the artist folder that contains too albums subfolder, just affect artist.path variable like this :

$puts(artist.path,$replace(%path%,$directory(%path%,1),,\%filename_ext%,)artist.jpg)

This works great, but in artist browse mode pictures of some artists appear and some not, although they are all called artist.jpg huh.gif
Mattorre
Hello everybody, I discovered foobar and I use the IBIZA skin. But I want to sort my music not by Album but by Date (in the right panel) and I don't know how I can do that. I want to sort by date after album artist then album, discnumber and tracknumber. I look in the playlist setting/general but I don't find how change.

Please help me.
Falstaff
QUOTE(Mattorre @ Jul 17 2008, 19:23) *

Hello everybody, I discovered foobar and I use the IBIZA skin. But I want to sort my music not by Album but by Date (in the right panel) and I don't know how I can do that. I want to sort by date after album artist then album, discnumber and tracknumber. I look in the playlist setting/general but I don't find how change.

Please help me.


huh.gif surprising, it's quite easy to find :

IPB Image

you have to reconsider your search methods tongue.gif

PS: you may have to modify the group format too wink.gif
Mattorre
QUOTE(Falstaff @ Jul 17 2008, 11:52) *

QUOTE(Mattorre @ Jul 17 2008, 19:23) *

Hello everybody, I discovered foobar and I use the IBIZA skin. But I want to sort my music not by Album but by Date (in the right panel) and I don't know how I can do that. I want to sort by date after album artist then album, discnumber and tracknumber. I look in the playlist setting/general but I don't find how change.

Please help me.


huh.gif surprising, it's quite easy to find :

IPB Image

you have to reconsider your search methods tongue.gif

PS: you may have to modify the group format too wink.gif


I try to change this box and I put %date% | %album artist% | %album% | %discnumber% | %tracknumber%

But I don't see a modification
DemonCleaner
hi-- maybe im blind but i cant seem to find the image14.7z file containing the ibiza14e.fcl file. I've downloaded and installed a fresh version of fb2k, and I downloaded all the components in your 'full pack for lazy dudes' from your deviant art site. Can you help me get the ibiza14e.fcl file? thanks
spider3
Its there

IPB Image

http://www.speedyshare.com/332429913.html just fcl file
Mattorre
Sorry, it is good, it works. To sort by date put %date% | %album% | %discnumber% | %tracknumber%.
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.