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: help with colums UI colors (Read 3920 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

help with colums UI colors

below are two pictures... one of tagged files and one of untagged files.
i wantmy untagged files to appear the way that my tagged files do, without the dark brown background and font color that is hardly legible. i have been editting my columns ui globals tab all day and got my tagged files to look exactly how i like them but then i realized that my untagged files were a disappointment. any help would be greatly appreciated. 
thanks,
jake

edit:
didn't realize i couldnt add an attachment for the pictures so now i dont even know how to post them in here for you all to look at... god im so lost


help with colums UI colors

Reply #2
Quote
http://imageshack.us/ hosts pictures for free, no registration required. There's also http://photobucket.com/ ...or... http://uploadit.org/ ... etc.
[{POST_SNAPBACK}][/a]


heres a link for another thread i tried to get help at.... then ill figure out the photonucket thing

[a href="http://www.neowin.net/forum/index.php?showtopic=175690&pid=586193458&st=2670&#entry586193458]http://www.neowin.net/forum/index.php?show...#entry586193458[/url]




that should have my bases covered.. let me know what you think!

help with colums UI colors

Reply #3
Can you post your fcs file?  I believe you need to add an if statement where if the tag is there, then print the tag, else print the filename (do that for the title).  To compensate for artist, have an if statement where if the tracknumber is there, then do your custom string, else, print "Unknown Artist" or "Untagged File".  It's your preference, but I'm just not sure without seeing your code.

I hope that helps you.

help with colums UI colors

Reply #4
Quote
Can you post your fcs file?  I believe you need to add an if statement where if the tag is there, then print the tag, else print the filename (do that for the title).  To compensate for artist, have an if statement where if the tracknumber is there, then do your custom string, else, print "Unknown Artist" or "Untagged File".  It's your preference, but I'm just not sure without seeing your code.

I hope that helps you.
[{POST_SNAPBACK}][/a]


how would i go about printing that file... i am relatively new to configuring foobar
thanks for the help so far!
jake

edit: i figured out how to export the .fcs file but now i cant figure out how to post it on these forums since there is no option for an attachment... this should do the trick though, i used yousendit.com... here you go

[a href="http://s42.yousendit.com/d.aspx?id=1FI5JFTRGEFLH0CAVBY6KZO9G]http://s42.yousendit.com/d.aspx?id=1FI5JFTRGEFLH0CAVBY6KZO9G[/url]

help with colums UI colors

Reply #5
It looks like you are using azrael correct?


go to preferences-->columns_ui-->globals tab-->colour tab
where it says
//background
the second line reads
Code: [Select]
$if(%_is_single%,%_info%,%_info%))|

the firt instance of info is the title area background color in singles mode, the socend instance is album mode.  make them the same if you want singles to have the same background colors as albums

also go to preferences-->columns_ui-->Cloumns tab-->colour tab-->
where it says
//background
the last value in the first line is the background color for the artist column
Code: [Select]
$if(%_is_single%,$if(%_isplaying%,%_playing%,%_info%),

where it says info is the column background color in sigle mode.  Make this the same as the color just chose.


Is this what you are looking for?


Dowload the updated fcs here

 

help with colums UI colors

Reply #6
Quote
It looks like you are using azrael correct?


go to preferences-->columns_ui-->globals tab-->colour tab
where it says
//background
the second line reads
Code: [Select]
$if(%_is_single%,%_info%,%_info%))|

the firt instance of info is the title area background color in singles mode, the socend instance is album mode.  make them the same if you want singles to have the same background colors as albums

also go to preferences-->columns_ui-->Cloumns tab-->colour tab-->
where it says
//background
the last value in the first line is the background color for the artist column
Code: [Select]
$if(%_is_single%,$if(%_isplaying%,%_playing%,%_info%),

where it says info is the column background color in sigle mode.  Make this the same as the color just chose.


Is this what you are looking for?


Dowload the updated fcs here
[a href="index.php?act=findpost&pid=312603"][{POST_SNAPBACK}][/a]




thanks so much that worked perfectly! i only have one last question about my database... when i select "All Music" it displays my music in order by date (supposedly)
i have three folders...
they contain concerts from 1990-2002, 2003-2004, and 2005 respectively.
when i select all music from the album list/ database explorer it sisplays them in this order:
1990-2002, 2005, 2003-2004

just wondering if this was something i culd fix, thanks a lot again for all the help so far!