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: Facets (foo_facets) (Read 785372 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Facets (foo_facets)

Reply #325
(excuse me for my English, it is not my native language)
Hello, first I want to say thanks for this nice component that finally allows foobar behave like winamp (which became too slow and fat).
I want to suggest making a fix/option for situation listed below:

When enabling dispay of album art in facets pane, that show only tracks, pane displays album art for each track, even if those tracks are from same album and directory and have same tags.
It looks like this:


It would be nice if there were a check for same album art, so pane won't show additional album arts for song that have same art. Like it this:


Thank you for attention.

Facets (foo_facets)

Reply #326
In the upper screenshot the facets pane (that contains the album art) has "track" as column. Replace the column with album column.

Facets (foo_facets)

Reply #327
Quote
In the upper screenshot the facets pane (that contains the album art) has "track" as column. Replace the column with album column.

Thank you, but I know this. And I have this layout (with album art at "album" section) for now. But I still want to see album art in the "Track" section to be shown normally. The Facets component is very nice replacement of Columns UI and I think fixing this small issue will be another step to victory.

Facets (foo_facets)

Reply #328
if you don't want to see an entry for every track then don't group by track. 

Facets (foo_facets)

Reply #329
Or add to the right of an facets pane that displays covers a further pane that shows the tracks.

Facets (foo_facets)

Reply #330
Still love the facets, one thing i need some support:

I have a TAG with multivalues
I have one column in my facet to filter/split here
I need one column after this, to exclude certain tracks.

Like:
I need all %style% "summer" but without the one which also have %style% "beach".

how can be the pattern for this?

thank you very much!

Facets (foo_facets)

Reply #331
Still love the facets, one thing i need some support:

I have a TAG with multivalues
I have one column in my facet to filter/split here
I need one column after this, to exclude certain tracks.

Like:
I need all %style% "summer" but without the one which also have %style% "beach".

how can be the pattern for this?

thank you very much!


OK, maybe my question is to complicated, i try it more simple:

How can i exclude values instead of include them through a facet panel?

Thank you very much!

 

Facets (foo_facets)

Reply #332
Did you try two facets panes with style tag? In first one you select what you like to have and in second one you deselect what you don't like? Could work?

Facets (foo_facets)

Reply #333
Did you try two facets panes with style tag? In first one you select what you like to have and in second one you deselect what you don't like? Could work?


Thanks Mr. Stankovic, a clever idea. Sometimes it's simple ;-)
It's not 100% ideal, but it works.

I thought i can use a Syntax like
NOT %STYLE% HAS ....
it works in the Toolbar manually but also not as a Filter or a Column ... but i'm not a syntax pro.

Facets (foo_facets)

Reply #334
Hi, i searched but i couldn't really find something:

Preferences > Facets > Library > Default Sort Order

How can i sort descending here?
SORT DESCENDING BY <sort-pattern> is not working

Thank you very much!

Facets (foo_facets)

Reply #335
That field in the facets preferences requires title formating expressions. On the other hand "SORT DESCENDING BY <>" is part of the query syntax. The confusing thing is that the query syntax itself can contain title formatting but vice versa it's not possible.

Generally spoken it is not possible to sort descending via title formatting.

Facets (foo_facets)

Reply #336
That field in the facets preferences requires title formating expressions. On the other hand "SORT DESCENDING BY <>" is part of the query syntax. The confusing thing is that the query syntax itself can contain title formatting but vice versa it's not possible.

Generally spoken it is not possible to sort descending via title formatting.


Thanks mate!

Would be great to have a little checkbox there to set up if the sort should be descending or ascending.
Something for the next update?

Facets (foo_facets)

Reply #337
ok, next (and maybe last)  question:

Is there any way do DESELECT all Tags in all Panes with one action? Or "clear" everything with one action.
Is there a shortcut or any trick i can use?

Specially with long list of tags, it happens that one tag is active by accident but i don't realise because it's scrolled down or so...

Thank you very much!


Facets (foo_facets)

Reply #338
You could select the "all" entry either by mouseclick or ctrl-a

Facets (foo_facets)

Reply #339
Hi, i searched but i couldn't really find something:

Preferences > Facets > Library > Default Sort Order

How can i sort descending here?
SORT DESCENDING BY <sort-pattern> is not working

Thank you very much!


If you are trying to sort descending a numeric field, you can use the sub function to "invert" the field and then sort that ascending.  For example, I use $sub(%date%,9999) to sort descending by year.

Facets (foo_facets)

Reply #340
You could select the "all" entry either by mouseclick or ctrl-a


I know, but how do i Deselect all?
The problem is with "ALL" that Titles without a value in this field will be not listed.
I also thinking about a action that Deselects all in all panes, not just one...
Thanks!

Facets (foo_facets)

Reply #341
Hi, i searched but i couldn't really find something:

Preferences > Facets > Library > Default Sort Order

How can i sort descending here?
SORT DESCENDING BY <sort-pattern> is not working

Thank you very much!


If you are trying to sort descending a numeric field, you can use the sub function to "invert" the field and then sort that ascending.  For example, I use $sub(%date%,9999) to sort descending by year.


Thanks! %date% is simple but for %last_modified% it will be more complex. or how can the value can look like instead of "9999", "9999-99-99 24:00:00" ?

Facets (foo_facets)

Reply #342
How can be the syntax to identify duplicates in my collection for a autoplaylist?

I know the trick to make this in a column, but a autoplaylist would be more comfortable.

Thank you!


Facets (foo_facets)

Reply #343
I use the following code in order to display a language panel & a rating panel.
Code: [Select]
$if(%language%,%language%,Unknown Language)

Code: [Select]
$if(%rating%,$repeat($char(9733),%rating%),Unrated)

However, each time I start Foobar2000. The panels will not display the tags unless I force a "refresh" of the panel by choosing a different tag to filter by such as: artist or album and then re-selecting language or rating.

After some testing, it seems that the filter is still there but it just doesn't display without refreshing the panel because if I dragged inside the "empty" language or rating panel. It can still filter results of the other panels.

Is this a bug? Or am is there something wrong with my code?

The following is a picture of what it looks like when I open Foobar2000. Notice how the two panels on the top left and second from the right does not appear.

Facets (foo_facets)

Reply #344
I am experiencing this crash every time i click over the Autoplaylist(Facets) option in playlist manager and it gives the error:
----Problem caused by: foo_facets.dll : Facets 1.0 Known buggy component
Is this a known bug?

Searched for the issue in this forum but haven't found, so i thought would be of some significance if i post it here.


Edit: using foobar latest beta 5 version with DUI.

Facets (foo_facets)

Reply #345
I'm having some difficulty, I currently tag my music using the discogs tagger which writes a genre (such as "Electronic" for all electronic music) to the GENRE tag, and the style (acid, house, whatever) to the STYLE tag. When I have a column displaying the styles, they appear grouped (lots of my music has different styles so there are multiple tags)



I can't seem to get the tags to display singularly, eg. Abstract just appears once, and all albums tagged as "abstract" appear under that, and all albums that are also tagged as "Drum n Bass" also appear under one Drum n Bass value.

I noted that when moving the style tag over to genre, and seperating the values they appeared as seperated in facets.

Is there a way to fix this without changing my tags (before anyone asks, yes I have set all the styles as split values)

Facets (foo_facets)

Reply #346
I noted that when moving the style tag over to genre, and seperating the values they appeared as seperated in facets.

Is there a way to fix this without changing my tags (before anyone asks, yes I have set all the styles as split values)


Maybee this can help you:
http://wiki.hydrogenaudio.org/index.php?ti...ltivalue_fields

In short: i Thins your Facet setup for Genre is %<Genre>% and your setup for Style is %Style%.
Insteed try %<Style>%

Facets (foo_facets)

Reply #347
I noted that when moving the style tag over to genre, and seperating the values they appeared as seperated in facets.

Is there a way to fix this without changing my tags (before anyone asks, yes I have set all the styles as split values)


Maybee this can help you:
http://wiki.hydrogenaudio.org/index.php?ti...ltivalue_fields


Thanks. I already figured out the solution (it was the to have my tag like %<style>%. Was just coming back to post here now that someone had bumped the thread

Facets (foo_facets)

Reply #348
Hey guys: I also have a multivalue question that I'd love help for. I have a genre pane with the syntax "%<genre>%", and this nicely splits up mutivalues like "folk; rock" into separate entries, but I've also created a subgenre field, formatted "[%<subgenre>%]", but which isn't splitting the entries, so that "piano; cello; orchestral" gives me the entry "piano; cello; orchestral" in the subgenre pane, instead of including the album in each separate category. Can anyone suggest why this column isn't splitting multivalues? I figure it must have something to with being an added field, not default. I notice added fields have "<>" around their names in the Columns preferences... maybe there's some interference here?

Facets (foo_facets)

Reply #349
1. Go to advanced preferences -> display -> properties dialog -> multivalue fields and place there SUBGENRE
2. The content of your SUBGENRE tag still contains only one value. To split the content into multiple values open the properties dialog from context menu, open the context menu from the subgenre field and call "split values ..." tool

Edit

For a better understanding here a simplified explanation

Now you have this inside your subgenre tag:
SUBGENRE = piano; cello; orchestral

after the procedure i described above you will get this in your file:
SUBGENRE = piano
SUBGENRE = cello
SUBGENRE = orchestral
in the properties dialog it will be displayed as "piano; cello; orchestral" whereas the semicolon is not a literal sign from the tags content but (different than before splitting) an visual indicator in the properties dialog to seperate multiple tags!