Help - Search - Members - Calendar
Full Version: Facets [2008-02-25]
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9
armin
bug report: shift+doubleclick restarts the current song.

My double-click action is set to "Add to the Current Playlist".
If I select one item in facets, then hold shift and double-click on another item (to add a group of items to the current playlist) it restarts the currently playing song. This does not happen when i use ctrl to select each item individually and then ctrl+doubleclick the last one.
Mar2zz
$caps($left($stripprefix(%album artist%),1))

This facet shows in case of a multivalue artist field both artists.

For example, Raising Sand by Robert Plant and Alison Kraus shows Alison under R too. Is there a way to prevent Alison being filed under R?
nautis
I think I've encountered a bug. When I select an artist all of the songs for that artist do not appear. However, when I switch back to the the default playlist, the songs are there. Does anyone know what would cause this? I'm using Foobar 0.9.5.4 and the latest version of Facets.

BTW, thanks to the author. If I can get this working it will be perfect.

Edit: I think this is caused when a genre is not assigned to a song. Can someone confirm?
vigylant
Yea, you need to make a custom thingy tongue.gif

$if2(%genre%,No Genre)

You should do this for all the fields you are using, and yea, it seems like a bug.
hariskar
When I send the mp3s of a CD in a playlist, songs are sorted alphabetically and not by CD order (Track No). So I have to click allways to click on Track No to be ordered how they should. Any solution for that?
Thank you!
hesher
Hi, Bug? Known Issue?:

If I choose to add the "Total Size" statistic and then sort by it then items who have the "GB" unit will sort before most of the "MB" unit because their number is lower.
Just an idea - the number displayed and the one by which the column is sorted by should probably be separate...

Thanks.
Frank Bicking
QUOTE(hesher @ Jul 21 2008, 13:39) *
the number displayed and the one by which the column is sorted by should probably be separate...

They are seperate. It works exactly as it should for me, do you have a screenshot that demonstates your problem?
flakpt
Hello, Frank.

Just posting here to congratulate you on the amazing job you did with Facets. I'm a long time lurker here, but never really got into foobar. The new DefaultUI with this component made me definitely let go and jump in the foobar wagon.

Good job, keep it up. smile.gif
Fractal_Mortality
Is it possible for the "Facet Selection" playlist to not always take focus away from the current playlist if I have another playlist open?
tpijag
QUOTE(Fractal_Mortality @ Aug 5 2008, 11:54) *

Is it possible for the "Facet Selection" playlist to not always take focus away from the current playlist if I have another playlist open?


Possible solution:

Preferences>Facets>Events>Selection Change = None

terry
Fractal_Mortality
But there's no way to still have a selection playlist, and NOT have it take focus?
Scidd0w
Is this component still under active development? It's been really quiet the last few months... I'm asking because I'm missing some of the new features of the newer foobar versions.
Like editing of autoplaylist queries for example, and the ability to use the 'Library Viewer Selection' playlist.
For the rest thank you very much for this plugin. I'm using it as much as I use foobar2000 on a daily base smile.gif
foorious
Facets is still under dev, but maybe not under "active dev" as you would say, as Frank has stated he currently doesn't have much time for this AFAIK. Let's hope it changes soon, since there has been nothing new since Feb. 25. Facets definitely deserves an update with some minor improvements.

And BTW I have one question for Frank : as mentioned here, it looks like color and tab rendering is planned for dev in foobar's playlist view. Is there a chance that Facets will also support color rendering one day ?

No need to say this would be quite useful. Just an example - I'd like this simple code to work in Facets prefs :

Name : Album & Codec
Pattern : $if($stricmp(%__encoding%,lossless),$rgb(255,0,0)%album%$rgb(),$rgb(0,255,0)%album%$rgb())


This would allow for lossless albums to be immediately distinguished from others, thus eliminating the need for an additional "Codec" column. But it needs color rendering. Frank, what's your position on this ? Thanks.
vigylant
foorious: I agree with you, its also needed for the normal playlist view smile.gif

edit: $rgb works just fine in the facets...
_oao
QUOTE(vigylant @ Aug 11 2008, 14:21) *
$rgb works just fine in the facets...

Yes, it works!!! biggrin.gif

QUOTE
No need to say this would be quite useful. Just an example - I'd like this simple code to work in Facets prefs :

Name : Album & Codec

Pattern : $if($stricmp(%__encoding%,lossless),$rgb(255,0,0)%album%$rgb(),$rgb(0,255,0)%album%$rgb())

Thanks for the cool script! biggrin.gif

PS: The only thing that i'm really missing in Facets is an update to the Rating Statistics Column, currently it doesn't work with ratings from the Playback Statistics Component... sad.gif
smkk
Sweet, never knew $srgb worked in facets, so many new possibilities. =)

Anyway, there's one thing driving me mad in facets. It's a little hard to explain though.
E.g. select the artist on the top and then hold ctrl and click on the 4th artist, it will select the 1st and the 4th artist. So far so good. But if you select the first artist and then -scroll down- and press ctrl in order to select another artist it will make the column suddenly scroll up to the top and you have to scroll down once more to finally select the desired artist. Same goes for shift. Really annoying. :/
foorious
I never knew $rgb worked either ! blink.gif This opens a new world of possibilities...

I had always thought $rgb was some 'core' fb2k function that had been disabled in 0.9.5, and that 3rd-party components like Facets just couldn't use it till it was implemented again...

All right, let's try this ! cool.gif


EDIT - it works... almost, but there seems to be some problems. huh.gif

I've tried this simple code for the "album" column : $if($stricmp(%__encoding%,lossy),$rgb(255,128,0),$rgb(128,255,0))%album%$rgb()

It seems to work, but two things happen to my surprise :
1. All the album titles beginning with '[' or '(' (e.g. '[Single] Title') are simply not taken into account by Facets : they stick to the default color regardless of the used codec. Can this be considered as a bug or a glitch ?
2. The album column sorting method is affected : no matter what I do, all lossless albums are listed first, then only all lossy albums. I would have expected all albums to be listed alphabetically, regardless if they are lossless or lossy (of course we're talking albums that are either totally lossless or totally lossy, not mixed lossless/lossy albums). If I remove the $rgb part of the code, the sorting method becomes normal again.

Can somebody explain this ?


EDIT 2 - problems 1. and 2. remain exactly the same if I use the "title" column. How bizarre !
vigylant
Hmm, two $rgb's doesnt work??

$rgb(255,0,0)$substr(%directoryname%,1,3)$rgb(0,0,0)$substr(%directoryname%,4,10)
Just returns the first 3 letters in red of the directory name, not the last part...
start78
One tiny request:

Can you make the settings for "Double-click action" look like the ones for the album list?

In album list prefs it's called "Send to Current Playlist",
in facets prefs it's called "Send to the current playlist".

Nothing serious...
foorious
@vigylant : you are right ! even with a simpler code, this doesn't work :
$rgb(255,0,0)TEST1$rgb()TEST2
TEST1 appears in red as expected, but TEST2 also appears in red instead of the default color...

Same thing for this codes :
$rgb(255,0,0)TEST1$rgb()$rgb(0,255,0)TEST2$rgb()
$rgb(255,0,0)TEST1$rgb(0,255,0)TEST2
In both cases TEST1 appears in red as expected, but TEST2 doesn't appear at all...

I hope Frank soon'll come across all this and will give us some explanation. That would be great. smile.gif
Frank Bicking
QUOTE(foorious @ Aug 11 2008, 12:47) *
(...) as mentioned here, it looks like color and tab rendering is planned for dev in foobar's playlist view.

First of all, please note that the pinned topic contains proposals, it is not a todo list.

As far as I can tell, support for setting colors in the playlist view using $rgb() is unlikely, because it would not match well with different color schemes. You would have to rewrite your column patterns each time you change global colors, which would also complicate the distribution of theme files among other users.

What might work would be a solution that enables switching to the highlight color or to dim certain parts of the text, although if it were to be implemented for the playlist view, I could imagine that this may not necessarily be configureable through title formatting, but rather as a per-column setting such as the alignment. Again, this is just my personal opinion and should not be taken as a statement by the developer.

Now regarding facets, the fact that $rgb() appears to work to a certain extent is an unfortunate side-effect (you may also call it a bug) of dimming text in brackets. I have yet to decide whether I should fix the mentioned problems or completely remove support for $rgb() for the reasons stated above. In general, I remain open to whatever solution might be chosen for the playlist view.

QUOTE(start78 @ Aug 13 2008, 08:37) *
In album list prefs it's called "Send to Current Playlist",
in facets prefs it's called "Send to the current playlist".

In this case, I consider the album list as inconsistent with the rest of foobar2000 and the recommendation to use sentence-style capitalization as of Windows Vista.
foorious
Thanks Frank, everything is very clear now.

Regarding $rgb and the color schemes, maybe the foobar developers could consider a simple preference like this one :
Prefs > Display > DUI > Colors and Fonts > "Allow $rgb to override default colors" (checkbox unchecked by default).
Could this solve the problem ? For most users it would allow them to stick with the default colors and exchange theme files. For some users, it would allow them to check the box and get the best out of their interface, by having a global color scheme that could be overriden by the use of $rgb in some chosen columns.

Same thing for Facets : Prefs > Media Library > Facets > "Allow $rgb to override default colors" (checkbox unchecked by default) (unless Facets can stick directly to global prefs, that would be even simpler).

I hope my position is consistent with the planned future of foobar : to simplify the user experience (e.g. default colors) while allowing some users to customize things within the DUI (to a certain extent) without having to set up a more complicated interface like CUI. smile.gif

Regarding the Playlist View in particular, one could easily imagine the possibilities if the use of $rgb was allowed. Same thing for Facets : for example, currently I have to set up 3 different columns in one single facet to get the info I want : Date / Album / Codec. With $rgb I could use only 2 columns : Date / Album, the Codec being defined by the $rgb color. That would be awesome if it was possible. Thanks for considering it.
kruji
hi. i am looking for an way to focus the facets' search field by a keyboard shortcut. but i can not find any action in the shortcuts-menu (preferences) which would set the mouse focus on the search field. is there any solution? thanks
Frank Bicking
QUOTE(foorious @ Aug 14 2008, 00:40) *
Regarding $rgb and the color schemes, maybe the foobar developers could consider a simple preference like this one :
Prefs > Display > DUI > Colors and Fonts > "Allow $rgb to override default colors" (checkbox unchecked by default).
For some users, it would allow them to check the box and get the best out of their interface, (...)

Those users are likely to get asked for their theme files, so that is not really a solution.

QUOTE(kruji @ Aug 14 2008, 21:01) *
hi. i am looking for an way to focus the facets' search field by a keyboard shortcut.

Not possible yet.
Kaysat
Is it possible for "Facets" to ignore "excluded filetypes" according to what I have set in the "General" preferences?
ATM I have the cue and the respective file in my library.
Thank you.
foorious
QUOTE(Frank Bicking @ Aug 14 2008, 13:24) *
Those users are likely to get asked for their theme files, so that is not really a solution.

You are right of course. But since those users are presumably experienced users, they are expected to reply "here's my theme file, but be warned that you'll get everything except the color tweaking because it needs some titleformatting". Or even better, "here's my theme file, and here are also my titleformatting strings for those who'll want also the color tweaking".

Let's try to sum this up !

Case 1 : $rgb is supported
- experienced users -> nice themes + color tweaking
- other users -> nice themes with no color tweaking, OR nice themes + color tweaking if the strings are shared

Case 2 : $rgb remains unsupported
- experienced users -> nice themes with no color tweaking
- other users -> nice themes with no color tweaking

Case 1 looks better to me, and yet DUI remains simple for everyone... unsure.gif

Sorry for going off-topic here : I don't want to enter a debate about this since you and the devs probably know better than anyone what is good and what isn't. I just wanted to give my opinion and maybe give some food for thought. Thanks again. smile.gif
Yirkha
Note that changing colors or font style using title formatting has also other undesirable consequences. For example, because the real text content can contain invisible formatting codes, it is not possible to simply sort a list (facet, playlist, ...) by that content. You have noticed this behavior yourself:
QUOTE(foorious)
2. The album column sorting method is affected : no matter what I do, all lossless albums are listed first, then only all lossy albums. [...] If I remove the $rgb part of the code, the sorting method becomes normal again.
vigylant
QUOTE(foorious @ Aug 14 2008, 23:47) *

Case 1 : $rgb is supported
- experienced users -> nice themes + color tweaking
- other users -> nice themes with no color tweaking, OR nice themes + color tweaking if the strings are shared

I really agree with you, i mean, its not a very imposing change, and like quoted, it wouldnt be a problem for other people if the $rgb strings were included smile.gif

And what Frank said about that you had to change all your rgb tags when you change your color scheme...

- It wouldnt be a problem if you save your theme files, assuming that the $rgb's are included
- No offense, but who does really care? I would rather have support for it, and a little work when changing color scheme (which doesnt happen very often) wouldnt matter smile.gif

Just my opinion wink.gif
foorious
QUOTE(Yirkha @ Aug 14 2008, 16:10) *
Note that changing colors or font style using title formatting has also other undesirable consequences. For example, because the real text content can contain invisible formatting codes, it is not possible to simply sort a list (facet, playlist, ...) by that content. You have noticed this behavior yourself

Of course Yirkha, and foobar's excellent developers will be so much better than us at finding solutions for this problem smile.gif (because I guess there certainly are solutions). One potential solution - probably easier said than done, I am not a dev myself ! - could be, when interpreting titleformatting code within the text strings, to be able to output two different string types :
- String type 1 : totally interpreted (like today)
- String type 2 : partially interpreted, with all invisible formatting codes eliminated
This way, String type 1 could be used by all display functions, while String type 2 could be used by all sorting functions.

E.g. : initial text string = "$upper(text1)[invisible code]$upper(text2)[/invisible code]", with the invisible code handling for example blue color and italic font type
=> String type 1 = "TEXT1TEXT2" (what we want to display - all codes have been interpreted)
=> String type 2 = "TEXT1TEXT2" (what we want to sort - all invisible codes have been eliminated)

But since I'm probably wrong and foobar probably doesn't work this way, let's just forget about this. tongue.gif
Stefand
QUOTE(Frank Bicking @ Aug 14 2008, 20:24) *

QUOTE(foorious @ Aug 14 2008, 00:40) *
Regarding $rgb and the color schemes, maybe the foobar developers could consider a simple preference like this one :
Prefs > Display > DUI > Colors and Fonts > "Allow $rgb to override default colors" (checkbox unchecked by default).
For some users, it would allow them to check the box and get the best out of their interface, (...)

Those users are likely to get asked for their theme files, so that is not really a solution.

QUOTE(kruji @ Aug 14 2008, 21:01) *
hi. i am looking for an way to focus the facets' search field by a keyboard shortcut.

Not possible yet.

If you use AutoHotkey, you can easily assign a hotkey to perform a mouseclick in the search field.
I use AutoHotkey to navigate with the cursor-keys of my Asus R2H through the Facets UI.

Unfortunately, I have encountered two small issues: when I use TAB to jump to the next Facet, it does not always highlight the entry it's using. This occurs when you jump to a Facet with no current entry selected. It seems like the first entry (All...) is selected, but it isn't highlighted.

I have one question: is it possible to disable the "All ..." entry on top of each list?

Cheers! Stefan.
Xezzy
Hi!
Dont know if it was requested before, but I cant see this feature in 'roadmap' so I'll just ask :]
My config is very straightforward, so I dont like having 3 or more facets, instead I would like to 'scroll' one existing facet to another one (after selection). Pretty much like in iPod.

edit: there is similar request: "Folder structure view: browse subfolder contents inside of the same facet.", but I would extend this for genre/artist/album/track browsing.
Caleb
Does Facets have problems with media library sizes larger (or equal) to 1TB?

IPB Image
IPB Image

My media library is around 1TB.....
TimR
I'm new to Foobar in general and Facets in particular - so apologies if these are idiot questions. But firstly I must say I'm really impressed and having great fun "playing" with these products

1. Is it possible to set the colours of Facets separately from the general Foobar colour options?

2. Is it possible to have a Facet that shows individual composers when the composer ID3 tag has multiple composer names separated by semicolons?

Many thanks to anyone who can help
ojdo
QUOTE(TimR @ Sep 26 2008, 10:37) *
1. Is it possible to set the colours of Facets separately from the general Foobar colour options?

I don't think so. I think the idea of the default user interface is to have a consistent look (and colour) in the whole application.
QUOTE
2. Is it possible to have a Facet that shows individual composers when the composer ID3 tag has multiple composer names separated by semicolons?

Yes, that's easily possible: Just use
CODE
%<artist>%

with the fieldname you would like to split. (Usually that's "artist", "genre", "style" and perhaps "album artist".)
TimR
Ojdo - many thanks - just what I needed
prayerslayer
Hi!

Facets is a totally awesome plugin for fb2k, thanks!

But I think there is still something to improve. I've read this thread and the manual of Facets and couldn't find such a feature request or point on the roadmap.
See, I use Facets just to display my folder structure (<starting letter>/<artist>/<year> [<catalog#>] <album>/<track#>. <track>), therefore I have 3 Facets. One for the starting letter, one for the artist and the last one for the album. The problem is that my folder structure is not completely perfect, not having every file placed in an album-folder.

For example:

-A
--A Perfect Circle
----2000 Mer De Noms
----2003 Thirteenth Step
--AC-DC
----1986 Who Made Who
--Alphaville - Big In Japan.mp3
-B
--Babyshambles
--Bad Company
----2003 Shot Down On Safari
----some.track.mp3
--Bad Religion

and so on.

In fb2k with Facets it's - as far as I know - not possible to display just those swirling files as long as they are in the first (starting letter) level, because Facets searches for the files RECURSIVELY - tracks in the second (artist) level can be displayed through not selecting any album, but tracks in album-folders are still shown too. Generally this is not a bad behaviour, but nevertheless I have to ask:

What about implementing an option e.g. "Search Folder recursively" (yes/no) for every Facet? That would solve my problem (unless there is another solution I don't know, if so: please forgive me and I will never bother you again!).

tia
ojdo
QUOTE(prayerslayer @ Sep 29 2008, 23:04) *
The problem is that my folder structure is not completely perfect, not having every file placed in an album-folder.


Are the files tagged thouroughly? If then, you might consider to move from the directory-based approach towards setting Facets up using only the files tags. Then the location in the file system is of less importance:

1. Initial Letter
CODE
$left(%album artist%,1)


2. Album artist
CODE
%album artist%


3. Album
One or more columns
CODE
%album%


This way the location is not important for a files position in your facet as long as album and artist are correct.

HTH
ojdo
prayerslayer
QUOTE(ojdo @ Sep 29 2008, 17:07) *

Are the files tagged thouroughly?


No, especially the files not in any album-folder aren't. The problem with these files is that they often have no album tag, e.g. because it's just one song from an artist in the 60s. Tagging all these files correctly would be more work than moving them in directories.

I will give it a try though... Thank you!
ojdo
QUOTE(prayerslayer @ Sep 30 2008, 08:17) *

The problem with these files is that they often have no album tag,

If artist is correct at least, you could compensate for this by using something like
CODE
$if2(%album%,<None>)

which would summarize the tracks without album tag of an artist in an item named "<None>".

On the long run, there is no alternative to thoroughly tag your files...
prayerslayer
QUOTE(ojdo @ Sep 30 2008, 01:50) *
On the long run, there is no alternative to thoroughly tag your files...


The workaround "using the tags" doesn't work, due to the incomplete tags (e.g. different folders for 'A' and 'a').

I see it now... There is no other way. Should not last too long with foo_discogs.

Thank you anyway smile.gif

Edit: WAIT! There is one more thing: In my folder structure, artists who start with a number are collected in the folder "0-9". Is there a way to do the same with Facets and tags?
Edit2: One more. There is no way to see collections (e.g. Hits 2008) in the way I like (C->Collections->*)...

I think my folder structure is just too mixed up, I surrender sad.gif
starchaos
Just wanting to drop in and thank you for making this plugin! smile.gif
aliumalik
I don't know if it has been requested before or not but it would be nice if the facets plugin remembered the scrollbar position from the last session so that when I restart foobar the artist/album etc I had selected is still in view
skelly831
QUOTE(Xezzy @ Sep 17 2008, 02:46) *
...I would like to 'scroll' one existing facet to another one (after selection). Pretty much like in iPod.

edit: there is similar request: "Folder structure view: browse subfolder contents inside of the same facet.", but I would extend this for genre/artist/album/track browsing.

I just saw the undecided features list on Frank's site and that one in particular caught my eye, then I came here to see if it had been discussed recently. An iPod is exactly what came to mind when I read the part about browsing in the same facet, having the lists slide sideways inside the same panel would be a very elegant and space-saving feature.

I hope you don't decide to reject this idea, Frank smile.gif

Edit: cleaned up the quote.
q-stankovic
I don't think that Frank meant an iPod-like browsing as he put "Folder structure view: browse subfolder contents inside of the same facet." on the list of undecided fetures. When i read that i was thinking of an treeview inside of a facet wich displays the directories. But maybe i am wrong?
skelly831
q-stankovic, yes, that was just my first impression of what that feature could be like. But I don't think Frank meant "browse subfolder contents inside of the same facet" to be the same as "tree view", he would have just said so in the feature description. I could be wrong though smile.gif
Dremora
When I right-click any item in Facets and select "Remove dead entries", foobar 0.9.6 beta 1 crashes (due to this function missing from the new beta).
TomBarlow
Giving DUI a spin, I'm really liking it and facets. One slightly nit-picky thing I've noticed is a black border around the facets that isn't around the playlist, although I just realised I have a custom theme and it doesn't show up on other screenshots, so there's probably not much incentive to do anything about it! Can provide a screenshot if you like...

Another thing I find pretty annoying is that space is reserved for some other function in facets, which means I can't play or pause with the space bar when a facet is focused... this is almost a deal breaker for me as it's what I nearly always use to play or pause! Wouldn't it be better to handle this by setting it under Prefs>Keyboard Shortcuts? Else what's the point of having Prefs>Keyboard Shortcuts?! Hmm I will have to hope for different behaviour in a future version...

cheers,
Tom.
Mar2zz
Frank,
can you please update facets so it's searchbox can create autoplaylists that also can be changed/tuned later when rightclicking them?

I created a layout with only facets as a libraryviewer, but had to add database search for this function. I'd like to see facets having this function too. It's the greatest!

PS: Will it ever become part of the default installer? I think it should, it makes foobar an audioplayer even 65+ people can use easily. (my wife can, so I know...)
tg2k3
Facets is the most useful fb2k component ever made, at least in my personal opinion smile.gif

That's why i would extremely appreciate if the author would recompile the plugin with the new fb2k SDK. Since i updated to fb2k 0.9.6 beta 4 i am experiencing weird behaviour, as for example that facets lists me 2 albums of an artist searching for the artist name in the facet search bar. using the media library search, however, i find 3 albums of that artist (which is the correct result).
this happens to me quite often now and kind of makes facets unusable. but i seriously don't want to live without that component. so please please please please please, do something about it smile.gif
MuseFan
Hello smile.gif

I already mentioned it in the foobar 0.9.6 beta 4 topic, but since I wasn't able to find the error back in the last 6-7 pages, I thought it would be useful to make a note of it here too. Now, with codebox tags biggrin.gif

So, wanted to let you know, I ran into the following error (foobar freezed immediately and shut itself down), when I was trying to manually remove dead entries in the facets list.

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 004A4D47h
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop=>main_thread_callback::callback_run
Code bytes (004A4D47h):
004A4D07h: DF 00 00 00 76 03 33 C0 C3 33 C0 40 C3 8B C1 E8
004A4D17h: B3 FF FF FF 84 C0 75 1C 83 F9 08 74 17 83 F9 0D
004A4D27h: 74 12 83 F9 2D 74 0D 83 F9 20 76 05 83 F9 30 72
004A4D37h: 03 33 C0 C3 33 C0 40 C3 8B C1 8B 48 04 FF 70 08
004A4D47h: 8B 11 FF 52 0C C3 56 8D 77 04 8D 44 24 08 C7 07
004A4D57h: 90 8A 4E 00 E8 8E 2C FA FF 8B 4C 24 08 8B 44 24
004A4D67h: 0C 89 47 08 5E 85 C9 74 04 8B 01 FF 10 8B C7 C2
004A4D77h: 08 00 B8 EA 18 4C 00 E8 B5 B1 01 00 51 51 53 56
Stack (0012FBDCh):
0012FBBCh: 00000000 00000000 00000000 00000000
0012FBCCh: 00000000 00000000 00000000 00000000
0012FBDCh: 00000001 0043B07C 0012FCB8 0043B1D2
0012FBECh: 00000000 004DF9B4 04AD9538 00080131
0012FBFCh: 00000000 00000000 746B0E71 00000000
0012FC0Ch: 7FFDF000 004166F2 00000001 045E4310
0012FC1Ch: 00000000 00000001 004DC4C4 0012FC34
0012FC2Ch: 00000013 00506A74 00000000 0012FCD4
0012FC3Ch: 004C2574 00000002 0012FC50 0043B1F1
0012FC4Ch: 00000000 0012FC7C 7E398724 000B07F8
0012FC5Ch: 00000400 00000000 00000000 0043B1D2
0012FC6Ch: DCBAABCD 00000000 0012FCB8 0043B1D2
0012FC7Ch: 0012FCE4 7E398806 0043B1D2 000B07F8
0012FC8Ch: 00000400 00000000 00000000 0012FD70
0012FC9Ch: 0012FD68 00812A50 00000014 00000001
0012FCACh: 00000000 00000000 00000010 00000000
0012FCBCh: 7E3C0477 00000001 00000000 00000000
0012FCCCh: 0012FC98 0012F800 0012FD34 7E3C0477
0012FCDCh: 7E398820 00000000 0012FD44 7E3989BD
0012FCECh: 00000000 0043B1D2 000B07F8 00000400
Registers:
EAX: 04AD9538, EBX: 00000000, ECX: 00000000, EDX: 00000001
ESI: 00506A74, EDI: 00503650, EBP: 0012FC44, ESP: 0012FBDC
Crash location: "foobar2000", loaded at 00400000h - 00539000h

Loaded modules:
foobar2000 loaded at 00400000h - 00539000h
ntdll loaded at 7C900000h - 7C9B6000h
kernel32 loaded at 7C800000h - 7C8FF000h
COMCTL32 loaded at 77390000h - 77493000h
msvcrt loaded at 77BE0000h - 77C38000h
ADVAPI32 loaded at 77F40000h - 77FEB000h
RPCRT4 loaded at 77DA0000h - 77E31000h
GDI32 loaded at 77E40000h - 77E87000h
USER32 loaded at 7E390000h - 7E421000h
SHLWAPI loaded at 77E90000h - 77F06000h
SHELL32 loaded at 7C9C0000h - 7D1E1000h
ole32 loaded at 774A0000h - 775DD000h
shared loaded at 10000000h - 1002A000h
UxTheme loaded at 5B190000h - 5B1C8000h
COMDLG32 loaded at 76350000h - 7639A000h
IMM32 loaded at 76330000h - 7634D000h
avgrsstx loaded at 00380000h - 00385000h
MSCTF loaded at 746A0000h - 746EB000h
msctfime loaded at 75250000h - 7527E000h
foo_audioscrobbler loaded at 00AB0000h - 00AE1000h
WS2_32 loaded at 71A30000h - 71A47000h
WS2HELP loaded at 71A20000h - 71A28000h
foo_cdda loaded at 00B50000h - 00B91000h
foo_rgscan loaded at 00BC0000h - 00C1B000h
foo_input_std loaded at 00C40000h - 00D79000h
foo_freedb2 loaded at 00DA0000h - 00DE0000h
foo_converter loaded at 00E00000h - 00E6C000h
foo_albumlist loaded at 00E90000h - 00EFB000h
foo_input_monkey loaded at 00F20000h - 00F65000h
foo_playcount loaded at 00F90000h - 00FB9000h
foo_facets loaded at 00FE0000h - 01061000h
OLEAUT32 loaded at 770E0000h - 7716B000h
MSIMG32 loaded at 76320000h - 76325000h
foo_abx loaded at 01090000h - 010C1000h
foo_fileops loaded at 010F0000h - 01136000h
foo_texttools loaded at 01160000h - 01194000h
foo_dsp_std loaded at 011C0000h - 01208000h
foo_ui_std loaded at 01230000h - 01304000h
gdiplus loaded at 4EB80000h - 4ED23000h
foo_unpack loaded at 01340000h - 0136D000h
foo_discogs loaded at 01390000h - 01431000h
WINMM loaded at 76AF0000h - 76B1E000h
netapi32 loaded at 6FF20000h - 6FF75000h
appHelp loaded at 77B00000h - 77B22000h
CLBCATQ loaded at 76F90000h - 7700F000h
COMRes loaded at 77010000h - 770DD000h
VERSION loaded at 77BD0000h - 77BD8000h
ieframe loaded at 448B0000h - 44E7B000h
PSAPI loaded at 76BB0000h - 76BBB000h
iertutil loaded at 44350000h - 44395000h
GRA8E1~1 loaded at 661C0000h - 663DD000h
GrooveUtil loaded at 68EF0000h - 68FE1000h
WININET loaded at 445D0000h - 4469F000h
Normaliz loaded at 01AF0000h - 01AF9000h
CRYPT32 loaded at 77A40000h - 77AD5000h
MSASN1 loaded at 77AE0000h - 77AF2000h
MSVCR80 loaded at 78130000h - 781CB000h
GrooveNew loaded at 68FF0000h - 68FF7000h
ATL80 loaded at 7C630000h - 7C64B000h
rsaenh loaded at 0FFD0000h - 0FFF8000h
GR99D3~1 loaded at 65E30000h - 65E67000h
urlmon loaded at 446B0000h - 447D5000h
msxml3 loaded at 74900000h - 74A13000h
SETUPAPI loaded at 778E0000h - 779D7000h
Secur32 loaded at 77F10000h - 77F21000h
xpsp2res loaded at 20000000h - 202D5000h
harpoon loaded at 09620000h - 0962E000h
browseui loaded at 75F20000h - 7601D000h
DSOUND loaded at 73E80000h - 73EDC000h
wdmaud loaded at 72C90000h - 72C99000h
WINTRUST loaded at 76BF0000h - 76C1E000h
IMAGEHLP loaded at 76C50000h - 76C78000h
msacm32 loaded at 72C80000h - 72C88000h
MSACM32 loaded at 77BB0000h - 77BC5000h
midimap loaded at 77BA0000h - 77BA7000h
KsUser loaded at 73E50000h - 73E54000h
mswsock loaded at 719D0000h - 71A10000h
DNSAPI loaded at 76EE0000h - 76F07000h
winrnr loaded at 76F70000h - 76F78000h
WLDAP32 loaded at 76F20000h - 76F4D000h
mdnsNSP loaded at 16080000h - 16099000h
Iphlpapi loaded at 76D20000h - 76D39000h
rasadhlp loaded at 76F80000h - 76F86000h
hnetcfg loaded at 61200000h - 61259000h
wshtcpip loaded at 71A10000h - 71A18000h
shdocvw loaded at 77720000h - 77890000h
CRYPTUI loaded at 76880000h - 76904000h
cscui loaded at 779E0000h - 77A36000h
CSCDLL loaded at 765A0000h - 765BD000h
LINKINFO loaded at 76930000h - 76938000h
ntshrui loaded at 76940000h - 76966000h
ATL loaded at 76AD0000h - 76AE1000h
USERENV loaded at 76970000h - 76A24000h
MPR loaded at 71AA0000h - 71AB2000h
drprov loaded at 75F00000h - 75F07000h
ntlanman loaded at 71BA0000h - 71BAE000h
NETUI0 loaded at 71C60000h - 71C77000h
NETUI1 loaded at 71C20000h - 71C60000h
NETRAP loaded at 71C10000h - 71C17000h
SAMLIB loaded at 71B80000h - 71B93000h
davclnt loaded at 75F10000h - 75F19000h
RARfsClientNP loaded at 0AE30000h - 0AE44000h
portabledeviceapi loaded at 10930000h - 10979000h
MSGINA loaded at 75910000h - 75A08000h
WINSTA loaded at 76300000h - 76310000h
ODBC32 loaded at 745D0000h - 7460D000h
odbcint loaded at 0B0B0000h - 0B0C8000h
sti loaded at 73B10000h - 73B23000h
CFGMGR32 loaded at 74A60000h - 74A67000h
fsshext.8.5.1302.1018 loaded at 5A500000h - 5A550000h
DBGHELP loaded at 59E70000h - 59F11000h

Stack dump analysis:
Address: 0043B07Ch, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0043B1D2h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004DF9B4h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 746B0E71h, location: "MSCTF", loaded at 746A0000h - 746EB000h
Symbol: "TF_UninitSystem" (+00000A08h)
Address: 004166F2h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004DC4C4h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00506A74h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004C2574h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0043B1F1h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 7E398724h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "GetDC" (+0000006Dh)
Address: 0043B1D2h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0043B1D2h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 7E398806h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "GetDC" (+0000014Fh)
Address: 0043B1D2h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 7E3C0477h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E3C0477h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E398820h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "GetDC" (+00000169h)
Address: 7E3989BDh, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 0043B1D2h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 7E39DAD2h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "DestroyWindow" (+00000000h)
Address: 012967F3h, location: "foo_ui_std", loaded at 01230000h - 01304000h
Address: 7E3C0477h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E3989E0h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 7E398A00h, location: "USER32", loaded at 7E390000h - 7E421000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 00438B1Ah, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 1000258Fh, location: "shared", loaded at 10000000h - 1002A000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000C8h)
Address: 0139DAD2h, location: "foo_discogs", loaded at 01390000h - 01431000h
Address: 004395F8h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004D8E08h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004D8E08h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004D8DECh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004E8CC8h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "strchr" (+00000117h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004B58F3h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AFF80h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004B58F3h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004B3D48h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 1000258Fh, location: "shared", loaded at 10000000h - 1002A000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000C8h)
Address: 004DF518h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004CA0CEh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004DF518h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0043983Ah, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AE141h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AE13Bh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004D0B64h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004CEE50h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AFF80h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AE13Bh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AE14Fh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004CEE50h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004CA2ACh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004AFB6Ah, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00EBE40Ch, location: "foo_albumlist", loaded at 00E90000h - 00EFB000h
Address: 004B7D86h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00EBE40Ch, location: "foo_albumlist", loaded at 00E90000h - 00EFB000h
Address: 004AFF80h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 7C816FF7h, location: "kernel32", loaded at 7C800000h - 7C8FF000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 00EBE40Ch, location: "foo_albumlist", loaded at 00E90000h - 00EFB000h
Address: 7C839A30h, location: "kernel32", loaded at 7C800000h - 7C8FF000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C817000h, location: "kernel32", loaded at 7C800000h - 7C8FF000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004AFBD5h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00380078h, location: "avgrsstx", loaded at 00380000h - 00385000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00380078h, location: "avgrsstx", loaded at 00380000h - 00385000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004D002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00380078h, location: "avgrsstx", loaded at 00380000h - 00385000h
Address: 00500069h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00380078h, location: "avgrsstx", loaded at 00380000h - 00385000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004D002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00380078h, location: "avgrsstx", loaded at 00380000h - 00385000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0052002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 0052002Eh, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 00539000h
Address: 00380078h, location: "avgrsstx", loaded at 00380000h - 00385000h

Version info:
foobar2000 v0.9.6 beta 4
UNICODE
Windows 5.1


Additional info:
Album List 4.3 (foo_albumlist)
Text Tools 1.0 (foo_texttools)
RAR reader 1.1 (foo_unpack)
Audioscrobbler 2.3.1 (foo_audioscrobbler)
Discogs Tagger 1.12 (foo_discogs)
File Operations 2.1.1 (foo_fileops)
ABX Comparator 1.3.3 (foo_abx)
Default User Interface 0.9.5 (foo_ui_std)
ZIP/GZIP reader 1.0 (foo_unpack)
Facets 2008-02-25 (foo_facets)
Converter 1.2 (foo_converter)
ReplayGain Scanner 2.0.8 (foo_rgscan)
Standard Input Array 1.0 (foo_input_std)
Standard DSP Array 1.0 (foo_dsp_std)
freedb Tagger 0.6 (foo_freedb2)
foobar2000 core 0.9.6 beta 4 (Core)
Monkey's Audio Decoder 2.1.3 (foo_input_monkey)
CD Audio Decoder 2.1.3 (foo_cdda)
Playback Statistics 2.1.3 (foo_playcount)


Hope you can help me out here smile.gif
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.