Welcome Guest ( Log In | Register )

92 Pages « < 50 51 52 53 54 > » Bottom

Outline · [ Standard ] · Linear+

Guide foobar2000 customization topic, post screenshot here.

views
     
IntegraTypeR
post Feb 19 2007, 12:09 AM

Guitar alien
*****
Senior Member
736 posts

Joined: Jan 2003
From: Kota Damansara / Sunway


QUOTE(Zephyr_Mage @ Feb 18 2007, 11:56 PM)
Give me some time yeah... I've done this before but I've forgotten about it tongue.gif
As for the layout, your problem is, you've inserted Splitters into the Tabbed Panel Stack Mod, that's why you see Splitters in your tab.
» Click to show Spoiler - click again to hide... «

Change them to the panels you want.


Added on February 19, 2007, 12:05 amOne question, what did you set your row height at?
*
What do you suggest i put for the tabs ? As in, which will be useful, your point of view as a seasoned fb2k user.

Currently i removed both tabs, as i have no idea which are useful.


As for the row height, here.
Attached Image

I suppose this is the right setting page, as i recalled encountering a few of these similar options.
Zephyr_Mage
post Feb 19 2007, 12:16 AM

Look at all my stars!!
*******
Validating
5,444 posts

Joined: Jan 2003
Lyrics Show? Playlist Switcher? Album List?
These are few of the panels I think are useful, well I don't use Columns UI anymore so I'm not exactly good at it anymore tongue.gif

By the way, it's hard to modify the code to resize the cover. But only because you are using a cd case which is hard to resize.
It's easy to resize the cover, but not the case and the cd, if you catch my drift.

Also, if you have a lot of single tracks which do not belong to an album, I suggest you ditch this, put the album cover in the Group Display instead, and use some other panel to display a bigger view. I'm doing that right now.

This post has been edited by Zephyr_Mage: Feb 19 2007, 12:17 AM
IntegraTypeR
post Feb 19 2007, 11:06 AM

Guitar alien
*****
Senior Member
736 posts

Joined: Jan 2003
From: Kota Damansara / Sunway


QUOTE(Zephyr_Mage @ Feb 19 2007, 12:16 AM)
Lyrics Show? Playlist Switcher? Album List?
These are few of the panels I think are useful, well I don't use Columns UI anymore so I'm not exactly good at it anymore tongue.gif

By the way, it's hard to modify the code to resize the cover. But only because you are using a cd case which is hard to resize.
It's easy to resize the cover, but not the case and the cd, if you catch my drift.

Also, if you have a lot of single tracks which do not belong to an album, I suggest you ditch this, put the album cover in the Group Display instead, and use some other panel to display a bigger view. I'm doing that right now.
*
I don't have a problem with the current cd case and cd size.
Just that i have no idea where to start to modify the codes to allow the cover to be shown for singles with only 4 tracks. Is it possible to set a wildcard to allow any number rather than just 4 and above ?

This post has been edited by IntegraTypeR: Feb 19 2007, 11:15 AM
Zephyr_Mage
post Feb 19 2007, 11:40 AM

Look at all my stars!!
*******
Validating
5,444 posts

Joined: Jan 2003
The thing is, if you have less then 5 tracks, foobar will not reserve an extra row to load the case, so the cover will be clipped.

You see, your code loads 18 pixels each row. Which means track#1 loads 1-18, track#2 loads 19-36 etc. In other words, you need a minimum of 5 rows (or tracks) to fully load the case. Any less, the case will be clipped. So if you want it to show the cover even with 4 tracks or less, you need to resize it, and resizing the cd case itself is difficult (it has those transparent edges and shadows, making the size not consistent with the cover).

By the way, here's my work, not complete yet though tongue.gif I've still got some things to add (especially the track display, it's too plain lol)
user posted image
As I've said before, I had a code similar to yours but I found it too troublesome.
nasik
post Feb 19 2007, 11:53 AM

⎛⎝⎛ooo..
****
Senior Member
569 posts

Joined: May 2005
From: Bikini Bottom



QUOTE(Zephyr_Mage @ Feb 19 2007, 11:40 AM)

By the way, here's my work, not complete yet though tongue.gif I've still got some things to add (especially the track display, it's too plain lol)
user posted image
As I've said before, I had a code similar to yours but I found it too troublesome.
*
fuh, chun. make sure to share it after u complete it. rclxms.gif
Zephyr_Mage
post Feb 19 2007, 05:25 PM

Look at all my stars!!
*******
Validating
5,444 posts

Joined: Jan 2003
QUOTE(nasik @ Feb 19 2007, 11:53 AM)
fuh, chun. make sure to share it after u complete it.  rclxms.gif
*
My pleasure.
I might make a few modifications here and there but atm it's quite complete.

user posted image
IntegraTypeR
post Feb 20 2007, 01:15 AM

Guitar alien
*****
Senior Member
736 posts

Joined: Jan 2003
From: Kota Damansara / Sunway


QUOTE(Zephyr_Mage @ Feb 19 2007, 11:40 AM)
The thing is, if you have less then 5 tracks, foobar will not reserve an extra row to load the case, so the cover will be clipped.

You see, your code loads 18 pixels each row. Which means track#1 loads 1-18, track#2 loads 19-36 etc. In other words, you need a minimum of 5 rows (or tracks) to fully load the case. Any less, the case will be clipped. So if you want it to show the cover even with 4 tracks or less, you need to resize it, and resizing the cd case itself is difficult (it has those transparent edges and shadows, making the size not consistent with the cover).

By the way, here's my work, not complete yet though tongue.gif I've still got some things to add (especially the track display, it's too plain lol)
user posted image
As I've said before, I had a code similar to yours but I found it too troublesome.
*
I finally get what you meant. I guess i'll settle for the "no albumart for singles with less than 5 tracks" issue for now. Thanks for your effort, dude. Greatly appreciated it. smile.gif

This post has been edited by IntegraTypeR: Feb 20 2007, 01:18 AM
karasawamk2
post Feb 20 2007, 01:27 AM

Getting Started
**
Junior Member
180 posts

Joined: Jan 2007
From: USJ 9, Subang Jaya



QUOTE(Zephyr_Mage @ Feb 19 2007, 11:40 AM)
By the way, here's my work, not complete yet though tongue.gif I've still got some things to add (especially the track display, it's too plain lol)
user posted image
As I've said before, I had a code similar to yours but I found it too troublesome.
*
Nice.... rclxms.gif would great that u share the config after u finish it...... drool.gif
Zephyr_Mage
post Feb 20 2007, 02:24 AM

Look at all my stars!!
*******
Validating
5,444 posts

Joined: Jan 2003
I'm using Panels UI though, which is terribly buggy right now. foobar kept crashing like a woman driver (j/k ladies tongue.gif).
c0t_c0t_c0t
post Feb 21 2007, 02:02 AM

Getting Started
**
Junior Member
89 posts

Joined: Dec 2006
Help needed, why I cant get the album art panel. I have put the foo_uie_albumart into foobar component folder. Also the newest foo_ui and i'm installing foobar2000 version 0.9.4.2. Can anybody help me. I have tried to uninstall and install it back several time. still get same result. rclxub.gif
Aoshi_88
post Feb 21 2007, 07:19 AM

Talking isn't difficult. Speaking is.
*******
Senior Member
4,670 posts

Joined: Dec 2004


Just want to know... i wanna post a guide on adding /aud capabilities in MIRC to Foobar. Anyone mind if i do so?
IntegraTypeR
post Feb 21 2007, 04:48 PM

Guitar alien
*****
Senior Member
736 posts

Joined: Jan 2003
From: Kota Damansara / Sunway


QUOTE(Aoshi_88 @ Feb 21 2007, 07:19 AM)
Just want to know... i wanna post a guide on adding /aud capabilities in MIRC to Foobar. Anyone mind if i do so?
*
I don't see why not, also i don't mind learning something new. nod.gif
mystical zero
post Feb 21 2007, 05:54 PM

Enthusiast
*****
Senior Member
876 posts

Joined: Nov 2005
From: /root/Melbourne


Question 1
I wish to make a reflection effect for an image by flipping the image over and adding the alpha option. But, my image won't rotate or flip even though i have inserted the ROTATEFLIP-x option. Here's the formatting string:

CODE
$imageabs2(48,48,,,48,48,20,10,C:\Documents and Settings\r!cKy\Application Data\foobar2000\r!cKy\logo.png,NOKEEPASPECT ALPHA-100 ROTATEFLIP-6)


Is there anything wrong with my formatting string? Mind to tell what's the problem?

Question2
user posted image

Is there any way i could remove the "PanelsUI" title from the titlebar?

Any help will be appreciated. icon_question.gif

This post has been edited by mystical zero: Feb 21 2007, 05:55 PM
Praetor
post Feb 22 2007, 02:10 AM

<insert custom member title here>
******
Senior Member
1,794 posts

Joined: Jan 2003
From: int lo0/0


hi guys, i'm looking for a backdated version of Track info panel mod v0.7.1 beta. anyone of you still having it? i found one on the internet but it was modded and the menus are all in chinese. biggrin.gif
c0t_c0t_c0t
post Feb 22 2007, 02:58 AM

Getting Started
**
Junior Member
89 posts

Joined: Dec 2006
Thank Praetor. Problem settle. Thank u very very much. rclxms.gif rclxms.gif rclxms.gif

This post has been edited by c0t_c0t_c0t: Feb 22 2007, 04:39 AM
Praetor
post Feb 22 2007, 03:56 AM

<insert custom member title here>
******
Senior Member
1,794 posts

Joined: Jan 2003
From: int lo0/0


QUOTE(c0t_c0t_c0t @ Feb 22 2007, 02:58 AM)
Help me, I have follow all instruction, still don't manage to get the album art panel.

I have read all post in LYN, hydrogenation and oso the Foobar 2000 Manual, still get the same result. Can u guys help me. I have several time install and uninstall it.
*
you need to configure it via the Preference -> Columns UI -> Layout section. Right click -> Insert panel -> Panels -> Album Art
mystical zero
post Feb 22 2007, 11:04 AM

Enthusiast
*****
Senior Member
876 posts

Joined: Nov 2005
From: /root/Melbourne


QUOTE(Praetor @ Feb 22 2007, 02:10 AM)
hi guys, i'm looking for a backdated version of Track info panel mod v0.7.1 beta. anyone of you still having it? i found one on the internet but it was modded and the menus are all in chinese. biggrin.gif
*
Here you go. wink.gif

Anyway, you've indirectly help me with my first problem. I've just notice that the v0.71 beta of track if mod won't let me rotate the image. Until you mentioned about the older version of track info mod, i only realized that i am still using the 0.71 beta version. Upgrading to the newer 0.80 beta solve my problem.

QUOTE(mystical zero @ Feb 21 2007, 05:54 PM)
Question2
user posted image

Is there any way i could remove the "PanelsUI" title from the titlebar?

Any help will be appreciated. icon_question.gif
*
Anyone? icon_question.gif

This post has been edited by mystical zero: Feb 22 2007, 11:04 AM
Praetor
post Feb 22 2007, 12:56 PM

<insert custom member title here>
******
Senior Member
1,794 posts

Joined: Jan 2003
From: int lo0/0


QUOTE(mystical zero @ Feb 22 2007, 11:04 AM)
Here you go. wink.gif

Anyway, you've indirectly help me with my first problem. I've just notice that the v0.71 beta of track if mod won't let me rotate the image. Until you mentioned about the older version of track info mod, i only realized that i am still using the 0.71 beta version. Upgrading to the newer 0.8.0 beta solve my problem.
Anyone? icon_question.gif
*
Thanks a lot mystical zero. I had some problem with the 0.8.0 version, might be due to the fact that my code is not 'compliant' with the 0.8.0 version. It works fine once I revert back to the older 0.7.1 beta version. I guess we helped each other indirectly. biggrin.gif

This post has been edited by Praetor: Feb 22 2007, 12:57 PM
Zephyr_Mage
post Feb 22 2007, 02:13 PM

Look at all my stars!!
*******
Validating
5,444 posts

Joined: Jan 2003
QUOTE(mystical zero @ Feb 22 2007, 11:04 AM)
Anyone? icon_question.gif
*
It only shows when you are not playing anything.
There's no known solution, but one workaround is to always use pause instead of stop. tongue.gif
mystical zero
post Feb 23 2007, 10:17 PM

Enthusiast
*****
Senior Member
876 posts

Joined: Nov 2005
From: /root/Melbourne


My foobar:

user posted image

P/S: Sorry Zephyr_Mage tongue.gif. I copied your layout and make one similar to yours.

This post has been edited by mystical zero: Feb 23 2007, 10:19 PM

92 Pages « < 50 51 52 53 54 > » Top
 

Change to:
| Lo-Fi Version
0.0198sec    0.53    6 queries    GZIP Disabled
Time is now: 27th November 2025 - 01:23 PM