Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Foobar Gallery (Read 1808281 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Foobar Gallery

Reply #150
Quote
Gaah - oops I meant to post a link, then got distracted and posted the image... 
[a href="index.php?act=findpost&pid=270986"][{POST_SNAPBACK}][/a]



The edit button is your friend 

Foobar Gallery

Reply #151
Quote

[a href="index.php?act=findpost&pid=270865"][{POST_SNAPBACK}][/a]


Could you please post your Title Formatting for your history panel?

Foobar Gallery

Reply #152
to gob

also how do you get the tabs at the bottom of the history panel, to me it looks like ur cheating and having like 6 panels or the same thing, changing the sort for each and renaming the panels, tell me its not that simple

Foobar Gallery

Reply #153
tHiNkBoNe
nice config.........I think your using the same playlist strings as me ........could you post the changes you have made to the colour strings please...mine is red.

Foobar Gallery

Reply #154
Husker.......G Force isnt in a panel Iv just resized it there.



Quote
GForce can be made borderless by going to your windows user directory (something like c:\Documents and Settings\<username>) which has a subfolder called G-Force. Inside there is a file named "Preferences (foobar2000).txt". In that file you can change the NoBo property from 0 to 1
[a href="index.php?act=findpost&pid=270753"][{POST_SNAPBACK}][/a]

Foobar Gallery

Reply #155
Quote
to gob

also how do you get the tabs at the bottom of the history panel, to me it looks like ur cheating and having like 6 panels or the same thing, changing the sort for each and renaming the panels, tell me its not that simple
[a href="index.php?act=findpost&pid=271000"][{POST_SNAPBACK}][/a]



Ummm....it's that simple.   

Just set up multiple album list tabs and sort each like you want. Then just rename the tab to however you sorted or want it to read.

Also...thanks McEnergizer...I got it set!

Foobar Gallery

Reply #156
Quote
Quote
I am able to shift-click to add multiple tabbed panels vertically in the sidebar, but can't figure out how some people are adding them horizontally (side-by-side)... For example, see gob's post above [#136]. There appears to be 3 tabbed panels across the top.

Columns FAQ
[a href="index.php?act=findpost&pid=270884"][{POST_SNAPBACK}][/a]



Thank you!  I could almost kiss you!

 

Foobar Gallery

Reply #157
Only just decided to start customising foobar last nigt (have been using it for ages now just defaultish.. although I had no luck customising it thank fully 4nt1 helped me with it and gave me his whole foobar folder, so I have edited it to my colors I like and removed the things I don't like / use.. here's the result..

http://axion.orcon.net.nz/foobar.JPG

Foobar Gallery

Reply #158
Quote
Only just decided to start customising foobar last nigt (have been using it for ages now just defaultish.. although I had no luck customising it thank fully 4nt1 helped me with it and gave me his whole foobar folder, so I have edited it to my colors I like and removed the things I don't like / use.. here's the result..

http://axion.orcon.net.nz/foobar.JPG
[a href="index.php?act=findpost&pid=271034"][{POST_SNAPBACK}][/a]



nice one mate, glad to see you got the functionality you were after

Foobar Gallery

Reply #159
Quote
tHiNkBoNe
nice config.........I think your using the same playlist strings as me ........could you post the changes you have made to the colour strings please...mine is red.
[a href="index.php?act=findpost&pid=271001"][{POST_SNAPBACK}][/a]


Sure,

These are all in globals, no custom color settings for data columns.

$puts(text_color1,$rgb(0,255,255))
$puts(text_color2,$rgb(0,255,255))
$puts(track_color,$rgb(190,190,190))
$puts(background_color1,$rgb(0,0,0))
$puts(background_color2,$rgb(0,0,0))
$puts(background_color_opposite,$rgb(255,255,255))
$puts(firsttrackback,$rgb(0,128,128))


Foobar Gallery

Reply #161
heres the code for my history panel:

Code: [Select]
$ifgreater($len(%_history_time%),4,
$puts(play_hour,$left(%_history_time%,2)),
$puts(play_hour,$left(%_history_time%,1)))
$ifgreater($get(play_hour),11,
$puts(ampm,pm),$puts(ampm,am))

$ifgreater($get(play_hour),12,
$puts(play_hour,$sub($get(play_hour),12)),)

$ifgreater($get(play_hour),0,,
$puts(play_hour,12))

$if($strcmp($left($get(play_hour),1),0),
$puts(play_hour,$right($get(play_hour),1)))

$puts(play_minute,$right(%_history_time%,2))
$ifgreater($get(play_hour),9,,$puts(play_hour,  $get(play_hour)))

$puts(12_hour_time,$get(play_hour):$get(play_minute)$get(ampm))
$puts(history_date,$substr(%_history_date%,6,7)'/'

$substr(%_history_date%,9,10)'/'
$substr(%_history_date%,3,4))

$transition(
$get(history_date) $get(12_hour_time)-,
E39D0C,BD830A)

$if(%_history_is_playing%,
5357EF'♪' [%artist% - ]$if(%title%,%title% ['['%album%']'],
%_filename_ext%) '♪',
[%artist% - ]$if(%title%,%title% ['['%album%']'],%_filename_ext%))



and heres the code for  the track info panel:

Code: [Select]
////////////////////////////////
//Colors, etc.
////////////////////////////////

$puts(info_box_size,36)
$puts(default_color,d4d4d4)
$puts(rating_color_1,5357EF)
$puts(rating_color_2,042573)
$puts(rating_symbol,♫)
$puts(is_playing_color,5357EF)
$puts(tag_missing_color,757575)
$puts(heading_color_l,ffb00d)
$puts(heading_color_r,000000)
$puts(is_playing_color,5357EF)

////////////////////////////////
//Code
////////////////////////////////

////////////////////////////////
///////Song Info
////////////////////////////////
$transition(----- Song Info $repeat(-,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r))

$char(10)$get(default_color)

$if(%title%,$if(%_isplaying%,
$get(is_playing_color)$iflonger(%title%,$get(info_box_size),$cut(%title%,$sub($get(info_box_size),3))...,%title%),
$iflonger(%title%,$get(info_box_size),$trim($cut(%title%,$sub($get(info_box_size),3)))...,%title%)),
$if(%_isplaying%,
$get(is_playing_color)$iflonger(%_filename_ext%,$get(info_box_size),$cut(%_filename_ext%,$sub($get(info_box_size),3))...,%_filename_ext%),
$iflonger(%_filename_ext%,$get(info_box_size),$trim($cut(%_filename_ext%,$sub($get(info_box_size),3)))...,%_filename_ext%)))

$char(10)$get(default_color) 

$if(%artist%,
$iflonger(%artist%,$get(info_box_size),$cut(%artist%,$sub($get(info_box_size),3))...,%artist%),
$get(tag_missing_color)no artist info)

$char(10)$get(default_color) 

$if(%album%,
$iflonger(%album%,$get(info_box_size),$cut(%album%,$sub($get(info_box_size),3))...,%album%),
$get(tag_missing_color)no album info)

$char(10)$get(default_color) 

$if($or(%publisher%.%label%,%date%),$if($or(%publisher%,%label%),© ,)%date%$if($or(%publisher%,%label%),'. ',)[%publisher% ][%label%],
$get(tag_missing_color)no date or copyright info)

$char(10)$get(default_color) 

$if(%rating%,$get(rating_color_1)
$repeat($get(rating_symbol) ,%rating%)
$get(rating_color_2)$repeat($get(rating_symbol) ,$sub(5,%rating%)) ,)
$get(default_color)$if(%genre%,%genre%,$get(tag_missing_color)no genre info)

$char(10)$char(10)

////////////////////////////////
///////Statistics
////////////////////////////////

$transition(----- Statistics  $repeat(-,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r))

$char(10)$get(default_color) 

$if(%play_date%,
$puts(month,$left(%play_date%,2))
$puts(day,$substr(%play_date%,4,5))
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1)))
$puts(year,$right(%play_date%,2))
$puts(month_name,$select($get(month),
Jan,Feb,March,April,May,June,July,Aug,Sept,Oct,Nov,Dec))
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))
$puts(time_of_year,$get(month_name) $get(day)$get(xx) 20$get(year))

$if(%play_counter%,Played $if($strcmp(%play_counter%,1),
once$if(%play_date%,',')$if(%play_date%, on $get(time_of_year)),
%play_counter% times$if(%play_date%,
$char(10)  Last played on $get(time_of_year))),This song has not played before)

$ifgreater(%play_counter%,1,,$char(10))

$char(10)$char(10)

////////////////////////////////
///////Tech Info
////////////////////////////////

$transition(----- Tech Info  $repeat(-,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r))

$char(10)$get(default_color) 

%__codec%
$if(%__bitrate_dynamic%,%__bitrate_dynamic%,%__bitrate%)kbps
$if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR)) 
$if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels())

$char(10)$get(default_color) 

[%_time_elapsed%/][%_length%][  -%_time_remaining%]
$if(%_isplaying%, 
$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%',) 
$div(%_filesize%,1048576).
$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'

$char(10)$get(default_color) 

$if($or(%__replaygain_track_gain%,%__replaygain_album_gain%),
['['Tg']' %__replaygain_track_gain% ]['['Ag']' %__replaygain_album_gain%],
$get(tag_missing_color)there is no gain)

enjoy, i made these myself, mostly with help from here 
also, the font i use in the playlist is arial 10pt bold (i think someone asked me)

Foobar Gallery

Reply #162
Quote
Quote
to gob

also how do you get the tabs at the bottom of the history panel, to me it looks like ur cheating and having like 6 panels or the same thing, changing the sort for each and renaming the panels, tell me its not that simple
[a href="index.php?act=findpost&pid=271000"][{POST_SNAPBACK}][/a]



Ummm....it's that simple.   

Just set up multiple album list tabs and sort each like you want. Then just rename the tab to however you sorted or want it to read.

Also...thanks McEnergizer...I got it set!
[a href="index.php?act=findpost&pid=271010"][{POST_SNAPBACK}][/a]


yep... yep

Foobar Gallery

Reply #163
Congrats everybody for your work.

I'd like to try a (simple) customization for my needs: basically a couple of tabs sorted by Genre and Artist and, if possible, a panel to display the %LYRICS% tag.

The problem is, I'm new to this: can you suggest me where to start? What plug-in(s) are necessary?

TIA.

Alessandro

Foobar Gallery

Reply #164
Quote
Congrats everybody for your work.

I'd like to try a (simple) customization for my needs: basically a couple of tabs sorted by Genre and Artist and, if possible, a panel to display the %LYRICS% tag.

The problem is, I'm new to this: can you suggest me where to start? What plug-in(s) are necessary?

TIA.

Alessandro
[a href="index.php?act=findpost&pid=271118"][{POST_SNAPBACK}][/a]


general framework - foo_ui_columns
tabs sorted by genre/artist - foo_uie_tabs with 2 tabs of foo_uie_albumlist, each with an appropriate sorting string
panel to display %LYRICS% - foo_uie_trackinfo with %LYRICS% as formatting string (or anything else that you want to add)

Foobar Gallery

Reply #165
Time for a dumb question.

When I cut and paste code into foobar, it pastes as one continuous block of text, not line by line as it appears in the code box I'm copying from.
What am I doing wrong?

Foobar Gallery

Reply #166
Have a look: Link

Bye

Foobar Gallery

Reply #167
Quote

[a href="index.php?act=findpost&pid=270865"][{POST_SNAPBACK}][/a]

could someone tell me everything that he used in that screenshot ? I'm kinda new to all this and that's the nicest setup I've seen !

I suppose he's using: ColumnsUI, Plysk (?), components for Tabs and playcount.

what is he using for the history... another component ? The playlist with the tree ?

thanks

if someone could add me to msn to explain really quick it would be really appreciated!!

slashdot99 (AT) hotmail.com

thanks.

Foobar Gallery

Reply #168
Thx tHiNkBoNe 

Foobar Gallery

Reply #169
Michaell,
How did you change the Main menu font (ie, Foobar 2000 Playlist Playback Components)
??

Foobar Gallery

Reply #170
Quote
Michaell,
How did you change the Main menu font (ie, Foobar 2000 Playlist Playback Components)
??
[a href="index.php?act=findpost&pid=271193"][{POST_SNAPBACK}][/a]

i imagine he changed his windows font ie so everything has that font. thats the only way i would imagine it could be changed?

Foobar Gallery

Reply #171
mmm.. I see

Foobar Gallery

Reply #172
Quote
Columns FAQ
Thanks!
~ ~ ~

My Foobar :

Foobar Gallery

Reply #173
MrEnergizer: I'd say it's just my windows font lol, I don't know I been on this windows install for ages

Desktop icon font is Georgia 8 I'd say it's the same as the one that's on the foobar thing...

Foobar Gallery

Reply #174
ok Michaell