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: foo_playlist_tree (Read 712028 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

foo_playlist_tree

Reply #1125
- i was wondering if it was possible to create dynamic playlist name when left clicking on a folder in playlist tree panel.


It is not possible with the latest release, but the in next version this will be possible by using %_name% as the library playlist name.

Quote
- i would like to have queries that does exactly the same as album list panel by directory structure view.how can i do that?


This might be similar:


you could also use $replace(%_path%,\,|) as the format to get the complete path information.
There used to be a link to my website here.

foo_playlist_tree

Reply #1126
It is not possible with the latest release, but the in next version this will be possible by using %_name% as the library playlist name.


Huge, really looking forward to it
This might be similar:


you could also use $replace(%_path%,\,|) as the format to get the complete path information.

This is a solution but it doesnt work when on my HD i have something like MArillion/Script For A Jester Tears/Cd1/....

So i could use your second solution which seems good but that way i would have
E
|--bands
  |--Marillion
    |--Script For A Jester
      |--Cd1 .....

and i only would like
|--Marillion
    |--Script For A Jester
      |--Cd1 .....

So i am thinking that i could do something like first remove "E:/bands/" from %_path% and then do $replace(%_path%,\,|). Do you think it could work ?(cannot test right now cause i m at work)

foo_playlist_tree

Reply #1127
So i could use your second solution which seems good but that way i would have
E
|--bands
  |--Marillion
    |--Script For A Jester
      |--Cd1 .....

and i only would like
|--Marillion
    |--Script For A Jester
      |--Cd1 .....

So i am thinking that i could do something like first remove "E:/bands/" from %_path% and then do $replace(%_path%,\,|). Do you think it could work ?(cannot test right now cause i m at work)


Yes, you can use $right() or $substr() to get you the string without E:/Bands in it.  Look at titleformat_help.html in your foobar2000 directory for more info.
There used to be a link to my website here.

foo_playlist_tree

Reply #1128

So i could use your second solution which seems good but that way i would have
E
|--bands
  |--Marillion
    |--Script For A Jester
      |--Cd1 .....

and i only would like
|--Marillion
    |--Script For A Jester
      |--Cd1 .....

So i am thinking that i could do something like first remove "E:/bands/" from %_path% and then do $replace(%_path%,\,|). Do you think it could work ?(cannot test right now cause i m at work)


Yes, you can use $right() or $substr() to get you the string without E:/Bands in it.  Look at titleformat_help.html in your foobar2000 directory for more info.

This is juste great, I had a 5 line long query to simulate a directory structure, now I just have $replace(%_path%,E:\Musique\,,\,|) 

Thank you !

foo_playlist_tree

Reply #1129
Yes, you can use $right() or $substr() to get you the string without E:/Bands in it.  Look at titleformat_help.html in your foobar2000 directory for more info.

Coool, looking forward to test it this evening


This is juste great, I had a 5 line long query to simulate a directory structure, now I just have $replace(%_path%,E:\Musique\,,\,|) 

Thank you !

Do not thank me, thanks cwbowron cause he is the one who gave the tip about $replace(%_path%,\,|) 


foo_playlist_tree

Reply #1131
Is it possible to now have two or more playlist tree panels at once?  And if so, can one have two or more playlist tree panels in the sidebar?

foo_playlist_tree

Reply #1132
Is it possible to now have two or more playlist tree panels at once?  And if so, can one have two or more playlist tree panels in the sidebar?


Yep.  Just hold down shift when you select the 2nd or more panel...
There used to be a link to my website here.

foo_playlist_tree

Reply #1133
2.0.3 is out. 

http://foobar.bowron.us/foo_playlist_tree.zip

Changelog:

Quote
*  fixed new folder bug: http://bowron.us/smf/index.php?topic=218.0
    * Enabled "Refresh everytime a new track starts" - For refresh $playing() queries - example
    * Playlist Tree/New playlist names playlist the name of the source node if the contents come from a tree node, "New" otherwise.
    * Search edit box colors are same as trees
    * Added collapse tree option to playlist tree panel menu
    * basic tree search toolbar - uses playlistgen syntax
    * "Redraw Tree" option in playlist tree panel menu - useful if you change default icons
    * @quote tag processing in query format string
    * Option to remove last library playlist on send. Useful when library playlist name has TAGZ
    * Library Playlist name can have tagz
    * Option to activate library playlist when sent to
    * Mouse actions have their own separate configuration page under playlist tree main configuration
    * added middle click, right click and right click + shift options
    * added [local] operations to selection actions and double click actions. Most items in the Playlist Tree main menu and local node context menu can be found under [local]
    * fixed edge styles
    * Main menu options: Selection/foobar2000 context menu and Selection/Local context menu - for your keymapping pleasure
    * case insensitive test for add_child_conditional => query results will be added to nodes in a case insensitive manner.
    * option:
          o Bitmaps: Load Windows Bitmaps - Loads the shell icons
          o Requires restart
          o You will probably need to change your folder, leaf and query icons becuase I load the system icons first because its much easier that way.
There used to be a link to my website here.


foo_playlist_tree

Reply #1135
Tahnk you Thank you cwbowron, this last build is just amazing. And for the shell icons .... just great ....

foo_playlist_tree

Reply #1136
Playlist tree crashes, if bitmaps are enabled and the foobar2000 icon path is wrong (for example because the hardcoded path is different from the actual installation path).

foo_playlist_tree

Reply #1137
2.0.3 working nicley here. glad to see the refresh feature for new tracks. any chance of enter key support?

foo_playlist_tree

Reply #1138
The new version works great. Good Work!

foo_playlist_tree

Reply #1139
I found next bug.

In version for foobar 0.83 I can place tags as %_size_abbr% in Label Query.

Now this work only if I use @format<%_size_abbr%>. but when I place this in Label Query (Name_of_query @format<%_size_abbr%>) and apply changes, then EDIT again I see in Label Query -  "Name_of_query nnK".  This "nnK" is last value %_size_abbr%, but not function call.

foo_playlist_tree

Reply #1140
Release 2.0.3b

    * Fixed crash if icon directory does not exist
    * Fixed preprocessing away @format in query labels
There used to be a link to my website here.

foo_playlist_tree

Reply #1141
deleted.

cwbowron was faster with his new release...

 

foo_playlist_tree

Reply #1142
deleted.

cwbowron was faster with his new release...


BTW, this format seemed to work... you can modify it for your purposes:

@quote<@format<$avg('%_filesize%')>> %album%|[$num(%tracknumber%,2) - ]%title%
There used to be a link to my website here.

foo_playlist_tree

Reply #1143
BTW, this format seemed to work... you can modify it for your purposes:

@quote<@format<$avg('%_filesize%')>> %album%|[$num(%tracknumber%,2) - ]%title%


Great! It works! Thanks for your help.

foo_playlist_tree

Reply #1144
I've seen that there are some tutorials on the web in various languages for non-English speakers.  If you have or know of a good tutorial, please let me know the language and the URL and I will add it to the official homepage.

Thanks
There used to be a link to my website here.

foo_playlist_tree

Reply #1145
maybe i missed something, but there arent any pt-related menus when right-clicking in playlist tree for 0.9, are there? must i really use my shortcuts for it, or is there a way to get back to the old pt-menu?

foo_playlist_tree

Reply #1146
maybe i missed something, but there arent any pt-related menus when right-clicking in playlist tree for 0.9, are there? must i really use my shortcuts for it, or is there a way to get back to the old pt-menu?


middle click or shift+right click in the default setup.
There used to be a link to my website here.


foo_playlist_tree

Reply #1148
Presumably Track Finder is in this DLL ... is there any way a next version could have a toggle for selection / general playlist instead?  I could replace my playlist find with this, easily...

foo_playlist_tree

Reply #1149

- i was wondering if it was possible to create dynamic playlist name when left clicking on a folder in playlist tree panel.


It is not possible with the latest release, but the in next version this will be possible by using %_name% as the library playlist name.

Quote
- i would like to have queries that does exactly the same as album list panel by directory structure view.how can i do that?


This might be similar:

A quick question, can I sort the directory structure as i see in windows explorer?
Just because my folders are chinese and didnt sort like windows
Thanks!