You are not logged in.
Let me get this straight, only 250x250 px covers currently work, right? Because most of mine are 300-600 px and they aren't displaying. The covers are found within the directory of the mp3's and are titled folder.jpg
Offline
It should automatically stretch or reduce the image dimensions to 250x250. You have to change the settings in your user globals to reflect the file name, in your case it should say
$puts(coverPath,$replace(%path%,%filename_ext%,folder.jpg))
Offline
jclim00 wrote:
It should automatically stretch or reduce the image dimensions to 250x250. You have to change the settings in your user globals to reflect the file name, in your case it should say
$puts(coverPath,$replace(%path%,%filename_ext%,folder.jpg))
Ah, perfect, thank you. I must have missed that point in the readme somehow, my apologies.
One last thing, concerning the tooltips displayed when I hover over the first and last two buttons, they each say something along the lines of "PVAR:SET:switcher:2," do you know what this is from?
Offline
I'll fix that in the next upload, guess i forgot to fix the tooltips for those buttons. Those PVARS are just variables that display different panels depending on their setting.
Offline
According to your color recommendations in the readme for the light theme, they produce this appearance for me:
Also, where can I find the code to change the color of the rest of the playlist there? That gray sticks out horribly.
Offline
Oops, forgot about scpl's background. Right click on the playlist settings and there's a background setting, change it to rgb 242-242-242
Offline
jclim00 wrote:
Oops, forgot about scpl's background. Right click on the playlist settings and there's a background setting, change it to rgb 242-242-242
Beautiful, thanks again!
Offline
jclim00 thank for this work i love it, now i have to found all the cd covers :D.
Well done
Offline
I cannot find a link to foo_cwb_hooks apparently the only place to download the file is from the creators webserver but his link doesn't work.
If someone could upload it somewhere it'd be nice. I really want to try this foobar skin out.
Offline
Thank you so much man. This layout is uber! ;D
Offline
jclim00 wrote:
yo jclim, could you put all the plug ins, requirements and everything needed for your layout in a single zip?
so i can put in the host all together.
Offline
Slight problem with zipping everything up.
Please, however, be advised that it is NOT permited to share any other file related to the official foobar installation other than foobar2000.cfg, nor is it permitted to share any of the official additional components linked to the main foobar page. Also, no one should distribute any third party developer's components without first obtaining express permission from the developer to do so.
There is a utility that will automatically download the needed plug-ins and install them, but it will essentially overwrite the old config file with the one included in the installer (wiping all previous settings), and there is no central repository for foobar components which could lead to it downloading old and outdated versions.
Offline
Scaling album art (autoscale according to window size or user specified width) and a columns_ui playlist option for maximized or larger foobar windows (when you want to manage your entire collection, much easier to use than SCPL). It'll be a while though since I never learned how to customize the columns_ui playlist :D
Last edited by jclim00 (2007-03-26 14:30:31)
Offline
jclim00 wrote:
Scaling album art (autoscale according to window size or user specified width) and a columns_ui playlist option for maximized or larger foobar windows (when you want to manage your entire collection, much easier to use than SCPL). It'll be a while though since I never learned how to customize the columns_ui playlist :D
Damn, all of that sounds great, I can't wait to see how you've implemented it. Thanks!
Offline
Preview of the larger mode (showing album art sized to 300 pixels)
There will be a lyrics panel toggle for the album list, and you'll be able to switch between SCPL and columns playlist. I'm too lazy to do a nice fcs for columns_ui since there's so many nice ones out there already, or you could also use the default layout which looks pretty good when it uses gsm vs's system colors. You can also turn on or off the playback statistics counter that now displays in the item display from layout globals.
Last edited by jclim00 (2007-03-27 07:45:06)
Offline
Incredible layout! Definitely going to be using this for awhile.
Last edited by Tokubetsu (2007-03-27 15:44:39)
Offline
Damn, that is quite impressive. Looks like it will be fun to use, I can't wait to give it a spin myself.
Which style do you prefer more form the GSM VS, the dark or the light? I've been becoming acquainted with the light one for a bit now and I'm starting to like it.
Offline
New update! Lots of new shinies added, play around with it and if you find any bugs please post :D
Offline
jclim00, using the new update, but foobar keeps crashing on me. It won't load unless i delete the gsm_flv.pui. I didn't have any issues with the previous version of your layout. Not sure what the issue is. All the plug-ins look up-to-date as well.
Offline
Make sure panels_ui is updated, a new version is just out today (0.9.2). Might be an issue with scpl panels now supporting multiple layouts that older panel versions can't read. If it's still downloading an old copy try clearing your browser cache. If that still doesn't work try removing the wsh or playlist dropdown panels from your components directory, wsh can be responsible for crashes and im not sure if playlist dropdown was ever updated for vista.
Last edited by jclim00 (2007-03-30 12:15:56)
Offline
that's basically what i did, so it's working somewhat now. I'm trying to figure out how to switch it to library mode. I've only been using foobar for about a month now, so technically a noob at this one. that may just be something that i don't have set up correctly though. Thanks for your help man. :)
Offline
no prob :) clicking on the now playing track display switches between slim and library modes by the way
Offline
I'm trying to get this new version up and running and so far I've come up with this:
I've read over the readme and the most recent replies concerning some issues but I can't seem to resolve this, yet at least, I'm sure I can figure it out, I'm probably just overlooking something but it's late and I'm going to head to bed. Let me know if you see something that I'm missing, I've updated all of the necessary components, but if you could can you document the versions of the components you're using?
Last edited by organon (2007-03-31 00:44:51)
Offline
I need to update the readme about that by the way, just been lazy. The new panels_ui has a new sorting/grouping system you can see when you right click a playlist and select sort/group by (these presets can be added and modified in the preferences and you can change the order in the playlist context menu).
At the moment the main view will default to singles mode if it isn't sorted by album; this is the default setting which can be found in the layout switcher in the preferences (looks like)
$if($isgrouped(album),
$scplsetlayout(Album)
,
$scplsetlayout(Singles)
)To get album mode to display, right click the playlist and choose a sort/group mode that has album somewhere in the order. (artist/date/album) (date/artist/album).
If you still want album mode to show but you only want to activate the headers and not sort them (i.e. a customized playlist you have ordered to your liking), you want to add this in the preferences.
Add that code to the playlist selector
$if($sortidx(Default),
$scplsetlayout(Album)
,
)And make a new field called default. Primary sort and secondary sort should be empty, group by sort UNCHECKED, and put this in Group By
%album artist%%album%$if2(%discnumber%,)
Then right click your playlist, sort/group by, edit, hit reset, left click default and save it as a preset. You can now use this to activate headers.
Unfortunately the panels_ui dev has decided to make all the sort/group functions based on the user, so puis cannot import these settings. Im hoping in the future he can add pui specific sorts so the user doesnt have to bother with all this.
Last edited by jclim00 (2007-03-31 05:45:01)
Offline
is there anyway you can add a rating scheme too it, like stars or something, i'm been trying for hours, and panels doesn't really like my coding :(
Offline
I'm trying to figure out why the playlist dropdown won't display my other playlists. Something in the configuration is making it list only the currently selected entry and not the others. I can still navigate to them using the mouse-wheel but when you drop down the list it doesn't list the rest the rest of the playlists, any ideas as to what's causing this?
Offline