IPB

Welcome Guest ( Log In | Register )

10 Pages V  « < 6 7 8 9 10 >  
Reply to this topicStart new topic
[Not My Release] Library Tree
tore
post Mar 2 2010, 08:12
Post #176





Group: Members
Posts: 41
Joined: 6-February 10
Member No.: 77932



QUOTE (2E7AH @ Mar 2 2010, 04:21) *
You can use multivalue field: i.e. I use genre and style, both set in multivalue fields in advanced preferences, then use: %<genre>%\%<style>%

in your example:

genre = Rock; Jazz
style = Jazz-rock Fusion


This seems to create a new level alongside jazz and rock called "Rock; Jazz" with Jazz-rock fusion under it rather than placing it under Rock and Jazz. sad.gif
Go to the top of the page
+Quote Post
2E7AH
post Mar 2 2010, 08:22
Post #177





Group: Validating
Posts: 2424
Joined: 21-May 08
Member No.: 53675



it works well for a long time, try harder
look additionally here i.e.: http://wiki.hydrogenaudio.org/index.php?ti...25.3Cname.3E.25

correct your tags accordingly, as this is one of the purposes of multivalue tags

and I assume you have splitted your tags (right-click in properties and select "split values") after adding them as multivalue fields in advanced preferences

This post has been edited by 2E7AH: Mar 2 2010, 08:25
Go to the top of the page
+Quote Post
tore
post Mar 2 2010, 08:34
Post #178





Group: Members
Posts: 41
Joined: 6-February 10
Member No.: 77932



Oh right! Splitting them did it! Thanks biggrin.gif
Go to the top of the page
+Quote Post
ssenna
post Mar 10 2010, 13:47
Post #179





Group: Developer
Posts: 86
Joined: 9-January 08
Member No.: 50309



QUOTE (metal_termite @ Feb 25 2010, 03:30) *
QUOTE
%artist% IS $nowplaying{%artist%} AND %rating% GREATER 1

Although this filter seems to work properly, upon loading foobar2000, I receive the following notification in the console when I use that filter: Library Tree : filter error. What's wrong with it and how can I fix it?

Could you try to use double-quotation like "%artist%" IS "$nowplaying{%artist%}" AND %rating% GREATER 1
Go to the top of the page
+Quote Post
2E7AH
post Mar 10 2010, 18:24
Post #180





Group: Validating
Posts: 2424
Joined: 21-May 08
Member No.: 53675



some issues:

- it seems that undo/redo isn't working correctly with library tree: it's either gray when using auto-send or it behaves wrongly - like if I press undo it undos something else than previous playlist contents
- when you directly right click on a node, the node isn't selected thou context menu is reflecting it
- strange issue that I can't replicate if I try but if happens from time to time and I think it has something to do with drag&drop: library tree freezes although other foobar panels works fine (even I can switch tabs and library tree is in one of the tabs) and it stays that way for some time - sometimes very long and sometimes couple of seconds, and once or twice foobar crashed in this state and I submitted the crash. I think that I used drag&drop before something like this occurs
Go to the top of the page
+Quote Post
metal_termite
post Mar 10 2010, 20:06
Post #181





Group: Members
Posts: 538
Joined: 10-July 04
Member No.: 15248



QUOTE (ssenna @ Mar 10 2010, 08:47) *
Could you try to use double-quotation like "%artist%" IS "$nowplaying{%artist%}" AND %rating% GREATER 1


Thank you. Putting double-quotation marks around every tag field reference in the query solved the problem: "%artist%" IS "$nowplaying{%artist%}" AND "%rating%" GREATER 1
Go to the top of the page
+Quote Post
vogliadicane
post Mar 12 2010, 17:01
Post #182





Group: Members
Posts: 296
Joined: 17-February 09
Member No.: 67105



where is the information stored, if the user has activated or inactivated the search field?

It seems it is not playlist_tree.dll.cfg because when I import this file from another setup the search field is active at startup, no matter what it was on the other setup...
Go to the top of the page
+Quote Post
marc2003
post Mar 12 2010, 17:05
Post #183





Group: Members
Posts: 3335
Joined: 27-January 05
From: England
Member No.: 19379



i'm guessing that'll be in columns UI cfg file. it's a per panel setting....
Go to the top of the page
+Quote Post
vogliadicane
post Mar 12 2010, 17:08
Post #184





Group: Members
Posts: 296
Joined: 17-February 09
Member No.: 67105



hmm, donīt think so, I co-imported the columns cfg too... (together with a complete pack of config files containing also panel stack splitter cfg)

edit: addition

This post has been edited by vogliadicane: Mar 12 2010, 17:10
Go to the top of the page
+Quote Post
marc2003
post Mar 12 2010, 17:15
Post #185





Group: Members
Posts: 3335
Joined: 27-January 05
From: England
Member No.: 19379



i've turned my guess into a confirmation. it works for me. i've tried with the search bar on and off and it remembers my setting. (i've tested by coping my config to a portable install)
Go to the top of the page
+Quote Post
vogliadicane
post Mar 12 2010, 19:54
Post #186





Group: Members
Posts: 296
Joined: 17-February 09
Member No.: 67105



blink.gif thatīs really strange, did the same thing and it does not work for me.

I made a new portable install, started it once, copied all config files to the configuration folder, copied all components, copied all needed image files. Starting foobar, everything is a clone of my config exept this search bar (and btw the settings for a hidden statusbar and toolbar)

whereīs the difference? You are using PSS, too (though, I also copied the config file for PSS)?
Go to the top of the page
+Quote Post
vogliadicane
post Mar 12 2010, 20:19
Post #187





Group: Members
Posts: 296
Joined: 17-February 09
Member No.: 67105



Problem solved. The component of library tree from the source config was older than the one in the destination config, so the newer one did not read the config right.

And, yes you are right, it is saved in foo_ui_columns.dll.cfg. Thanks for your help! biggrin.gif
Go to the top of the page
+Quote Post
marc2003
post Mar 12 2010, 20:37
Post #188





Group: Members
Posts: 3335
Joined: 27-January 05
From: England
Member No.: 19379



just so you know, the PSS .cfg file only stores persistent global variables. all panel layout/settings/scripts are stored in the columns UI .cfg
Go to the top of the page
+Quote Post
vogliadicane
post Mar 12 2010, 22:30
Post #189





Group: Members
Posts: 296
Joined: 17-February 09
Member No.: 67105



ok, thanks, always wondered, whatīs left to save for PSS after most things go to columnsUI...
Go to the top of the page
+Quote Post
Keesface
post Mar 23 2010, 00:01
Post #190





Group: Members
Posts: 96
Joined: 23-November 09
From: The Netherlands
Member No.: 75220



0.4.4. released

QUOTE (google translated changelog)
Delete View Fixed a crash in case. (v0.3.4.4)
Go to the top of the page
+Quote Post
garbanzo.bean
post Apr 26 2010, 05:53
Post #191





Group: Members
Posts: 254
Joined: 25-September 08
Member No.: 58627



whenever i create a new view that goes deeper than a single node, everything gets sorted in reverse alphabetical order.

$swapprefix(%album artist%) starts the list with A
$swapprefix(%album artist%) | %album% starts the list with Z

but the final node in each view is always sorted properly.

how can i fix this?
Go to the top of the page
+Quote Post
WilB
post Apr 26 2010, 12:32
Post #192





Group: Members
Posts: 215
Joined: 20-July 06
Member No.: 33113



$swapprefix(%album artist%)\%album% works for me.

Quote from foo_uie_library_tree.txt:

"You can specify how to split nodes by using "\" and "|".
The previous nodes to "\" are sorted with ascending order.
The other side, the pevious nodes to "|" are sorted with decending order."

This post has been edited by WilB: Apr 26 2010, 12:47
Go to the top of the page
+Quote Post
garbanzo.bean
post Apr 26 2010, 12:46
Post #193





Group: Members
Posts: 254
Joined: 25-September 08
Member No.: 58627



yes that sorted it for me. very strange...

thanks!
Go to the top of the page
+Quote Post
2E7AH
post May 25 2010, 07:20
Post #194





Group: Validating
Posts: 2424
Joined: 21-May 08
Member No.: 53675



@ssenna: Can you please extend interaction with Active playlist nodes?



- sending to playlist actions are not available
- double clicking doesn't do anything (except if last item node is double-clicked it starts playing, and if that node isn't track it plays some random track, strange): maybe it could select filtered tracks in active playlist
+ what we have right now is that we can use drag&drop, but: we can't use d&d outside active playlist if Playlists branch isn't visible - component panel doesn't auto-scroll if we reach screen edges, or if it isn't expanded - dropping on Playlist branch doesn't auto-expand it nodes
Go to the top of the page
+Quote Post
garbanzo.bean
post Jun 2 2010, 06:24
Post #195





Group: Members
Posts: 254
Joined: 25-September 08
Member No.: 58627



is it possible to make conditional nodes in Library Tree?

i tried the following to only show disc # nodes if a disc number is present, but it doesn't work...

CODE
$swapprefix(%<album artist>%) \ %release type% \ '['%date%'] '%album% [\ %disc number%[: %disc name%]]


Go to the top of the page
+Quote Post
marc2003
post Jun 2 2010, 07:30
Post #196





Group: Members
Posts: 3335
Joined: 27-January 05
From: England
Member No.: 19379



are your files really tagged with "%disc number%"? (normally it doesn't contain a space)
Go to the top of the page
+Quote Post
Lucky Luciano
post Jun 30 2010, 08:27
Post #197





Group: Members
Posts: 66
Joined: 14-May 07
From: Bucharest.ro
Member No.: 43463



Thanks for this component! Would it be possible to create the option to have a different font color depending on the tree level or the view format?

This post has been edited by Lucky Luciano: Jun 30 2010, 08:28
Go to the top of the page
+Quote Post
2E7AH
post Jul 14 2010, 16:05
Post #198





Group: Validating
Posts: 2424
Joined: 21-May 08
Member No.: 53675



ssenna, can views related to $nowplaying() be under their own root node?
If user has many filters related to nowplaying item, main Library tree is inaccessible until all $nowplaying() filters are processed

This post has been edited by 2E7AH: Jul 14 2010, 16:06
Go to the top of the page
+Quote Post
orchid
post Nov 26 2010, 16:20
Post #199





Group: Members
Posts: 102
Joined: 5-December 06
Member No.: 38397



Hey ssenna, are you still developing this? If so, I'd like to request an option to keep the trees expanded / remember old positions. Also to a lesser extent, option to remove the Windows visual style border from selected item.

Thanks! Loving your components.
Go to the top of the page
+Quote Post
orchid
post Nov 28 2010, 16:33
Post #200





Group: Members
Posts: 102
Joined: 5-December 06
Member No.: 38397



Sorry can't edit previous post. Another request: item counts for (auto)playlists.
Go to the top of the page
+Quote Post

10 Pages V  « < 6 7 8 9 10 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 18th June 2013 - 06:52