Recommended Posts

Looks amazing, I've never managed to get my head around Foobar. :wacko:

I was like this a month ago. But ever since dawxxx666 has been sharing his configs, I can truly make FB2K my default music player. Before this it was Winamp. And it was Winamp ever since 97. Thanks to D for his releases & help. :cool:

I don't know if something has the same problem.for me the config works very well and it is awesome but such a lot of ram when i scroll lyrics or when i select another song or change something else.i'm the only who has this problems??Thanks

I don't know if something has the same problem.for me the config works very well and it is awesome but such a lot of ram when i scroll lyrics or when i select another song or change something else.i'm the only who has this problems??Thanks

Maybe you've got the 'Transparent Background option' selected in the setting of the SCPL

so, right click on playlist -> Settings... -> at the left bottom corner, turn off 'transparent background' box.

If it was already unchecked maybe (I know that it's weird) try to delete:

$setpvar(artistFolderPath,G:\Dawid\artists\%artist%.*)
$setpvar(artistInFolderPath,(%path%,%filename_ext%,%artist%.*))

$setpvar(MyArtistPath,
    $if(
        $fileexists($replace(%path%,%filename_ext%,artist.*)),
        $replace(%path%,%filename_ext%,artist.*),
	        $if(
            $fileexists($getpvar(artistFolderPath)),
            $getpvar(artistFolderPath),
	)
	        $if(
            $fileexists($getpvar(artistInFolderPath)),
            $getpvar(artistInFolderPath),
	)
)
)

Maybe you've got the 'Transparent Background option' selected in the setting of the SCPL

so, right click on playlist -> Settings... -> at the left bottom corner, turn off 'transparent background' box.

If it was already unchecked maybe (I know that it's weird) try to delete:

$setpvar(artistFolderPath,G:\Dawid\artists\%artist%.*)
$setpvar(artistInFolderPath,(%path%,%filename_ext%,%artist%.*))

$setpvar(MyArtistPath,
    $if(
        $fileexists($replace(%path%,%filename_ext%,artist.*)),
        $replace(%path%,%filename_ext%,artist.*),
	        $if(
            $fileexists($getpvar(artistFolderPath)),
            $getpvar(artistFolderPath),
	)
	        $if(
            $fileexists($getpvar(artistInFolderPath)),
            $getpvar(artistInFolderPath),
	)
)
)

where i can find this code...

Trasparent background is already deactivated...

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

    • No registered users viewing this page.