Lowyat.NET Forums

Welcome Guest ( Log In | Register )

74 Pages « < 71 72 73 74 > 
RSS feedReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> foobar2000 customization topic, post screenshot here.. (Guide)

aidlover
post May 1 2008, 10:02 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1441


~freelance~
****

Group: Senior Member
Posts: 629
Joined: January 2003
From: kl. MMU Melaka







hey guys,

you all know how to display album art which is embedded in the song?

i lazy to sort out my songs.. so all those latest tracks with embedded album art are put in a folder. and it can only show 1 of the album art and it wont change even when playing other songs
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
GulaV
post May 3 2008, 06:57 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1442


Regular
***

Group: Junior Member
Posts: 374
Joined: October 2006
From: Mars






I have a problem. In my playlist it suppose to view coverart but it became selective. What I mean here is only certain albums show the coverart, some don't. I've changed all the filename to folder.jpg. When I'm using other conf, this prob doesn't show up. Any idea where to look to repair it? From what I can see in the script, nothing weird. Is filesize an issue here? or resolution?

What I'm mad right now is the selective behavior. Some shows up, some don't.. So sifu here, please help me.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post May 3 2008, 07:11 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1443


Kelab Tag Merah
Group Icon

Group: Staff
Posts: 12,248
Joined: January 2003
From: Siberia





@GulaV, can I have the config?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
GulaV
post May 3 2008, 07:50 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1444


Regular
***

Group: Junior Member
Posts: 374
Joined: October 2006
From: Mars






Thanks fariz. That was fast. Very fast.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post May 3 2008, 07:58 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1445


Kelab Tag Merah
Group Icon

Group: Staff
Posts: 12,248
Joined: January 2003
From: Siberia





the coverPath code also works with other configs you just have to know where to put it..

here's mine, it search the album folder, a folder above it (for multi disc album) and my custom album art folder.

CODE
// Cover Path
$setpvar(coverPath,
   $if3(
       $if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),
       $replace(%path%,%filename_ext%,folder.jpg))
   ,
       $if($fileexists($replace(%path%,%directoryname%'\'%filename_ext%,folder.jpg)),
       $replace(%path%,%directoryname%'\'%filename_ext%,folder.jpg))
   ,
       $if($fileexists(E:\Covers\$replace(%artist% - $if2(%album%,%title%),:,_,?,_,/,_,.,_).jpg),
       E:\Covers\$replace(%artist% - $if2(%album%,%title%),:,_,?,_,/,_,.,_).jpg)
   ,
       $if($fileexists(E:\Covers\%filename%.jpg),
       E:\Covers\%filename%.jpg)
   ,
       $if($fileexists(E:\Covers\%artist%.jpg),
       E:\Covers\%artist%.jpg)
   ,)
)


put this in User Globals, and put $getpvar(coverPath) in your Panels UI config

This post has been edited by fariz: May 3 2008, 08:00 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
wiLL*lianG
post May 4 2008, 09:15 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1446


All About Passion~
****

Group: Senior Member
Posts: 570
Joined: January 2003
From: small town





QUOTE(fariz @ Apr 3 2008, 05:32 PM)
this is what you would call simple.. tongue.gif

» Click to show Spoiler - click again to hide... «


Uru_FooUru_Foo
*


nice simple skin..
Im jst tried with this..
but having some problem with moving songs with mouse left click in playlist, any option or code needed for this?
Thx smile.gif

This post has been edited by wiLL*lianG: May 4 2008, 09:30 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post May 4 2008, 09:33 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1447


Kelab Tag Merah
Group Icon

Group: Staff
Posts: 12,248
Joined: January 2003
From: Siberia





drag and drop in a playlist?

can't do it if you use panels ui 0.13.8, not sure if you can do it with v0.14.x

if you wanna try, backup your panels ui configs, cause once you loaded your config in 0.14.x, you can't use them back in 0.13.8
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Baron_Bleakstare
post May 6 2008, 08:11 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1448


Regular
**

Group: Junior Member
Posts: 240
Joined: October 2004
From: valley of sin






a little mod from UnitedColors....

user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
wiLL*lianG
post May 6 2008, 08:24 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1449


All About Passion~
****

Group: Senior Member
Posts: 570
Joined: January 2003
From: small town





QUOTE(fariz @ May 4 2008, 09:33 AM)
drag and drop in a playlist?

can't do it if you use panels ui 0.13.8, not sure if you can do it with v0.14.x

if you wanna try, backup your panels ui configs, cause once you loaded your config in 0.14.x, you can't use them back in 0.13.8
*


ya, drag and drop within the playlist...
so where can I d/l the 0.14.x ... was search around, but only get 0.13.8...

o/t: wat desktop theme u use for that in the pix...?

edit: copy paste and tested the 0.14.12 Beta PanelsUI, solve the drag and drop inside playlist... thx fariz..

This post has been edited by wiLL*lianG: May 6 2008, 11:23 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post May 6 2008, 09:45 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1450


Kelab Tag Merah
Group Icon

Group: Staff
Posts: 12,248
Joined: January 2003
From: Siberia





QUOTE(wiLL*lianG @ May 6 2008, 08:24 PM)
ya, drag and drop within the playlist...
so where can I d/l the 0.14.x ... was search around, but only get 0.13.8...

o/t: wat desktop theme u use for that in the pix...?
*


http://panels.fooblog2000.com/foo_ui_panels_beta.zip

the theme is Royale Vista 2
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
junster
post May 11 2008, 01:35 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1451


Regular
***

Group: Junior Member
Posts: 376
Joined: December 2004
From: A Pile of Junks





need help guys!
im using the fofr config and a weird thing just happen to my foobar..
i tried load from my button file and still cant get it back..tried redownload and load a new .fcb file(same buttons) still cannot..and i tried reinstall foobar also cant solve it..

so now im hoping u sifus out there pls help me!!! cry.gif

user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Joseph Hahn
post Jun 24 2008, 03:18 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1452


im in ur kamera stealin ur megapixlulz
*******

Group: Senior Member
Posts: 5,029
Joined: January 2003
From: Segamat, Johor





User is offlineProfile CardPM
Go to the top of the page
+Quote Post
amenlo9
post Jun 29 2008, 04:13 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1453


Look at all my stars!!
*******

Group: Senior Member
Posts: 2,245
Joined: January 2003
From: Sepang,Cheras,Jupiter






QUOTE(Joseph Hahn @ Jun 24 2008, 03:18 AM)

very nice theme.i follow all the instruction given but still not able to come out theme like him.any simple guide or 1 click installation theme there?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SephirothX
post Jul 1 2008, 03:02 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1454


Regular
**

Group: Junior Member
Posts: 234
Joined: October 2006
From: Nilai(N. Sembilan), JB





Erm, excuse me, how do I use, or rather, where should I download from this foobar?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Jul 1 2008, 05:25 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1455


Kelab Tag Merah
Group Icon

Group: Staff
Posts: 12,248
Joined: January 2003
From: Siberia





QUOTE(SephirothX @ Jul 1 2008, 03:02 PM)
Erm, excuse me, how do I use, or rather, where should I download from this foobar?
*


http://www.foobar2000.org/
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
karasawamk2
post Jul 2 2008, 12:22 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1456


Regular
**

Group: Junior Member
Posts: 94
Joined: January 2007




foo ibliza.... nice rclxms.gif

Attached Image Attached Image Attached Image Attached Image

User is online!Profile CardPM
Go to the top of the page
+Quote Post
HexPhoenix
post Jul 2 2008, 01:57 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1457


Regular
**

Group: Junior Member
Posts: 71
Joined: October 2005






foo ibiza REALLY make my head turned around.... rclxub.gif sweat.gif

still learning using foobar 0.9.5. many changes since 0.9.4.


Added on July 2, 2008, 2:02 am
QUOTE(aidlover @ May 1 2008, 11:02 PM)
hey guys,

you all know how to display album art which is embedded in the song?

i lazy to sort out my songs.. so all those latest tracks with embedded album art are put in a folder. and it can only show 1 of the album art and it wont change even when playing other songs
*



i think you have to sort your song. theres no other way

except

you can edit those script in foobar.

This post has been edited by HexPhoenix: Jul 2 2008, 02:02 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Pangkey
post Jul 13 2008, 01:56 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1458


Regular
**

Group: Junior Member
Posts: 164
Joined: February 2005
From: kl





ive downloaded all the scripts from hydrogenaudio.com, im confused.....i still cant figure out how this things work. All the files that ive downloaded, i extract them to foobar2000 folders. It doesnt change any single thing when i open it.

and when the guide mentions :run foobar with ColumnsUI as interface", i cant seem to figure out how to do this. can somebody help me please, thanks alot smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
almostthere
post Jul 16 2008, 07:02 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1459


Take a hike, wang-broom!
Group Icon

Group: VIP
Posts: 3,603
Joined: January 2003
From: Where I'm not obligated to apologise to w@nk3rs






Requesting for the following component:

foo_uie_quicksearch.dll

Doing the IBIZA setup but short of one component

@Pangkey

QUOTE(Pangkey @ Jul 13 2008, 01:56 PM)
ive downloaded all the scripts from hydrogenaudio.com, im confused.....i still cant figure out how this things work. All the files that ive downloaded, i extract them to foobar2000 folders. It doesnt change any single thing when i open it.

and when the guide mentions :run foobar with ColumnsUI as interface", i cant seem to figure out how to do this. can somebody help me please, thanks alot smile.gif
*



You can select it manually in this Preference panel

Attached Image

PS: Did you download the components files too? Those need to go into the C:\Program Files\foobar2000\components folder

This post has been edited by almostthere: Jul 16 2008, 07:05 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jihchuan
post Aug 1 2008, 08:44 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #1460


Regular
**

Group: Junior Member
Posts: 207
Joined: October 2006






QUOTE(almostthere @ Jul 16 2008, 07:02 PM)
Requesting for the following component:

foo_uie_quicksearch.dll

Doing the IBIZA setup but short of one component


http://rapidshare.com/files/107064628/foo_...search.zip.html


This post has been edited by jihchuan: Aug 1 2008, 08:45 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

74 Pages « < 71 72 73 74 >
Bump TopicReply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 5th September 2008 - 01:49 PM
All Rights Reserved 2003-2008 Vijandren Ramadass (~why so serious?~)
Hosting powered by IPServerOne - a Malaysian Web Hosting Company