FooNight FooDay, Columns UI PSS Configuration |
![]() ![]() |
FooNight FooDay, Columns UI PSS Configuration |
May 12 2009, 01:55
Post
#51
|
|
|
Group: Members Posts: 34 Joined: 6-May 09 Member No.: 69571 |
|
|
|
|
May 12 2009, 08:45
Post
#52
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
I think you'll be happier with blank_off2.png / blank_on2.png, as menu buttons and use these
http://img514.imageshack.us/img514/1797/btnoteoff.png http://img514.imageshack.us/img514/6776/btnoteon.png now playing buttons. |
|
|
|
May 17 2009, 17:23
Post
#53
|
|
![]() Group: Members Posts: 13 Joined: 16-April 09 Member No.: 69026 |
at where can I cahnge window header and taskbar titles?
i.e. now playing looks as "Penta | 07. We're From The Future | 4:48 (6:47)" in taskbar and window header I want to make it like ; Penta - We're From The Future |
|
|
|
May 23 2009, 11:53
Post
#54
|
|
|
Group: Members Posts: 2 Joined: 23-May 09 Member No.: 70051 |
@qwertz
In my foobar with FooNight skin ver. 1.1 rating doesn't work. For now I've copy rating script from another skin (DarkOne ver. 1.5.2) and it's work. Can You do something with it? Anyway I like Your skin very much. Regards |
|
|
|
May 23 2009, 13:12
Post
#55
|
|
![]() Group: Members Posts: 1078 Joined: 16-April 04 From: Bavaria, Germany Member No.: 13548 |
@pngraf
You may know that DarkOne v1.5.2 Rating Script is not a "normal" rating script and may refuse to work under certain conditions... It needs the full bunch of rating stars from the DarkOne folder and its full functionality is only available with foo_playcount. EDIT: I tried FooNight now and its rating script is working well, but it only rates files in the media library since it rates to database only. You should add your musics to the media library (Preferences --> Media Library --> "Add" and choose the folder your music is stored in) This post has been edited by tedgo: May 23 2009, 13:40 |
|
|
|
May 24 2009, 06:27
Post
#56
|
|
|
Group: Members Posts: 2 Joined: 23-May 09 Member No.: 70051 |
@pngraf I tried FooNight now and its rating script is working well, but it only rates files in the media library since it rates to database only. You should add your musics to the media library (Preferences --> Media Library --> "Add" and choose the folder your music is stored in) @tedgo I simply removed my music folder from Media Library and added it again. Now rating is working normally. Thank You, tedgo |
|
|
|
May 24 2009, 08:21
Post
#57
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
EDIT: I tried FooNight now and its rating script is working well, but it only rates files in the media library since it rates to database only. You should add your musics to the media library (Preferences --> Media Library --> "Add" and choose the folder your music is stored in) I mentioned this in the Read Me. Those, who want the rating in files should use this code. @pngraf For the future, you should use, right click -> Playback Statistics -> Import Statistics from File Tags |
|
|
|
May 27 2009, 01:12
Post
#58
|
|
|
Group: Members Posts: 43 Joined: 26-May 09 Member No.: 70147 |
Awesome skin, great job, now I wish I new columns UI and PSS better (or at all really) so that I could tweak it to my liking.
Any chance you could show me where in the code I need to change to make the panel backgrounds transparent so I can add a background/wallpaper image? Also, I want the cover art to always show, so the tabbed panels on the left show up underneath the image, where the spectrum and track info are (like the playlist switcher I think), where in the code should I look to mess around at? |
|
|
|
May 27 2009, 17:43
Post
#59
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
Any chance you could show me where in the code I need to change to make the panel backgrounds transparent so I can add a background/wallpaper image? For transparency there are quite a few things to change, so I'll just give you rough directions. There already is a code snippet in for background images, it's under //------------Background in the main PSS. You can activate it by removing the '//' at the beginning of each line. You'll also have to fix the image paths and activate transparency for every PSS and ELP. Change the alpha value of the background color and bg.rec.color.A, bg.rec.color.B to your liking. Finally search every PSS for $drawrect() $drawroundrect() and change the alpha value for colors, that are not set globally. In ELP all colors are set in the field definition tab, change them accordingly. QUOTE Also, I want the cover art to always show, so the tabbed panels on the left show up underneath the image, where the spectrum and track info are (like the playlist switcher I think), where in the code should I look to mess around at? That's easier. Replace in every line, apart from $movepanel_c(cover), under //------------Left Panel $get(l.panel.top) $get(l.panel.h) with $get(playswitch.top) $get(playswitch.h) and paste $puts(playswitch.top,$add($get(toolbar.h),$get_ps_global(cover.size),$get_ps_global(cover.top),5)) $puts(playswitch.h,$sub(%_height%,$get(playswitch.top),$get(bottom.h),0)) directly under //------------Left Panel |
|
|
|
May 28 2009, 18:43
Post
#60
|
|
|
Group: Members Posts: 10 Joined: 4-July 06 Member No.: 32518 |
Random question. I have no idea what I'm doing with respect to changing scripts or coding or anything. Tried to do some rudimentary stuff but I am coming up short of a solution.
Currently I use foo_upnp to stream my library from home to work. It can embed the cover art into the stream so the standard album art viewers pick it up. I think it creates a variable called %UPNPALBUMARTURL% which translates into http://server:port/albumart/7575/"number".jpg Everything stays the same in that url, except the final number.jpg which changes when the song changes. I have tried to call %UPNPALBUMARTURL% in the track script as you said in the readme, I get this $replace(%UPNPALBUMARTURL%,,).jpg) This results in the global variable cover.path being http://server:port/albumart/7575/"number".jpg However, nothing happens, I cannot get the art to load any thoughts? thanks for an amazing skin. |
|
|
|
May 28 2009, 22:04
Post
#61
|
|
|
Group: Members Posts: 3 Joined: 28-May 09 Member No.: 70212 |
hi, awesome skin. I really like it.
a couple of questions: is there a way to let me rate songs I'm not currently playing? and how can i customize the tab bar above album art? [ Al Fil Lyr Bio Info Utils ] I'm new to using column ui so I'd appreciate any sort of information or tips on using it. |
|
|
|
May 29 2009, 08:25
Post
#62
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
@kelkor
You will have to install foo_covers. Set %path% as the cover path in PSS (%el_group_first_path% in ELP). Then search PSS for the $drawimage() lines, that include $get_ps_global(cover.path), replace nokeepaspect with artreader_front nokeepaspect IN ELP, search for the $imageabs() lines that include $get(e.cover), replace nokeepaspect with artreader_front nokeepaspect @aboutblank2 Right-click on the track, Playback Statistics/Rating/1-5 What to you want to change? |
|
|
|
May 29 2009, 14:02
Post
#63
|
|
|
Group: Members Posts: 3 Joined: 28-May 09 Member No.: 70212 |
|
|
|
|
May 29 2009, 17:26
Post
#64
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
and again I ask you what you want to change? There are 100s of ways to customize the left panel, but I'm not going to explain them all.
|
|
|
|
May 29 2009, 19:13
Post
#65
|
|
|
Group: Members Posts: 3 Joined: 28-May 09 Member No.: 70212 |
|
|
|
|
May 30 2009, 00:29
Post
#66
|
|
|
Group: Members Posts: 5 Joined: 30-May 09 Member No.: 70238 |
Hey, I'm just contemplating switching to foobar2000 and this is by far my favorite custom skin. Great work!
The only problem is that most of my album art is embedded, not stored in folders and I'd rather not spend probably days re-downloading and organizing all those images. Is there any way to tweak the code so the album art view accesses the embedded image? I tried replacing the art display with the newer Album Art component which supports embedded images, but due to the way everything is layered and arranged I wasn't able to swap it out properly. Thanks! |
|
|
|
May 30 2009, 08:50
Post
#67
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
@aboutblank2
Honestly, if you're familiar with PSS, it isn't that hard, and should a concrete question emerge, I'll help you, otherwise it's pretty much Mission Impossible, sorry. @geektastic I described the procedure in post #62 |
|
|
|
May 30 2009, 12:53
Post
#68
|
|
|
Group: Members Posts: 229 Joined: 10-September 08 Member No.: 58107 |
@qwertz, thank you for this great FOONIGHT! I highly value your work.
I use foonight night and day - because a fast color change is not so easy to get "fooday". My question is: how to put "Playlists Dropdown v0.7.2" just in the middle between "quick search" and button "just playing". I tried it, but had only bad results. There is so much space between, it should be used! A second try endet also in a miserable failure: I tried to place the bottomline upstairs the head of foonight. Seems to be complicated. Erich |
|
|
|
May 30 2009, 13:38
Post
#69
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
Search the layout for the PSS that contains Quicksearch Toolbar. Insert Playlist Dropdown into that PSS. Now open the PSS and insert:
$movepanel_c(Playlists,$div($sub(%_width%,150),2),8,150,20) into Script/per Track (that centers Playlist Dropdown in the panel, so you might want to change these values). Lastly, activate "Forced Layout" for "Playlists" in the Script tab. |
|
|
|
May 30 2009, 15:19
Post
#70
|
|
|
Group: Members Posts: 229 Joined: 10-September 08 Member No.: 58107 |
QUOTE Search the layout for the PSS that contains Quicksearch Toolbar. Insert Playlist Dropdown into that PSS. Now open the PSS and insert: $movepanel_c(Playlists,$div($sub(%_width%,150),2),8,150,20) into Script/per Track (that centers Playlist Dropdown in the panel, so you might want to change these values). Lastly, activate "Forced Layout" for "Playlists" in the Script tab. @qwertz It works, thank you! |
|
|
|
May 30 2009, 15:43
Post
#71
|
|
|
Group: Members Posts: 5 Joined: 30-May 09 Member No.: 70238 |
I wasn't sure if the same process would work. It's working for the main cover art, but not for the playlist at the moment. I'm more concerned about the main display though, so thanks! |
|
|
|
May 30 2009, 19:31
Post
#72
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
Yes, sorry I forgot one part. You have to deactivate or delete this part:
CODE $if($strcmp($left(%path%,7),'http://') , $puts(e.cover,$get(image.path)'/cover/radio.png') ) $if($findfile($get(e.cover)), , $puts(e.cover,$get(image.path)'/cover/nocover.png') ) in Track List and Group Header |
|
|
|
Jun 1 2009, 04:20
Post
#73
|
|
|
Group: Members Posts: 45 Joined: 7-May 09 Member No.: 69592 |
Hey there qwertz
I was wondering if there is a way to add Text on the Links so its easier to use. Like the one on the Tagging.
|
|
|
|
Jun 1 2009, 04:25
Post
#74
|
|
![]() Group: Members Posts: 77 Joined: 13-September 08 From: Silvermoon City Member No.: 58240 |
Hey there qwertz I was wondering if there is a way to add Text on the Links so its easier to use. Like the one on the Tagging. ![]() Same here, loving the theme by the way! -------------------- http://www.last.fm/user/starchaos
|
|
|
|
Jun 1 2009, 17:16
Post
#75
|
|
![]() Group: Members Posts: 151 Joined: 5-February 09 Member No.: 66658 |
I have no idea why the images weren't embedded. Anyway, I have uploaded them here.
For Installation: Right click on the Utils Panel -> Splitter Settings -> Links -> configure and import links.fcb. These are all "normal" CUI button panels on purpose btw, so they are easy and fast to configure. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 20:52 |