lav-chan Posted March 24, 2006 Share Posted March 24, 2006 0.9 is totally useless without foo_history. :lame: Link to comment Share on other sites More sharing options...
v0rvii Posted March 24, 2006 Share Posted March 24, 2006 anyone upload foo_albumlist.dll for foobar2k 0.8 please .. thanks :laugh: Link to comment Share on other sites More sharing options...
Shannon Posted March 24, 2006 Share Posted March 24, 2006 Small edit from me. Just waiting now for musicmusic to implement selected frame colour support so I can remove some of these 1px columns! Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted March 24, 2006 Subscriber¹ Share Posted March 24, 2006 Does anyone know if the special installer for 0.8.3 will be back for 0.9.0? I don't want to have to hunt down all of the most commonly used plugins and install them one-by-one. I"d rather just install the "special" installer and be done with it all. I guess over time there will be, but since the SDK has only been released for about a week and there aren't a lot of plugins available just now it would be a bit hard to make a special installer version. It is yea, post the code (for the playlist switcher) you have for it now and I'll change it for you (Y) The code is just the same as the code you posted a few posts back, I just copied and pasted it into my playlist config. Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted March 24, 2006 Subscriber¹ Share Posted March 24, 2006 0.9 is totally useless without foo_history. :lame: You can kinda botch something together by using the autoplaylist plugin for 0.9 combined with the playlist statistics plugin, you will need to sort the autoplaylist with this code $sub(900000000,$add($mul($sub($substr(%last_played%,4,4),5),67108864),$mul($sub($substr(%last_played%,6,7),0),4194304), $mul($sub($substr(%last_played%,9,10),0),131072),$mul($sub($substr(%last_played%,12,13),0),4096), $mul($sub($substr(%last_played%,15,16),0),64),$mul($sub($substr(%last_played%,18,19),0),1))) This will put the last played track at the top of the playlist. You will need to combine the above code into one (knocks the board layout if it's posted as one long peice of code) I know that this doesn't even come close to the history plugin but it's better than nothing. the new foo_playcount is different from the one that is available for 0.83. the new one isn't made by the same author. i hate it. I should have probably looked at the code before I posted, the lastplayed column used firstplayed to workout the date, unfortunately the playstatistics plugin doesn't have this.Oh well, just have to wait till the plugin gets updated. Link to comment Share on other sites More sharing options...
Ambience Posted March 24, 2006 Share Posted March 24, 2006 anyone upload foo_albumlist.dll for foobar2k 0.8 please .. thanks laugh.gif This is for foobar2000 v0.8.3, you can download it here. Link to comment Share on other sites More sharing options...
randomuser532 Posted March 24, 2006 Share Posted March 24, 2006 My first tinkering with .9 and the new color code format...stole Spex04's color scheme, redid the rest. Of course it will only get prettier when more plugins are released. Link to comment Share on other sites More sharing options...
spex04 Posted March 24, 2006 Share Posted March 24, 2006 The code is just the same as the code you posted a few posts back, I just copied and pasted it into my playlist config. In that case, try this: $if($stricmp($left(%title%,1),'-'), $tab()0080fe|b77c1c$if($stricmp(%title%,'- '),,.) $right(%title%,$sub($len(%title%),1)) , $if(%is_playing%,b77c1c|b77c1c ? , › )$replace(%title%, -s-,) $tab() $if(%is_playing%,edca8f|edca8f,bbbbbb|edca8f)'('%size%')' ) Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted March 24, 2006 Subscriber¹ Share Posted March 24, 2006 In that case, try this: $if($stricmp($left(%title%,1),'-'), $tab()0080fe|b77c1c$if($stricmp(%title%,'- '),,.) $right(%title%,$sub($len(%title%),1)) , $if(%is_playing%,b77c1c|b77c1c ? , › )$replace(%title%, -s-,) $tab() $if(%is_playing%,edca8f|edca8f,bbbbbb|edca8f)'('%size%')' ) Excellent, thanks:)) Link to comment Share on other sites More sharing options...
blurp Posted March 24, 2006 Share Posted March 24, 2006 How do I change the buttons in 0.9? Link to comment Share on other sites More sharing options...
sdb815 Posted March 24, 2006 Share Posted March 24, 2006 How are some of you guys getting your album list on the top? I can only get it in the sidebar. :huh: Link to comment Share on other sites More sharing options...
lav-chan Posted March 24, 2006 Share Posted March 24, 2006 You can kinda botch something together by using the autoplaylist plugin for 0.9 ... I know that this doesn't even come close to the history plugin but it's better than nothing. No, i need the play-back functions, like move back/forward in history. 'Previous' and 'Next' are completely useless commands to me if all they do is move sequentially in the play list (since i almost always use shuffle). Link to comment Share on other sites More sharing options...
_R2D2 Posted March 24, 2006 Share Posted March 24, 2006 This is my setup for the moment. Nothing fancy really, but I'm happy with it. It's a shame that autoplaylist isn't out yet though, but I'm happy with the rest of 0.9. Link to comment Share on other sites More sharing options...
mitchmalibu Posted March 24, 2006 Share Posted March 24, 2006 This is my setup for the moment. Nothing fancy really, but I'm happy with it. It's a shame that autoplaylist isn't out yet though, but I'm happy with the rest of 0.9 mind sharing those buttons ? =) and autoplaylist is out (but still considered as a beta) : foobar2000 official components Link to comment Share on other sites More sharing options...
_R2D2 Posted March 24, 2006 Share Posted March 24, 2006 mind sharing those buttons ? =) and autoplaylist is out (but still considered as a beta) : foobar2000 official components Those buttons are a few pages back. Go back 15 pages and check from there until now. There is also a fancy version with mouseovers, but it should also be 10 pages back or so. You can also drop me a pm, and I will send you the non-mouseover-verison. Link to comment Share on other sites More sharing options...
sdb815 Posted March 24, 2006 Share Posted March 24, 2006 How are some of you guys getting your album list on the top? I can only get it in the sidebar. :huh: Nevermind, I figured it out. They really should make this more intuitive, it should be drag and drop. :pinch: Link to comment Share on other sites More sharing options...
zoidbergslo Posted March 24, 2006 Share Posted March 24, 2006 (edited) how can I make playlist that shows only tracks in queue Edited March 24, 2006 by zoidbergslo Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted March 25, 2006 Subscriber¹ Share Posted March 25, 2006 how can I make playlist that shows only tracks in queue Download & install the stable components package from here, create a new playlist called queued and then click on playback > playback queue viewer and point it to the playlist you created called queued. Link to comment Share on other sites More sharing options...
phend-one Posted March 25, 2006 Share Posted March 25, 2006 Is there anyway to disable the windows selection color when the mouse hovers on the buttons? I know I saw it somewhere but I can't remember... EDIT: using 0.9 btw. Link to comment Share on other sites More sharing options...
tOta Posted March 25, 2006 Share Posted March 25, 2006 mY foobar ;) Going minimalistic as much possible :yes: I dont know is it possible to shrink album list more to be smaller (width) :pinch: Thx Undead for great config, i edited it a little :yes: Link to comment Share on other sites More sharing options...
Keito Posted March 25, 2006 Share Posted March 25, 2006 mY foobar ;) Going minimalistic as much possible :yes: I dont know is it possible to shrink album list more to be smaller (width) :pinch: Thx Undead for great config, i edited it a little :yes: Very nice, I like that. Could you share your cfg? Link to comment Share on other sites More sharing options...
tOta Posted March 25, 2006 Share Posted March 25, 2006 Very nice, I like that. Could you share your cfg? Np ;) First need to give credit to The Undead :yes: Im using .9 with latest columns_ui and album list panel ;) Link to comment Share on other sites More sharing options...
tOta Posted March 25, 2006 Share Posted March 25, 2006 Im searching this for long time, but just now i remembered to post here :blush: Does anyone have any equlizer presets, i need metal, rock, and maybe trance techno ;) Is it maybe possible to save Winamp presets and load it in foobar's equlizer, i think that format is diffrent :unsure: Foobar's equlizer uses presets with extension .feq Link to comment Share on other sites More sharing options...
_R2D2 Posted March 25, 2006 Share Posted March 25, 2006 Is there a function in autoplaylist so that you can edit autoplaylists? I see you can remove or add autoplaylists, but not edit them once they are added. If not, someone really needs to add that. *edit* tOta: http://sjeng.org/foobar2000.html Link to comment Share on other sites More sharing options...
tOta Posted March 25, 2006 Share Posted March 25, 2006 Is there a function in autoplaylist so that you can edit autoplaylists? I see you can remove or add autoplaylists, but not edit them once they are added. If not, someone really needs to add that. *edit* tOta: http://sjeng.org/foobar2000.html Thx, minute before i read your post i download it :laugh: But problem is that i see only metal preset and rest is pop and some weird like car.... :wacko: I need to keep searchen.... what you guys use for audio setup in foobar? Is there Direct Sound for .9? Link to comment Share on other sites More sharing options...
Recommended Posts