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
1
3rd Party Plugins - (fb2k) / Re: NEW ESLyric v0.5 - an alternative lyric show component
Last post by ohyeah -
ESLyric v1.0.2.2
https://github.com/ESLyric/release/releases/tag/1.0.2.2
Happy to test for you when a next version is supposed to restore transparency from a JSplitter parent.
Check the 'Support pesudo transparency' option in the JSplitter context menu.
In my normal skin that uses ESlyric from PSS everything is fine.

Then I loaded the portable I used before with the lovely pink background, updated that version to fooBar 2.24.5 and updated ESlyric to 1.0.3.1.
Everything works fine from PSS. No transparency though in the JSplitter.

You mention  'Support pesudo transparency' option in the JSplitter context menu .
I have no clue what you mean. JSplitter does not have this context menu. It does have a COnfigure Panel - Appearance - Use pseudo transparency tickbox which of course was already enabled. Also in ESlyric pseudo transparency is/was enabled.

Am I missing something?

I attached the updated portable with some screenshots.

X
2
General Audio / Re: Need some advice on resampling 192Khz/32bit float.
Last post by Wombat -

[Thanks! Any opinion on noise shaping?
Some years back i played around with noise shaping and found the shibata shapes indeed sounding very pleasant to my ears when amplified. There must be some samples in the upload section.
I checked many years on many recordings if it is worth to apply but all the music i seem to listen never needs full 16 bits leave alone needing it noise shaped.
For the sake of doing at least something to lower the possibility of perceived noise i now use the sloped dither inside SoX with dither -S -a.
6
foobar2000 mobile / Preview 2.25 (iOS) Multi Tagged Genres etc.
Last post by MotleyG -
Quote
2.25 preview available
New versioning scheme in sync with desktop foobar2000.
Database format changed, now allows any number of artists/genres/etc per track.
Your library will be re-indexed on first run.
Regarding "any number of artists/genres/etc per track" does this mean the multi fields for these should each appear in the library browser?

I am on iOS and using primarily m4a/Lossless audio files. Should each genre that is stored separately each appear as a unique genre in the library? With 2.25 only the first one is still appearing.
10
3rd Party Plugins - (fb2k) / Re: [Not My Release] ELPlaylist
Last post by tromd -
I need a little more help: I'm trying to create a UI that scales with the window size, but I can't figure out how to scale the artwork in the group header.

I put this in the ElPlaylist settings:
Code: [Select]
Row number of group header:
$ifgreater(%el_width%,600,5,4)
And that sort of works, but you have to manually refresh the playlist panel every time, instead if refreshing automatically like the rest of the ui.

I tried to hack it by adding fb.RunMainMenuCommand("View/ELPlaylist/Refresh") to the on_size function in the seekbar script that I'm using, which works fine if you drag to resize the window, but if you maximize the window or snap it to the sides it has the opposite effect; enlarging the window makes the cover art smaller while shrinking the window makes the cover larger. I'm guessing because the on_size function calculates the window size before any commands are executed, making ElPlaylist believe the window size didn't change before refreshing.

I suck at scripting so I don't know how to do this properly, but if anyone has any ideas lemme know.