Lowyat.NET Forums

Welcome Guest ( Log In | Register )

76 Pages « < 2 3 4 5 6 > »  
RSS feedReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

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

fariz
post Feb 28 2005, 11:55 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #61


Tan Sri F
Group Icon

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





QUOTE(AlamakLor @ Feb 28 2005, 10:47 AM)
something wrong with the buttons....any help?
user posted image
*


enable "bitmap includes mouseover images"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
AlamakLor
post Mar 5 2005, 03:54 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #62


Latest Toy: Dopod 838 pro
Group Icon

Group: Elite
Posts: 9,420
Joined: January 2003
From: Banana Island





QUOTE(acedriver @ Feb 28 2005, 12:55 AM)
enable "bitmap includes mouseover images"
*


worked smile.gif thanks.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 8 2005, 04:36 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #63


Tan Sri F
Group Icon

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





current..

user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ekok
post Mar 9 2005, 08:01 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #64


Regular
**

Group: Junior Member
Posts: 128
Joined: January 2003
From: brunei / miri






HI, i'm having problem in display chinese characters when using Foobar with CDCovers (Samurize)... anyone know how to solve this problem? blink.gif

Attached thumbnail(s)
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Algojo
post Mar 9 2005, 09:40 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #65


Regular
***

Group: Junior Member
Posts: 395
Joined: January 2003
From: HITBSecConf2008 | Lvl 65 PeTT





how u convert all the mp3 to FLAC ?
i bet it would take time for me for 6000+ mp3s
User is online!Profile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 10 2005, 08:37 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #66


Tan Sri F
Group Icon

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





QUOTE(Algojo @ Mar 9 2005, 09:40 PM)
how u convert all the mp3 to FLAC ?
i bet it would take time for me for 6000+ mp3s
*


I don't do that.. mp3 to flac is not recommended.. you should ripped them from original cd..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Jay714
post Mar 10 2005, 07:31 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #67


Enthusiast
****

Group: Senior Member
Posts: 571
Joined: October 2004
From: Penang





acedriver can list the skins u used b4 here onot?
i liked them but dunno where to find ..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 10 2005, 07:56 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #68


Tan Sri F
Group Icon

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





User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 11 2005, 10:09 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #69


Tan Sri F
Group Icon

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





my track info config, use with track info plugin
to use last played, you need playcount plugin
screenshot: http://img.photobucket.com/albums/v235/acedriver/baru.jpg


CODE
$if(%_trackinfo_notrack%,No track playing,
$if(%_trackinfo_nowplaying%,Now Playing:,
$if(%_trackinfo_followcursor%,Selected Track Info:,
))
$char(10)$char(10)
Artist: ffffff%artist%$char(10)
Title: ffffff$replace($meta(title),'(',ffffff'(',')',')'ffffff)ffffff[' ('$meta(title_extra)')']$char(10)
Album: ffffff$if(%album%,$replace($meta(album),'(',ffffff'(',')',')','[',ffffff'[',']',']')FFFFFF|FFFFFF[' disc '$meta(disc)][' '''$meta(discname)''],still unknown)$char(10)
Track Number: ffffff$if(%tracknumber%,$num(%tracknumber%,2),not available)$char(10)
Release Date: ffffff$if3(%date%,not available)$char(10)
Genre: ffffff $if2(%genre%,unknown)$char(10)
Time: ffffff$if(%_isplaying%,%_time_elapsed% '/' )%_length%$char(10)
Codec: ffffff$if($stricmp(%__codec%,'MP3'),'MPEG Layer 3',%__codec%) [- %__mpc_encoder% ['('%__mpc_profile%')']]$char(10)
Bitrate: ffffff%__bitrate% Kbit/s [%__extrainfo%]$char(10)
Track Gain: ffffff$if3(%__replaygain_track_gain%, RG not applied)$char(10)
Album Gain: ffffff$if3(%__replaygain_album_gain%, RG not applied)$char(10)
Last Played: ffffff$select(1,
$if(%__play_date%,
$puts(month,$select($substr(%__play_date%,3,4),
'January','February','March','April','May','June','July','August','September','October','November','December',))
$left(%__play_date%,2)' '$get(month)' 20'$right(%__play_date%,2)', '
),%__play_date%)

$if([%__play_time%],
$ifgreater(%__play_time%,130000,$sub($substr(%__play_time%,1,2),12),$ifgreater(1,$substr(%__play_time%,1,2),'12',$substr(%__play_time%,1,2)))':'$substr(%__play_time%,3,4)
//':'$substr(%__play_time%,5,6)
$ifgreater(%__play_time%,120000,' PM',' AM'),'Never'
)
)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sp@wnie
post Mar 12 2005, 08:47 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #70


Quad Stella
******

Group: Senior Member
Posts: 1,092
Joined: October 2004
From: MIA






wouhou.... thanks ace, these are wat i need. thumbup.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Jay714
post Mar 12 2005, 10:30 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #71


Enthusiast
****

Group: Senior Member
Posts: 571
Joined: October 2004
From: Penang





User is offlineProfile CardPM
Go to the top of the page
+Quote Post
zjye
post Mar 16 2005, 01:50 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #72


Regular
**

Group: Junior Member
Posts: 128
Joined: January 2003





anyone know where can i donwloadn the chinese and english song album cover? i wanto place it to my foobar.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 16 2005, 06:36 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #73


Tan Sri F
Group Icon

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





QUOTE(zjye @ Mar 16 2005, 01:50 PM)
anyone know where can i donwloadn the chinese and english song album cover? i wanto place it to my foobar.
*


english album cover, amazon.com

you could use this app to download cover, http://louhi.kempele.fi/~skyostil/projects/albumart/

for other language, I don't know
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ColeXE
post Mar 20 2005, 08:36 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #74


Regular
**

Group: Junior Member
Posts: 240
Joined: September 2004






Just modified the looks of foobar and a couple of nice stuff.

Main Screen with Album Cover :-)
user posted image

Customized Menu with "Edit With Adobe Audition", easier access. :-)
user posted image

Components Used:
CODE
foo_uie_albumart (Album Art Panel)
foo_albumlist (Album List)
foo_uie_albumlist (Album List Panel)
foo_uie_tabs (Tabbed Panel)
foo_uie_trackinfo (Track Info Panel)
foo_uie_volume (Volume Control Toolbar)
foo_??? (Open With Menu for the Audition)

Columns UI using scheme 13, APC.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Jimbitz
post Mar 22 2005, 03:23 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #75


Regular
**

Group: Junior Member
Posts: 225
Joined: January 2003
From: Petaling Jaya





QUOTE(acedriver @ Mar 8 2005, 04:36 PM)
current..

user posted image
*


how can I get the playback history tab? and why did I have a tab name for the album art cover. how to remove it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 22 2005, 09:04 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #76


Tan Sri F
Group Icon

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





QUOTE(Jimbitz @ Mar 22 2005, 03:23 AM)
how can I get the playback history tab? and why did I have a tab name for the album art cover. how to remove it?
*


1. History plugin

2. Because the album art is part of the toolbar. See http://wiki.hydrogenaudio.org/index.php?ti...ve_the_Playlist
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Jimbitz
post Mar 22 2005, 09:12 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #77


Regular
**

Group: Junior Member
Posts: 225
Joined: January 2003
From: Petaling Jaya





QUOTE(acedriver @ Mar 11 2005, 10:09 AM)
my track info config, use with track info plugin




I can't get that track info code you give to work... Something wrong with the code? or maybe me? when I use the code from the wiki site, it's working fine.

This post has been edited by Jimbitz: Mar 22 2005, 09:16 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 23 2005, 08:03 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #78


Tan Sri F
Group Icon

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





QUOTE(Jimbitz @ Mar 22 2005, 09:12 PM)
I can't get that track info code you give to work... Something wrong with the code? or maybe me? when I use the code from the wiki site, it's working fine.
*


there's no problem with the code.. it works as it is..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 26 2005, 09:11 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #79


Tan Sri F
Group Icon

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





a guide to installing album_art plugin (edited from here):

It's assume you have downloaded your cover art and added it to your albums' folders.

user posted image

You can use one of a number of applications that will to this for you. Example:

Album Cover Art Downloader

Now, on to the installation...

Download MSVCP71.dll and place in foobar2000 folder
DLL-files.com - download msvcp71.dll

Download msvcr71.dll and place in foobar2000 folder
DLL-files.com - download msvcr71.dll

Download foo_ui_columns.dll and place in foobar2000\components folder
http://music.morbo.org/columns.php

Download foo_uie_albumart.dll and place in foobar2000\components folder
http://www.hydrogenaudio.org/forums/index....showtopic=39924

Open foobar2000
Open preferences
Click on "Display"
Change "User interface module" to Columns UI
Click "Save all"
Click "Close"
Close foobar2000
Restart foobar2000
You should now see the sidebar

user posted image

Right-click on the "Playlists" panel title
Choose "Panels"
Choose "Album Art"

user posted image

At this point you should be up and running. Once you add music to your playlist and click around or start playing you should see the cover art.

There are more things you can configure. For example you can have the art shrink to fit the panel. To get to those preferences, just...

Right-click on the "Album Art" panel title
Choose "Preferences..."

user posted image

You can also resize the panel by dragging the sidebar to the left or right and dragging the panel up or down.

This post has been edited by fariz: Mar 14 2006, 04:09 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hulala
post Mar 27 2005, 09:22 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #80


Regular
***

Group: Junior Member
Posts: 311
Joined: January 2003





I want to make my status bar more cool... like the one acedriver made... can anyone supply me some great scripts ?
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

76 Pages « < 2 3 4 5 6 > » 
Bump TopicReply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 23rd November 2008 - 01:53 AM
All Rights Reserved 2003-2008 Vijandren Ramadass (~resistance is futile~)