Skip to main content

Notice

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

[Not My Release] Library Tree

Reply #100
The stack trace. That said, the associated .dmp file could say more.
Full-quoting makes you scroll past the same junk over and over.


[Not My Release] Library Tree

Reply #102
Here I report some sorting problem with the library tree.
Actually, I report this problem in other thread 'Xchange v3' because I use 'Xchange v3' theme with my foobar.
Please refer to http://www.hydrogenaudio.org/forums/index....st&p=650267

When I use the library tree version 'v0.3.2.5b', the above strange sorting happens for some of my cue files.
So, I tried to change the library tree component with the stable version v0.3.1.1.
And, I found that the weird sorting problem disappears.

So, I guess that there is some problem with the v0.3.2.5b in the sorting function for cue files.

I hope that the developer of this nice component can fix this problem in the next update.

[Not My Release] Library Tree

Reply #103
Is there any way I can get it to remeber the state in which I left it in when closing foobar? eg, not always start with every view collapised?

[Not My Release] Library Tree

Reply #104
@ssenna

Is it be possible to make %<artist>% also available for $nowplaying{}. It would be much appreciated. 

[Not My Release] Library Tree

Reply #105
@Ssenna:

are there any plans for:

- adding option for vertical item padding
- option to hide horizontal (maybe also vertical) scroll bar
- more options for color customization: e.g. background color for selected items instead of the ugly windows thing (best would be a plain square to the whole width of the panel starting from the first letter of item)
- option to hide the expand/collapse arrow
- save state when closing foobar

?

in other words: options to get rid of most ugly windows things?

[Not My Release] Library Tree

Reply #106
Is it be possible to make %<artist>% also available for $nowplaying{}.
it may be possible, but might be difficult. I will add if possible

- adding option for vertical item padding
- option to hide horizontal (maybe also vertical) scroll bar
- more options for color customization: e.g. background color for selected items instead of the ugly windows thing (best would be a plain square to the whole width of the panel starting from the first letter of item)
- option to hide the expand/collapse arrow
- save state when closing foobar
yes (if possible)
yes (if possible)
no
no
no (at least, state of whole tree)

[Not My Release] Library Tree

Reply #107
Thank you ssenna.

I also just noticed a bug. %<album artist>% doesn't work correctly, if only the %artist% field is present.

[Not My Release] Library Tree

Reply #108
yes (if possible)
yes (if possible)
no
no
no (at least, state of whole tree)


anyway, good news! Thank you!

For the save state I can imagine it´s difficult to implement. Maybe only an option to decide, which branches of the tree should be expanded when opening foobar? (for me it´s e.g. that I only use artist extensively)

[Not My Release] Library Tree

Reply #109
Nice Plugin! Just discovered it.

A few questions though:

Is it possible to:

- name a view dynamicaly after the active Playlist?
- highlight the things you select with the view in the playlist automaticly?
- play selected by double-clicking?
- remove selected from active playlist by pressing 'del'?

Thanks in advance!

[Not My Release] Library Tree

Reply #110
hello, i´ve been using this string
Code: [Select]
|
$if(%disc%,CD %disc%)|


in album list panels and it was working ok. when album had two discs, it showed new subitem otherwise it didnt. but sadly it doesnt work here. any help please?
thank you

[Not My Release] Library Tree

Reply #111
Try [\CD %disc%] -the \ creates a new level, and the [] tells it to do so only if %disc% exists.


[Not My Release] Library Tree

Reply #113
Hi!
How to create one library view, provided it be possible, if files to be located on different HD or folders?
for example: to have got media library d:\usr\usr_music\general\, d:\usr\usr_music\classical\, d:\usr\usr_music\jazz\, e:\mmedia\soundtrack\ -> 1view for d:\usr\usr_music\general & e:\mmedia\soundtrack
?

thnx)

[Not My Release] Library Tree

Reply #114
filter query format:

%path% HAS d:\usr\usr_music\general

etc. should do it



 

[Not My Release] Library Tree

Reply #115
I've been scrolling around but i can't seem to find an answer. Is it possible to implement a filter textfield much like the default UI library tree has?

[Not My Release] Library Tree

Reply #116
@Ssenna:

If the remember state option won't be implemented, could we hope for the expand on start option for the Views?
It's not that the state is important, it's the need to expand it each and every time to the most common state that is inconvenient atm.

P.S. It's a pity that other customization options (esp. the selection bg color) is not on your list.

[Not My Release] Library Tree

Reply #117
Here I report some sorting problem with the library tree.
Actually, I report this problem in other thread 'Xchange v3' because I use 'Xchange v3' theme with my foobar.
Please refer to http://www.hydrogenaudio.org/forums/index....st&p=650267

When I use the library tree version 'v0.3.2.5b', the above strange sorting happens for some of my cue files.
So, I tried to change the library tree component with the stable version v0.3.1.1.
And, I found that the weird sorting problem disappears.

So, I guess that there is some problem with the v0.3.2.5b in the sorting function for cue files.

I hope that the developer of this nice component can fix this problem in the next update.


is there anyone who knows the solution for the above problem?
I still have the same problem in the most recent library tree version(V0.3.2.6b).

[Not My Release] Library Tree

Reply #118
is there anyone who knows the solution for the above problem?
I still have the same problem in the most recent library tree version(V0.3.2.6b).


Could you try to clear "Sort format when sending..."  form in a view_setting?

[Not My Release] Library Tree

Reply #119
Thank you, ssena.
With your instruction, I finally solved the problem.

Moderation: Removed useless full quote of the preceding post.

[Not My Release] Library Tree

Reply #120
I wanted to make something like a missing tags submenu and got stuck with this string:

Code: [Select]
$if(%tracknumber%,,Tracknumber Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%replaygain_track_gain%,,Gain Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%date%,,Date Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%album%,,Album Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%title%,,Title Missing\$replace(%relative_path%,\%filename_ext%\,))


There are two (or more) problems with it:

1. %title% displays filename when field is not present.

2. pasting the hole string into the "view format" field
executes one function after another.

How can I do this properly?

[Not My Release] Library Tree

Reply #121
Code: [Select]
$if(%tracknumber%,,Tracknumber Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%replaygain_track_gain%,,Gain Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%date%,,Date Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%album%,,Album Missing\$replace(%relative_path%,\%filename_ext%\,))
$if(%title%,,Title Missing\$replace(%relative_path%,\%filename_ext%\,))


Could someone please point me into the right direction?
I've tried everything but still no luck.

Thx in advance

[Not My Release] Library Tree

Reply #122
$meta(title)
$meta(artist)

actually checks for tags rather than using the various fallback mechanisms.

[Not My Release] Library Tree

Reply #123
thx for your answer to my first problem!
works just fine...

Any ideas for the second one?

Thx again!

[Not My Release] Library Tree

Reply #124
@Ssenna:

I have a few feature requests.

1. Is it possible to add an option to bold the playing playlist. Or have the playing playlist automatically highlighted when its focus changes to another.

2. Have the option to make the Playlist node auto-expand on start-up.

3. Option to sort the playlists in the Playlist node by alphabetical order.