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 714667 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_playlist_tree

Reply #1150
Quote
' date='Apr 21 2006, 02:02 PM' post='384834']
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...


Yes, Track Finder is in this DLL.  I had thought about releasing it as its own component, but it uses a lot of the same code that they might as well both be together.

Until I get a toggle in there, you can always click on a playlist tab and select track finder to do navigate all the entries in the playlist.
There used to be a link to my website here.

foo_playlist_tree

Reply #1151
I'm having some issues with drag and drop locking up fb2k.  Is anyone having similar issues? 

I'm having a hard time figuring out what the problem is because it works fine when i run it under visual studio, but then conks out when running standalone.
There used to be a link to my website here.

foo_playlist_tree

Reply #1152
I'm having some issues with drag and drop locking up fb2k.  Is anyone having similar issues? 

I'm having a hard time figuring out what the problem is because it works fine when i run it under visual studio, but then conks out when running standalone.

Drag and drop from what?  I drag all my audio files to playlists before playing them / converting them.  I have browser and playlist tree installed, but only use playlist tree. And it's not set up to my preferences, yet.

By the way, the reason I wanted a toggle was to set up a keyboard shortcut to quickly navigate to a track.. say f4, which could pop a fast list to find a track, quickly.

foo_playlist_tree

Reply #1153
Just realised that using $replace(%_path%,E:\soundtracks\,,\,|) as a query does not work perfectly. I thought it was ok until i saw that in the "Soundtracks" folder created there was also "E:" with all its content inside....

Does someone knows how to get rid of it?

foo_playlist_tree

Reply #1154
I was successfully running 2.0.3 yesterday, and I installed 2.0.3b today and I cannot get any of my queries to show any results.  I am running windows 2000.  Is there a new setting that I am missing?

I fixed the problem?  I had to re-enable show root and then quiery results showed up.

foo_playlist_tree

Reply #1155
Hi!!I'm italian and my english is very bad!!I have this problem when I has install this plugin in my foo2k(version 0.9):
When I go with the mouse on "album list" and click with the right button and go to  "track finder.." the program crash and appear this message on my blocknotes:

Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0176E440h
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop=>contextmenu_item_node::execute
This is the first crash logged by this instance.
Code bytes (0176E440h):
0176E400h:  FF FF 8B 54 24 2C C6 44 24 1C 01 8B 4C 24 10 8B
0176E410h:  01 8B 40 0C 52 8D 54 24 10 52 FF D0 C6 44 24 1C
0176E420h:  00 8B 4C 24 10 85 C9 88 44 24 24 74 06 8B 11 8B
0176E430h:  02 FF D0 80 7C 24 24 00 6A 00 74 44 8B 4C 24 2C
0176E440h:  8B 55 00 8B 52 10 8D 44 24 10 50 57 51 8B CD FF
0176E450h:  D2 C7 44 24 1C FF FF FF FF 8B 4C 24 0C 85 C9 0F
0176E460h:  B6 F0 74 06 8B 01 8B 10 FF D2 8B C6 8B 4C 24 14
0176E470h:  64 89 0D 00 00 00 00 59 5E 5D 83 C4 14 C2 0C 00
Stack (0012F310h):

etc. etc.

What is my error?

foo_playlist_tree

Reply #1156
Is there a way to restore the old tree that I had with 1.7.x? Because I haven't found a way to import the tree from the .col yet.

foo_playlist_tree

Reply #1157
Is there a way to restore the old tree that I had with 1.7.x? Because I haven't found a way to import the tree from the .col yet.


No, I have not included any way to import collections from 1.7.x.

It would be possible to write a small program possibly in perl or emacs lisp program to convert them, but I do not plan to support the old file format in 2.x.x natively because that file format was a hack to support files that I had created in another tool and was not very robust.

If anyone with programming experience would like to take a stab at it, i can furnish code in C to read the old format and to write the new format.
There used to be a link to my website here.

foo_playlist_tree

Reply #1158
I have a bug to report with Trackfinder.. If you try to use it on a large group of files (2000+), it crashes foobar after a few seconds, and makes the system unresponsive.  Maybe you have a memory leak or something, but I didn't see resources go up in the taskman.  A solution would be to check how many files are listed, and cut the number to a lower one prior to listing.

foo_playlist_tree

Reply #1159
I am having a problem, and I have a suggestion.

First, the problem.  I cannot get my tree to save and restore and have to re-load my pts file each time I re-start foobar.  I have removed the tree and re-added it.  I then exit foobar, and it asks me to save the restore file which I do.  I then restart foobar, and the tree does not re-load my restore file.

Second, it would be great if you could include in the playlist tree choices which show up on either the main or context menu options for button configuration to close all open nodes.  This way a user could bind this command to a button which would be convenient way to close all open nodes.

foo_playlist_tree

Reply #1160
Quote
' date='Apr 26 2006, 12:19 PM' post='386562']
I have a bug to report with Trackfinder.. If you try to use it on a large group of files (2000+), it crashes foobar after a few seconds, and makes the system unresponsive.  Maybe you have a memory leak or something, but I didn't see resources go up in the taskman.  A solution would be to check how many files are listed, and cut the number to a lower one prior to listing.


There is a limit to the number of items that you can add to the internal menu stucture in windows, and its exceeding that and crashing.  Is it actually crashing foobar2000 or is it just causing it be unresponsive for a long time?  I've not seen it actually crash myself, but i have seen it take a long time to try to generate the menu structure, then fail to actually be able to show the menu.  When this happens there should be an error message on the console.

I plan to add a variable that controls the maximum number of tracks for which track finder will work

First, the problem.  I cannot get my tree to save and restore and have to re-load my pts file each time I re-start foobar.  I have removed the tree and re-added it.  I then exit foobar, and it asks me to save the restore file which I do.  I then restart foobar, and the tree does not re-load my restore file.


Try setting the auto save/restore file before you exit.  Right click on any empty space in the panel and select one of the first 2 options.
There used to be a link to my website here.

 

foo_playlist_tree

Reply #1161
Hi all,
I used to play with playlist tree on the 0.83 version of foobar.
I'm testing the 0.9 because now playlist tree is implemented .
But it seems very different for the qweries :
label : @format<@quote<@playing<%artist%>>>
query : artist IS @playing<%artist%>
format : '@icon<1>'['['%date%']'] %album%|$num(%tracknumber%,2)  %title%

does not seem to work anymore !
what must in change ?
any examples somewhere ?
thanls a lot and thank you for this great extension which is a must have.

foo_playlist_tree

Reply #1162
Hi all,
I used to play with playlist tree on the 0.83 version of foobar.
I'm testing the 0.9 because now playlist tree is implemented .
But it seems very different for the qweries :
label : @format<@quote<@playing<%artist%>>>
query : artist IS @playing<%artist%>
format : '@icon<1>'['['%date%']'] %album%|$num(%tracknumber%,2)  %title%

does not seem to work anymore !
what must in change ?
any examples somewhere ?
thanls a lot and thank you for this great extension which is a must have.


http://foobar.bowron.us/using_refresh.png
There used to be a link to my website here.

foo_playlist_tree

Reply #1163
i hqve a problem using $replace(%_path%,E:\soundtracks\,,\,|) as a query, it does not work as i thought it would. I saw that in the "Soundtracks" folder created there was also "E:" with all its content inside....

I dont really understand why, does someone see anything that could help me. I tried a lot of things like using substring or right without success

foo_playlist_tree

Reply #1164
i hqve a problem using $replace(%_path%,E:\soundtracks\,,\,|) as a query, it does not work as i thought it would. I saw that in the "Soundtracks" folder created there was also "E:" with all its content inside....

I dont really understand why, does someone see anything that could help me. I tried a lot of things like using substring or right without success


You are replacing "E:\soundtracks" but the actual files are apparently "E:\Soundtracks".  Its a case sensitivity issue.  Try using $replace($lower(%_path%)...
There used to be a link to my website here.

foo_playlist_tree

Reply #1165
You are replacing "E:\soundtracks" but the actual files are apparently "E:\Soundtracks".  Its a case sensitivity issue.  Try using $replace($lower(%_path%)...

I am not sure(i am at work ...) that  its "E:\Soundtracks" so i ll try it this evening. from now on i ll use $replace($lower(%_path%)

Thanks for your quick answer cwbowron 

foo_playlist_tree

Reply #1166
After verification, the problem is still there. it was not a problem of case.
My request is $replace(%_path%,E:\soundtracks\,,\,|) and the folder exact name is "soundtracks".
I dont understand

foo_playlist_tree

Reply #1167
I just grabbed the plugin an hour or so ago and I absolutely love it.  However, I have a question.

I'm trying to make a set up similar to what a user did with the old version, namely http://img447.imageshack.us/my.php?image=desktop2iv.png

In trying to get the Now Playing: ARTIST folder, I realized that folders don't have the option to be updated whenever a track starts.  So what I've done for now is to make a query with the critera "artist IS aoweifjavjwe", which should never occur.  However, this seems like a hack solution... can I set the source to be none, rather than the database?

Edit: Also, is there a way to check to see if something is playing?  If nothing is playing, my "Now Playing" folders go a bit wonky sometimes.

foo_playlist_tree

Reply #1168
I just grabbed the plugin an hour or so ago and I absolutely love it.  However, I have a question.

I'm trying to make a set up similar to what a user did with the old version, namely http://img447.imageshack.us/my.php?image=desktop2iv.png

In trying to get the Now Playing: ARTIST folder, I realized that folders don't have the option to be updated whenever a track starts.  So what I've done for now is to make a query with the critera "artist IS aoweifjavjwe", which should never occur.  However, this seems like a hack solution... can I set the source to be none, rather than the database?

Edit: Also, is there a way to check to see if something is playing?  If nothing is playing, my "Now Playing" folders go a bit wonky sometimes.



The answer to your question is about four posts above.  http://www.hydrogenaudio.org/forums/index....ndpost&p=386591

foo_playlist_tree

Reply #1169

I just grabbed the plugin an hour or so ago and I absolutely love it.  However, I have a question.

I'm trying to make a set up similar to what a user did with the old version, namely http://img447.imageshack.us/my.php?image=desktop2iv.png

In trying to get the Now Playing: ARTIST folder, I realized that folders don't have the option to be updated whenever a track starts.  So what I've done for now is to make a query with the critera "artist IS aoweifjavjwe", which should never occur.  However, this seems like a hack solution... can I set the source to be none, rather than the database?

Edit: Also, is there a way to check to see if something is playing?  If nothing is playing, my "Now Playing" folders go a bit wonky sometimes.



The answer to your question is about four posts above.  http://www.hydrogenaudio.org/forums/index....ndpost&p=386591


Thanks for reading what I wrote!

Seriously though, anyone know what I can do about this?  I can post specifically what I'm using for my 4 queries, or take screens if necessary.

Edit: Now I'm also having another problem.  As the screenshot I linked to indictates, I have a Now Playing folder with a few subfolders.  Well, sometimes when the artist changes, and sometimes when just the song changes, everything below the main "Now Playing: ARTIST" folder disspears and I have to reload.  This is probably linked to the general saving error that's happening, but I tried the solution that was posted earlier and while that saves my config in between foobar loads, it doesn't when the query updates when a new song loads.  Could this be because I'm using a query that updates on new song loads that has subqueries?

Edit: Just confirmed that if I switch to a field that doesn't update everytime the artist changes that the subqueries aren't deleted every time.  If my problem isn't clear, I can post screens, or someone can hit me up on AIM, my SN is Fitret.

foo_playlist_tree

Reply #1170
Release 2.0.5 for use with ColumnsUI 0.1.3 beta 1
There used to be a link to my website here.

foo_playlist_tree

Reply #1171
Release 2.0.5 for use with ColumnsUI 0.1.3 beta 1

That was not a long wait!!! 

EDIT: i still have the problem with $replace(%_path%,E:\bands\,,\,|) which shows also E: (not due to case); anyone see a reason or another way to do it?

foo_playlist_tree

Reply #1172
One another thing is that i am trying to make a more from... request.
it works perfeclty except that the label is @format<$playing('%artist%')>.
When i open that query the playlist name is "@format<$playing('%artist%')>@refresh"
is it possible for it to be the value of %artist%?(library playlist name is %_name%)

foo_playlist_tree

Reply #1173
Hi, One thing that i don't know how to do:
- a querie with the top 150 most played songs
- one with the last payed songs

Ooups, it's 2 queries...
Tks for help.

Re oups : one more quesiton.
I have songs with multiple genres (Jeff Mills in Electronique and Techno) and i would like to create a querie sorting artists by genre.
If a do this, Jeff Mills is no more in Electonique or Techno, he is classified in Electronique, Tecnho.
Is there a way for classify him in both genres or (if not possible) in the first one ?