
Guide foobar2000 customization topic, post screenshot here.
Guide foobar2000 customization topic, post screenshot here.
|
|
Jan 6 2006, 10:32 PM
Return to original view | Post
#1
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
|
|
|
|
|
|
Dec 17 2006, 11:19 AM
Return to original view | Post
#2
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
Does anyone have a working version of the unofficial playcount component for 0.9.4.2?
|
|
|
Feb 16 2007, 01:52 AM
Return to original view | Post
#3
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
Post your code, there has to be something wrong in it.
|
|
|
Feb 17 2007, 07:17 PM
Return to original view | Post
#4
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
As I said, post your codes so that we can rectify the problem!
|
|
|
Feb 17 2007, 09:36 PM
Return to original view | Post
#5
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
|
|
|
Feb 17 2007, 10:08 PM
Return to original view | Post
#6
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
Nasik, are you talking about the plain-looking Single Column Playlist?
If so, do you have the images used in the code? This post has been edited by Zephyr_Mage: Feb 17 2007, 10:08 PM |
|
|
|
|
|
Feb 18 2007, 02:20 AM
Return to original view | Post
#7
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
Try this
Group Display: » Click to show Spoiler - click again to hide... « Item Display: » Click to show Spoiler - click again to hide... « This post has been edited by Zephyr_Mage: Feb 18 2007, 02:20 AM |
|
|
Feb 18 2007, 01:37 PM
Return to original view | Post
#8
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
No problem.
I'm not sure what's wrong with the imageabs tag (I've never used it), but it worked after I changed it to imageabs2 (hence the additional commas) and removed the "\" from "\images". This post has been edited by Zephyr_Mage: Feb 18 2007, 01:38 PM |
|
|
Feb 18 2007, 02:42 PM
Return to original view | Post
#9
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
What do you mean? The code? Or where to save the cover?
The code needed is already in there. If you want to know where to keep the cover, using that code, you need either a 'cover.jpg' or a 'folder.jpg' in the same directory as your mp3. This post has been edited by Zephyr_Mage: Feb 18 2007, 02:44 PM |
|
|
Feb 18 2007, 04:32 PM
Return to original view | Post
#10
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
1. Check your code and the filename again.
2. Go to Preferences->Display->Columns UI. Go to the Status bar/Systray tab. Uncheck "Show status bar". What playcount? Can you show a bigger screenie of that? This post has been edited by Zephyr_Mage: Feb 18 2007, 04:36 PM |
|
|
Feb 18 2007, 06:13 PM
Return to original view | Post
#11
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
My bad
Look in your code for this symbol '↘'. If it appears as "?" in your foobar, then you might be using a different unicode language for your Windows. I'm not 100% sure though. One way to work around, is to make a small png file and use imageabs/imageabs2. |
|
|
Feb 18 2007, 10:48 PM
Return to original view | Post
#12
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
QUOTE(IntegraTypeR @ Feb 18 2007, 10:25 PM) 1. Go to Preferences->Display->Columns UI->Layout and check the layout. If you don't have any idea, post a screenie.2. Your code says "$ifgreater($mul(%_height%,%_itemcount%),88". The album that is having the problem happens to have only 4 tracks. The product of the equation ($mul(x,y) means multiply x with y) is probably not greater than 88 so it does not show any of the images in the $if tag. You see, the $if tag works like this, $if(something, do this, else do that). If you would look at your code, at the end of the $if tag, there is a ",)". Nothing is in the "else do that" area, which means foobar will not do anything if the $if statement is false. That's what I see from the codes, I have not tried it so I can't be 100% sure. 3. I'm not sure what is wrong with this but are you sure the jpg in the folder is called folder.jpg or cover.jpg? Added on February 18, 2007, 10:50 pm QUOTE(karasawamk2 @ Feb 18 2007, 10:40 PM) to answer problem 2:if u audio file has less than 5 tracks,it will not show the cover due to clipping image in playlist(trust me) you can alter the code to resize the album cover according to the itemcount.This post has been edited by Zephyr_Mage: Feb 18 2007, 10:51 PM |
|
|
Feb 18 2007, 11:56 PM
Return to original view | Post
#13
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
Give me some time yeah... I've done this before but I've forgotten about it
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? This post has been edited by Zephyr_Mage: Feb 19 2007, 12:05 AM |
|
|
|
|
|
Feb 19 2007, 12:16 AM
Return to original view | Post
#14
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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 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 |
|
|
Feb 19 2007, 11:40 AM
Return to original view | Post
#15
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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 ![]() As I've said before, I had a code similar to yours but I found it too troublesome. |
|
|
Feb 19 2007, 05:25 PM
Return to original view | Post
#16
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
|
|
|
Feb 20 2007, 02:24 AM
Return to original view | Post
#17
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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
|
|
|
Feb 22 2007, 02:13 PM
Return to original view | Post
#18
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
|
|
|
Feb 23 2007, 11:00 PM
Return to original view | Post
#19
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
No problem, imitation is the best form of flattery
I myself based my layout on a design on the foobar forums anyway |
|
|
Feb 24 2007, 10:18 AM
Return to original view | Post
#20
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Validating
5,444 posts Joined: Jan 2003 |
|
| Change to: | 0.0375sec
0.47
7 queries
GZIP Disabled
Time is now: 26th November 2025 - 02:39 PM |