Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
2
3rd Party Plugins - (fb2k) / Re: foo_tradersfriend
Last post by anazgnos -
This is one component that has never been brought into foobar 2.0/64 bit.  It's an irreplaceable component, imo, I haven't found anything that comes close to it's functionality.  It's annoying to have to keep a 32-bit version of foobar installed just so I can keep using this one component and I'd love to hear if anyone has found a workaround
3
General - (fb2k) / How do I auto-hide fields in Item properties panel if empty?
Last post by thatG -
Hi,
I hope this is the right section.
I've been messing around with Columns UI trying to build a decent setup. I have a special folder with selected tracks and detailed release and production info. They vary from song to song. Some have more information, some less.
How can I auto-hide blank tag fields?
Is my way even the right approach? or is there a better way than 'Item Properties' panel to show production credits? because it doesn't really give me much to work with. There are no options whatsoever. This is obviously an 'if-task' but I have no idea how and where to put it.

If someone can kindly point me to the right direction. Thank you. (screenshot attached)

4
3rd Party Plugins - (fb2k) / Re: Timeline-SMP
Last post by regor -
Updated the nightly with some QOL changes, those were the latest quirks remaining in the charts framework. Took me some time to "fix" them without breaking resizing support.

Quote
- Timeline:
 ### Added
### Changed
- UI: improved contrast between X-axis label backgrounds and text, using WCAG contrast ratio now. Previously it just inverted the label color to B&W.
- UI: minor adjustments to X-axis title position.
- UI: Y-axis title position will now be adjusted according to data labels position in pie and doughnut charts to avoid overlapping.
### Removed
### Fixed
- UI: fixed wrong highlighting for scatter charts. It was smaller by a few px in some cases on both axis.
- UI: fixed X-axis first and last labels background not being properly adjusted in some cases for 'bars', 'lines' and 'scatter' charts.

Before pie Y-title position (static) and labels background (low contrast in some cases):
Spoiler (click to show/hide)
After pie Y-title position (dynamic) and labels background (highest perceptual contrast possible between b/w):
Spoiler (click to show/hide)
Before first and last x-labels background position (misaligned in some sizes):
Spoiler (click to show/hide)
After first and last x-labels background  position (aligned in any size):
Spoiler (click to show/hide)
5
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by Defender -
I'm trying to add some functionality to the original seekbar from the samples.

I added PlayOrPause to rightclick so you can start playing, pause or resume playing. Works.
I added some changes in the display of the TIME/seekbar stuff when width is limited. Also works.

I added hover on TIME/seekbar so the alpha goes up when being over the seekbar with the mouse. Works well too when playing. But not when paused or stopped.
While playing it uses the callback on_mouse_move to set the alpha, but this callback does not seem to be triggered when paused/stopped.
Checked all the docs, tried a lot but cannot activate the hover when paused/stopped.

Is there another callback I should use? Or does it require changes in seekbar.js?
6
3rd Party Plugins - (fb2k) / Re: Eole, a SMP/ColumnUI theme
Last post by Ottodix -
1. some of my album titles are quite long, and I was wondering if it is possible to wrap the album title and have it on two lines.
Right now it is like this: 
Right click over the album grid > settings > tracklist > header. And then you can customize the first and second row, you can use any titleformat script you want. You can't have more than 2 rows, and you can't split a titleformat script across the 2 lines however. So having the album title on 2 lines isn't possible. You could kind of do it by using $substr(%album%,0,10) for the first line, and $substr(%album%,10,$len(%album%)) for the second line, but it won't be fantastic (won't split the words nicely, won't hide the second line when the album title is less than 10 characters, etc)
EDIT : it was bugged, i just pushed a commit. My commit only fix a bug, but it doesn't extend the functionaly described there.
2. in the same image, is there a way to switch off the year at the end of the album title? (I have the date in front anyway)
Yep, same solution, use for example %album% for the first row, and %album artist% for the second
3. I am also wondering how I can get the artwork to be displayed in big on the right side bar, just like this: https://raw.githubusercontent.com/Ottodix/Eole-foobar-theme/master/preview.png
Right click over the title bar > settings > buttons > check right sidebar function. Then a button will appear if it wasn't checked yet. And with this button you can toggle the visibility of the artwork in the right sidebar. It works per tab, it mean that you can have it diplayed on the "library" tab, but hidden on the "now playing" tab
8
Validated News / Re: Exact Audio Copy v1.7 [now v1.8]
Last post by gnudb -
Some programs moved away from Gnudb due to misinformation, such as claims by dbpoweramp that Gnudb was selling email addresses—a baseless accusation. I attempted to persuade EAC to give users the choice to decide which database they want to use, leaving the decision in their hands.

The result is that some discs are not recognized by EAC and similar programs but are found using dbpoweramp. Dbpoweramp misrepresents its requests to Gnudb, referring to it as "freedb (archived)" while actually retrieving data from Gnudb.
10
CD Hardware/Software / Re: EAC, freedb, and DATA?
Last post by gnudb -
You can modify and submit data as before. However, to view your submission, perform a query to retrieve the unique gnucdid assigned to it. This gnucdid enables you to access your submission's content. Queries always return the updated gnucdid. While older submissions may still be accessible via their original discid, using the gnucdid is the most reliable method to read your data, especially for new entries.

To address some weaknesses in the old discid used in the CDDB protocol, we introduced a new ID called gnucdid. The gnucdid retains the 8-character hex format but is unique to each set of metadata. Queries are performed using the CD layout as usual. The response from gnudb will include one or more gnucdids, sorted by the closest matching layout first. Currently, there are over 5,500,000 unique CD layouts with corresponding metadata. Categories have been removed, and we always return the category "data" to ensure compatibility with older programs.