HOME | DD
Published: 2009-09-11 06:23:14 +0000 UTC; Views: 12825; Favourites: 10; Downloads: 1203
Redirect to original
Description
This config was made by me (just coding), with partially use Br3tt code and foo_alduin images by fanco86 (thanks him for that)A CUI/PSS config, and may work with all last version of foobar2000 and this components listed below:
foo_ui_columns - [link]
Panel Stack Splitter - [link]
ELPlaylist
Library Tree
Biography View
foo_uie_lyrics (modified) - [link]
foo_uie_vis_channel_spectrum - [link]
foo_uie_wsh_panel_mod - [link]
Related content
Comments: 5
Axel900 [2020-07-17 20:16:33 +0000 UTC]
👍: 0 ⏩: 0
cheether [2009-10-23 19:47:19 +0000 UTC]
ey mann, how to delete a bg img in script couse i cannot find this
thx 4reply
chee
👍: 0 ⏩: 1
LithTech In reply to cheether [2009-10-24 07:29:33 +0000 UTC]
You want to use color for background? Try this:
Context menu on cover -> Splitter Settings -> Script tab
find code like this:
$puts(kcp,$findfile(
$get(fdir)*front.*,
$get(fdir)folder.*,
$get(fdir)cover.*,
$get(fdir)front_bv.*,
$get(fdir)*.jpg
))
$puts(kap,$findfile(
$get(adir)%artist%.jpg,
$get(adir)artist.jpg,
$get(adir)%artist%_bv.jpg,
$get(adir)%artist%.gif,
$get(adir)artist.gif,
$get(adir)%artist%_bv.gif,
$get(adir)%artist%.png,
$get(adir)artist.png,
$get(adir)%artist%_bv.png
))
Delete this strings (this is artist image and cover image)
find
$puts(wpp,$get(main.dir)/images/w$get_ps_global(curr_w).jpg)
also delete (standart wallpaper)
👍: 0 ⏩: 0


















