foo_autoplaylist |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
foo_autoplaylist |
Jul 12 2006, 23:15
Post
#26
|
|
|
Group: Members Posts: 177 Joined: 13-December 02 From: USA Member No.: 4068 |
foosion will you be releasing your updated autoplaylsit component with this new beta?
|
|
|
|
Jul 13 2006, 12:42
Post
#27
|
|
![]() Group: FB2K Moderator (Donating) Posts: 4219 Joined: 24-February 03 Member No.: 5153 |
It will be released when it's done.
-------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
Jul 14 2006, 03:45
Post
#28
|
|
|
Group: Members Posts: 177 Joined: 13-December 02 From: USA Member No.: 4068 |
foosion sorry for that I meant to ask if the component will be released when a new version of foobar2000 is released or if it can/will be released separately when you are finished?
This post has been edited by Skates: Jul 14 2006, 03:47 |
|
|
|
Jul 16 2006, 18:32
Post
#29
|
|
|
Group: Members Posts: 25 Joined: 25-June 06 Member No.: 32216 |
foosion, I am wondering whether the implentation of limiting the size of a playlist is going well. (I hope it's not much trouble now (mentioned last in June); I'm itching for a "100 Most Played" autoplaylist.)
This post has been edited by DanDanRevolution: Jul 17 2006, 14:34 |
|
|
|
Jul 21 2006, 07:08
Post
#30
|
|
![]() Group: FB2K Moderator (Donating) Posts: 4219 Joined: 24-February 03 Member No.: 5153 |
what should this help? my configuration is saved but foobar crashes or will be killed on shutdown and after the next start all autoplaylists are away while the rest of foobar looks like everytime and is set to the same parameters like everytime. Before reattaching itself to an existing playlist on startup, the autoplaylist component checks if the playlist name is the one it remembers. I wonder whether you are using this component that messes with the names of playlists based on their contents (foo_playlist_name_enhanced or whatever it is called).
-------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
Jul 21 2006, 08:14
Post
#31
|
|
|
Group: Members Posts: 39 Joined: 11-May 06 From: Jerusalem Member No.: 30672 |
what should this help? my configuration is saved but foobar crashes or will be killed on shutdown and after the next start all autoplaylists are away while the rest of foobar looks like everytime and is set to the same parameters like everytime. Before reattaching itself to an existing playlist on startup, the autoplaylist component checks if the playlist name is the one it remembers. I wonder whether you are using this component that messes with the names of playlists based on their contents (foo_playlist_name_enhanced or whatever it is called).I also have this problem when foobar crash a time by time, and i don't have foo_playlist_name_enhanced installed. |
|
|
|
Jul 24 2006, 05:01
Post
#32
|
|
|
Group: Members Posts: 25 Joined: 25-June 06 Member No.: 32216 |
foosion, I am wondering whether the implentation of limiting the size of a playlist is going well. (I hope it's not much trouble now (mentioned last in June); I'm itching for a "100 Most Played" autoplaylist.) |
|
|
|
Jul 26 2006, 05:29
Post
#33
|
|
![]() Group: Members Posts: 175 Joined: 4-June 05 Member No.: 22520 |
what should this help? my configuration is saved but foobar crashes or will be killed on shutdown and after the next start all autoplaylists are away while the rest of foobar looks like everytime and is set to the same parameters like everytime. Before reattaching itself to an existing playlist on startup, the autoplaylist component checks if the playlist name is the one it remembers. I wonder whether you are using this component that messes with the names of playlists based on their contents (foo_playlist_name_enhanced or whatever it is called).Just wondering, if I do use foo_playlist_name_enhanced, does this mean autoplaylist is incompatible with it? Or is there anything to make autoplaylist remember the 'enhanced' playlist name so rescanning the ML after every restart is unnesscary? Thx |
|
|
|
Jul 29 2006, 06:06
Post
#34
|
|
![]() Group: Members Posts: 64 Joined: 13-March 05 Member No.: 20590 |
Is there a way to use $directory(), $left(), etc. functions in the query? This is the query I can't get it to accept:
NOT $left($directory(%_path%,1),2) HAS "VA" AND %genre% IS "Post-Rock" By the way, this is the most useful plugin for foobar, I can't wait to see it improved... nice work Edit: Nevermind, I saw an earlier post and figured it out, this works: (NOT "[$left($directory(%_path%,1),2)]" IS "VA") AND (the rest of my query) This post has been edited by yatahaze: Jul 29 2006, 06:17 |
|
|
|
Aug 11 2006, 07:51
Post
#35
|
|
![]() Group: Members Posts: 64 Joined: 13-March 05 Member No.: 20590 |
This plugin severely kills my foobar startup time. I have some playlists that query groups of artists, like "artist is blah or artist is blahblah or artist is blarge" in a very large list.
With a fresh install of foobar 0.9.3 along with my current db and no autoplaylist plugin, startup time is 0:04s but when I add the autoplaylist plugin the startup time jumps up to 2m:45s. Any chance the new version will be better at this? This post has been edited by yatahaze: Aug 11 2006, 07:52 |
|
|
|
Aug 11 2006, 08:57
Post
#36
|
|
|
Group: Members Posts: 164 Joined: 8-July 05 Member No.: 23198 |
I'm itching for a "100 Most Played" autoplaylist.) There's an easy way. Go to your main library PL, sort by play count, find the 100th song's play count (=xx). Make an autoplaylist with PLAY_COUNTER GREATER xx. Half-ass. But it works. Depending on how dynamic your listening habit is... This shoud last you about a month or two before having to re-edit it. |
|
|
|
Aug 12 2006, 18:55
Post
#37
|
|
|
Group: Members Posts: 25 Joined: 25-June 06 Member No.: 32216 |
I'm itching for a "100 Most Played" autoplaylist.) There's an easy way. Go to your main library PL, sort by play count, find the 100th song's play count (=xx). Make an autoplaylist with PLAY_COUNTER GREATER xx. Half-ass. But it works. Depending on how dynamic your listening habit is... This shoud last you about a month or two before having to re-edit it. Thanks for the advice, I thought of the same thing. It'd be nice, though, to have that feature, especially for other kinds of statistics. (Say I wanted a sampling of songs that are rated 5. I'd want a limit of 100, RATING EQUALS 5, and sorted randomly.) That feature would give us more options/control. |
|
|
|
Aug 20 2006, 08:38
Post
#38
|
|
![]() Group: Members Posts: 64 Joined: 13-March 05 Member No.: 20590 |
I've found a bug... if you use a lot of really big autoplaylists (I think I'm the only one) the shutdown time takes a lot longer, and if you force the program to close (windows automatically does this during shutdown) there is roughly an 80% chance that a whole bunch or maybe all of your autoplaylists will disappear. It's happened to me twice now.
|
|
|
|
Oct 31 2006, 21:02
Post
#39
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
Is it possible to sort recursive? F.ex. Sort by %artist% then by %year% ?
Are there any documentation on the syntax other than just the lousy help button? And... still 1.0 - Any progress on the "new" version? -------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Jul 23 2007, 06:20
Post
#40
|
|
|
Group: Members Posts: 964 Joined: 10-June 06 Member No.: 31716 |
I was bored so I've written a little at the wiki.
@odyssey: You can check it out if you haven't found the answer to your question about sorting. PS: Please check what I wrote as maybe there're mistakes in it. This post has been edited by thuan: Jul 23 2007, 09:46 |
|
|
|
Nov 8 2007, 07:44
Post
#41
|
|
|
Group: Members Posts: 255 Joined: 17-January 07 From: New Zealand Member No.: 39740 |
Feature request:
As you develop the new version, any chance of adding access to tags from the now playing track? Then we could have autoplaylists with e.g.: tracks in the same album, by the same artist etc. etc. |
|
|
|
Nov 8 2007, 12:12
Post
#42
|
|
|
Group: Members Posts: 31 Joined: 14-May 07 Member No.: 43458 |
This component is abandoned. Look here:
http://foobar2000.org/components/index.html |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 07:05 |