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: foo_ui_columns configurations (Read 694337 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_ui_columns configurations

Reply #26
Update to my fooby config:
- Added columns to show missing tags, file type & play count
- Added audioscrobbler submission indicator
- Made track time display configurable (1:23, -3:37, 1:23/5:00, -3:37/5:00)
- Streamlined track info
- Added audioscrobbler submission indicator to track info
- Added color schemes to track info to match columns config
- Added 4 new color schemes



[attachment=1950:attachment]


foo_ui_columns configurations

Reply #28
Update to my config.



CHANGES
2005-12-21 14:37
- new album based column layout
- new classical music based column layout
- user defined color schemes for columns ui and track info panel
- options to hide or show sections in track info panel
- track info panel displays appropriate info for classical music
- 1 new color scheme

[attachment=1966:attachment]

foo_ui_columns configurations

Reply #29
darkblue, updated for 0.9 RC and 0.1.3 pre-alpha 17v2.



Bitrate will be shown as percentage (62.5% or etc.) when tech info "encoding" is "lossless",
otherwise ("lossy" or "hybrid") in kbps (192kbps and so on).

foo_ui_columns configurations

Reply #30
Upps!    Take it from here or here.
If you have some troubles tell me. 

((((( Strictly4me )))))



foo_ui_columns configurations

Reply #33
lextune requested this:
[a href="http://img428.imageshack.us/my.php?image=bilderman0018ie.png" target="_blank"] [attachment=2146:attachment]

EDIT: removed double attachment
we was young an' full of beans

foo_ui_columns configurations

Reply #34
Hmh, didn't feel like updating my old config entirely to fb2k 0.9 and new Columns UI so I just did a new one.

Works best with properly tagged files.

Tags supported:

Album Artist
Artist
Album
Venue
Label
Date
Genre
Composer
Performer
Tracknumber

Relatively crude single detection: Goes into single mode when either the file has a %singletrack% tag, if the path contains a folder named =singles" or the playlist name starts with -S-.


Not too happy with the vis colour yet, but oh well.

Screenshot and fcs attached.




And since I had so much fun messing around with the new columns settings here I give you a little Hydrogenaudio Themed version as a litte bonus. 

So in case you don't know what to do during the next forum downtime you can just stare at your fb2k playlist. 

foo_ui_columns configurations

Reply #35
Alright, I finally cleaned up this thread a bit. Please read the topic discription in the first post of this topic carefully before posting here.

Offtopic posts split to here. Future offtopic posts will get deleted,

Otherwise I can only say. Keep them coming. If you feel the need to share your fcs please do so here. 

foo_ui_columns configurations

Reply #36
dBaines ColumnsUI Config
Heavily Modified Soap.fcs by Mixcherry
Last Updated: 2006.04.21

Album View
(Normal Playlist)


VA Album View
(Normal Playlist with an Album Artist defined for each of the albums)


Singles View
(Playlist with -s- in it's name)


Playlist Switcher Code
Code: [Select]
// If contains >> set as header
$if(
$strchr(%title%,>>),
$replace(
// Header formatting
$upper(
$tab()
$rgb(0,0,0)
%title%
$tab(4)
)
,>>,),

// If Is Playing...
$if(%is_playing%,
♫ $replace(%title%,-s-,),
♪ $replace(%title%,-s-,)
)

// Show length
$tab()
$rgb(128,144,159)
%length%
 '('%size% tracks')'
$rgb()

)

Buttons
Here

Update (25th April)
I've attached a second file, a suite.
This includes the FCS, the buttons, and very detailed documentation for the layout, titleformatting and such. It's a fairly big file size increase, so I've left the original FCS aswell, for people that only want the FCS.


foo_ui_columns configurations

Reply #38
frooptech

Whipped this up after looking through Brother John's guide then doing some serious changing of things, adding some extra columns and changing colors to something more my preference. Only the Artist/Album and Track columns resize so it works fine if you resize your window.

Comments and suggestions are welcome.


Required Tags

%artist%, %title%, %album%, %tracknumber% and %album tracks% are essential.

%disc%, %date%, %album artist% and %album date% are also supported.


Preview


Download

foo_ui_columns configurations

Reply #39
ChaosTECH

I wanted to write a proper 0.9 style scheme for a long time, Haven't found the time till now. Courtesy of Brother John's guide aswell, Well written (Although i have to say i was aware of all the bells and whistles needed for the album layout).

Essential Tags - %artist% / %title% / %album% / %tracknumber% and %totaltracks% (Standard tag that replaces brotherjohn's tag).

$meta(album artist) indicates VA album, %totaltracks% = 1 indicates a single track.
%discnumber%, %date%, %genre% are also displayed.

Colors are customizable in the globals section. I've tried to comment stuff as much as possible to allow easy moding.

Enjoy! Let me know about any bugs, Suggestions, Comments, Etc.

NOTE: This probably breaks completely with funky albums - Incomplete albums or albums with various artists but NOT tagged as such (using the ALBUM ARTIST tag).
I'm not gonna account for that, and thus, there is no 'singles' playlist. The reason is, That i define my music (and tag it accordingly) as either a full album, or single tracks(s).



FCS is attached, Made using WinRAR v3.50, ZIP format.

foo_ui_columns configurations

Reply #40
Here's my latest iteration: Foobar Milk.

[a href="http://img64.imageshack.us/my.php?image=brumalscreenshot521200613dc.png" target="_blank"]

foo_ui_columns configurations

Reply #41
[/b]

foo_ui_columns configurations

Reply #42
My lates horizontal setup:



Required tags: %album%, %artist%, %album artist% (for VA), %tracknumber%, %totaltracks%, %performer% (for Classical).

Not much going on in the globals department just some sorting with the above-mentioned tags, files with missing fields will not appear correctly, pretty simple configuration overall.

Components: Columns UI, Album List Panel, Playlist Dropdown, Album Art Panel.

The components aren't heavily modified from the defaults, I mostly just matched the colors with the playlist.

Layout settings:



Album list autohide:



[attachment=2247:attachment]
we was young an' full of beans

foo_ui_columns configurations

Reply #43
dBaines ColumnsUI Config
Heavily Modified Soap.fcs by Mixcherry

Preview: (singles (-s-) mode)


Previous post with older screenshots

Changes
  • Three new colour schemes: Lime Green, Black, and Dark Blue (preview above)
  • Removed Top-Border-For-First-Track and replaced with Bottom-Border-For-Last-Track (requires the use of %totaltracks%, see documentation for more info, I've left the code for "top-border-for-first-track" so you can re-enable it, again see documentation for more info)
  • Fixed a couple of colour mis-matches
  • Several columns hidden by default, feel free to enable/disable any to suit your needs/preferences.
  • Added an Alternate Elapsed Time/Length column, styled the same way as the darker columns, with alternating background colours (see preview image)
  • Heavily updated documentation (see documentation for a list of changes)
Matching Buttons
Here

Notes
As last time, there are two uploads here, the FCS by itself, and a suite. The suite comes with the FCS, documentation, and the buttons all in one ZIP file.
All layout information, titleformatting strings, and various columns help can be found in the documentation.
An online version of the documentation can be found here.
Previous versions of the FCS can be found here.
If you have any questions or problems, feel free to PM or e-mail me.

foo_ui_columns configurations

Reply #44
My iTunes layout... Updated with lots of additions. :3

Layout:


Album view: use VARIOUS = 1 for compilations


Singles view:


Top trackinfo:
Code: [Select]
$if(%_trackinfo_notrack%,,
$tab()[$upper(%artist%)]$char(10)$tab()%title%)


Bottom trackinfo:
Code: [Select]
$if(%_trackinfo_notrack%,,
[%genre%]$tab()$if2(%album%,%_path%) '('[%date%]')'$char(10)
[%codec% %bitrate%Kbps][%_extrainfo%] ~
$div(1411,%bitrate%).$substr($muldiv(1411,100,%bitrate%),2,3):1 '('$sub(100,$muldiv(%bitrate%,100,1411))'%)'
',' $div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) MB
$tab()[%playback_time% / ][%length%]$char(10))


foo_ui_columns configurations

Reply #46
This is my one-column hybrid mode config made without styles - so it's suitable both for default and columns UI. It's had very clean code and it's very fast.

Also i always wanted to fill empty space in album column - so i put there ASCII logo.


old screenshot

Updated status bar and rating column.

You can get it here:
[attachment=2407:attachment]
just music

foo_ui_columns configurations

Reply #47
This is my columns ui playlist switcher titleformatting config

Code: [Select]
// Formatting by Saivert <saivert@gmail.com>

// Build up string in var(text)
$puts(text,$if(%is_playing%,'(>) ',$if(%is_active%,'(*) ','(_) ')) %title%',' %size% items',' Playtime: %length%[',' Locked: %lock_name%])

//Split the string up in two halves
$puts(lentotal,$len($get(text)))
$puts(lena,$div($get(lentotal),2))
$puts(txta,$cut($get(text),$get(lena)))
$puts(txtb,$substr($get(text),$add($get(lena),1),$get(lentotal)))

//Display bi-directional gradient text
$transition($get(txta),$rgb(240,240,240,0,0,0),
$rgb(120,120,120,0,0,0))
$transition($get(txtb),$rgb(120,120,120,0,0,0),
$rgb(240,240,240,0,0,0))


Here is the screenshot:


Larger screenshot

foo_ui_columns configurations

Reply #48
Here's the config for this:
[a href="http://img89.imageshack.us/my.php?image=brumalscreenshot81720064fo7.png" target="_blank"]