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: JSplitter (splitter + SMP x64 alternative)
Last post by TT -
@LUR,

thanks for the new versions! I tried both JSplitter versions 3.7.0 and 4.0.1 and 3.7.0 seems to be stable without issues.
It's good that you fixed the heap corruption issue ( that was present in your other versions ) as I have checked with AppVerifier
and it passes all tests except the "Low Resource" test, which is obvious and shouldn't be enabled...

There seems to be no issues with 3.7.0 with complex scripts as I am using it with Georgia-ReBORN 64-bit,
but 4.0.1 has GDI graphics issues. On script loading when foobar starts, sometimes it displays graphics, e.g the playlist,
but most of the time is just a blank background with rendered shadows ( gradients ) and nothing more.

-TT
 
3
foobar2000 for Mac / Re: foobar2000 for Mac: bugs
Last post by Peter -
Works for me on all Macs that I have access to.

I see delete with Fn pressed isn't handled, neither is "forward delete" present on fullsize keyboards, I'm adding this, we'll see if it helps.

... What keyboard do you use?


Edit: new build up
4
foobar2000 for Mac / Re: DSD playback for macOS
Last post by WonkyPaw -
This is something I went through a long time, so ... look up forums on the SACD plugin page but it comes to this:

Macs can't natively play DSD files, so you have to set the plugin to PCM at highest you can get ... but usually 176.4 to keep the integers ok. I have never been able to get pure DSD, no matter that DAC or receiver.

If you find a way, I would love to know, but never got it to pass through on mac or Windows ... ever
6
foobar2000 for Mac / Re: foobar2000 for Mac: bugs
Last post by Guildencrantz -

Delete key also stopped working in preview version when trying to delete embedded artwork from files (it worked before).
Sorry, works for me. Please clarify.



It was possible before to select an embedded picture in file’s properties and press Delete to delete it from the file. Now Delete simply does nothing. Minus button at the bottom of Properties window still works for this, but it is less convenient.
7
foobar2000 for Mac / Re: foobar2000 for Mac: bugs
Last post by Peter -
Not so much a bug as a suboptimal function. I imported a playlist with the following radio

Code: [Select]
#EXTINF:-1,Neoclassical
http://79.120.39.202:8000/neoclassical

FB2k shows the title "Neoclassical" at first, but once played, the title is changed to "2" which is less helpful. I'm guessing this is the title returned by the stream and in most instances, this is what we want, but in this case, it's worse. Maybe there needs to be a check and using some simple heuristics to determine whether to replace the title?
Somewhat late, but this station really transmits "2" as its name:
Code: [Select]
HTTP/1.0 200 OK
Content-Type: audio/aacp
(...)
icy-name:2
9
Off-Topic / Re: AudioSurf
Last post by coveyinvest -
Really interesting to see how AudioSurf analyzes tracks using FFT and normalization instead of RMS. Your test tone approach was clever, and the format compatibility tips are super helpful.
10
3rd Party Plugins - (fb2k) / Re: JSplitter (splitter + SMP x64 alternative)
Last post by regor -
Quote
Yep. But it's a pure coincidence) I hasten to inform you that there is a bug in the foo_listenbrainz2 plugin, due to which the plugin can report literally anything about the state of the unchecked menu, in other words, we can simply get numeric garbage. Therefore, in 32 and 64 bit versions it turned out differently, just was unlucky with 32 bits) But when menu is checked it is always correct, that's a fact.

Thanks for taking a look at it. I was expecting that after seeing your gif, so that's why I tried both architectures. I opened an issue about this on October for that particular component, but it was considered a SMP problem at that point and not a bug. Don't really care about who got it wrong first, although people using flags in different ways smells like problems...

If following marc's approach works for checking entries from any component, whether they do it right or not, that's probably the best approach (in addition to filling issues when found).
https://github.com/marc2k3/foo_spider_monkey_panel/commit/3c1704bf8271d8d95829177d76734e24b628bd43

There are so many components that is not feasible to check them one by one to find who is doing it right, and many will probably never receive updates.