Recommended Posts

When grouped, the artist layout tries to load $get(artistPath), which should be specified in the PanelsUI user globals. The Album layout uses $get(coverPath), which should be defined in the same place. Take a look there and see if they're pointing to the right paths.

I was thinking of adding a horizontal spectrum in the bottom of the track info window, might add it for the next version.

I'm not using Album Art myself, but I guess I could take a look at it.

i hate how panels ui is completely NOT user friendly.. i tried to edit your config to put a simple spectrum in and it's near impossible if you don't know how to code. I managed to change your library filter to album art panel and move it around properly but i can't for the life of me add another panel right below it... urghghghh

Released v1.1 just now;

v1.1 - 2008-02-22

* Added playlist switcher (columns ui) support in sidebar.

* Added ability to add a channel spectrum panel in the track info panel,

a csp-config has been provided to simplify setting it up.

* Added the ability to toggle all columns through the setup screen,

and to also configure artist/album/title percentage widths which was

previously only possible through coding.

* Tweaked track info extended/file/custom info positioning.

Download @ deviantart.com

Sorry about not adding the album art or lyrics panels for this version though, I haven't had a chance to look at them yet.

How do I make it show the statistics under the track like that? I have the plugin installed, "Foo_playback_custom v1.43" anyone to tell me pls?

2db15r5.jpg

currently mine is:

ildk0h.png

i found this code

/////////////////////////////////////////

// RELATIVE TIMESTAMPS

// formerly known as natural language timestamps

// by topdownjimmy - v0.5.c - May 6, 2007

/////////////////////////////////////////

// calculate days since last play

$puts(dayssince,$cwb_datediff(%cwb_systemdate%,%last_played%))

// correct "dayssince" to consider early AM to be an extension of previous day

$puts(dayssince,$sub($get(dayssince),$if($and($greater(7,$substr(%cwb_systemdatetime%,12,13)),$greater($substr(%last_played%,12,13),6)),1,0)))

$if($and($greater($substr(%cwb_systemdatetime%,12,13),6),$greater(7,$substr(%last_played%,12,13))),$puts(dayssince,$add($get(dayssince),1)),)

// calculate day of week of last play

$puts(calcdayofweek,$add(1,$mod($add($substr(%last_played%,3,4),$div($substr(%last_played%,3,4),4),$select($substr(%last_played%,6,7),6,2,2,5,0,3,5,1,4,6,2,4),$substr(%last_played%,9,10)),7)))

// correct day of week to consider early AM to be an extension of previous day

$puts(calcdayofweek,$sub($get(calcdayofweek),$ifgreater(7,$substr(%last_played%,12,13),1,0)))

$if($strcmp($get(calcdayofweek),0),$puts(calcdayofweek,7),)

// calculate period of day of last play (night, morning, etc.)

$puts(dayperiod,$select($add(1,$substr(%last_played% ,12,13)),Night,Night,Night,Night,Night,Night,Night,Morning,Morning,Morning,Morning,Morning,Afternoon

,Afternoon,Afternoon,Afternoon,Afternoon,Evening,Evening,Evening,Evening,Night,Night,Night))

// calculate natural language timestamp

$if(%last_played%,$puts(rel_timestamp,$ifgreater($get(dayssince),0,$ifgreater($get(dayssince),1,$ifgreater($get(dayssince),6,$if($and($greater($get(dayssince),21),$not($strcmp($left(%cwb_systemdate%,7),$left(%last_played%,7)))),$if($not($strcmp($left(%cwb_systemdate%,4),$substr(%last_played%,1,4))),$select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December)' '$ifgreater($get(dayssince),334,$substr(%last_played%,1,4),),$ifgreater(2,$sub($substr(%cwb_systemdate%,6,7),$substr(%last_played%,6,7)),'Last Month',$select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December))),$ifgreater($div($add($get(dayssince),4),7),1,$div($add($get(dayssince),4),7)' Weeks Ago',Last Week)),$select($get(calcdayofweek),Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday)' '$get(dayperiod)),$if($strcmp($get(dayperiod),Night),Last,Yesterday)' '$get(dayperiod)),$if($strcmp($get(dayperiod),Night),Tonight,This $get(dayperiod)))),$puts(rel_timestamp,Never))

$set_global(rel_timestamp,$get(rel_timestamp))

/////////////////////////////////////////

and

here

https://www.neowin.net/forum/index.php?show...6958&st=210

can someone give me instructions pls?

^Look's nice - especially playlist (for its cleanness) and album art.

I would love to ask for the sidebar code, but then again I would have to change my config... ;)

Btw, is that still PanelsUI? I had these strange bugs with foobar0.95 and Panels - so I downgraded...

^Yea, it's PanelsUI(v.0.14.9) combined with ColumnsUI NG_Playlist. It's not bug free but it doesn't crash, for me at least. I'll release the config soon. I just have to go over the code and make some more tweaks and maybe add a library and/or search feature (not sure).

Can anyone help me? I now have quite a few albums of the same name and their arrangement is off:

fooarrangewb5.jpg

This is how I arrange my music as of now:

%album%[ [%discnumber%.]%tracknumber%. ]%title%

If I change the code a little bit and try to add %artist% at any point, my compilations albums will become like this:

fooclutteredzs9.jpg

Is there any way I can make it arrange properly again? Also, I've been fiddling around with foo_quicktag and it works for what I use, which is Columns UI Beta 1 Preview 4, but when I start to use it, my embedded album becomes unreadable. All it shows in CD Art Display is now a white image. Is there any way I can repair this and if it is not possible, are there any other ratings plugin for Foobar2K?

My last question is about embedded album art, as foo_uie_albumart does not work under foobar 0.9.5.1. Is there any other version out there I can use? All I want is to show embedded album art for normal and unicode artists.

Thank you for your time!

Scirwode

Hi,

New panelsUI config to come ;) : KLASS

_black007434.png.xs.jpg

Great as always Br3tt :) Minimalistic and simply beautiful...

---------

Now my turn (this project has no name yet):

nonamemp3.th.png

noname2mt9.th.png

Edit:

Scroll in Graphical Browser comes from Br3tt's iFoo. Thanks mate

Edited by dawxxx666
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.