1
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.
2
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by telboy1812 -3
3rd Party Plugins - (fb2k) / Re: foo_vis_vumeter
Last post by TF3RDL -Which is a .zip file (containing .ini file for configuration) rather than .bin file generated by VUEditor by DRON on Russian foobar2000 forums iirc
Also, how about a Mid/Side mode like in my own multichannel peakmeter visualizer? Which when selected, the VU meter visualization would display M/S (sum and difference channels respectively) instead of L/R channels
Obviously, this FR should only come once this component is out of the beta stage
4
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by telboy1812 -5
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by grounder -how do i increase the text sizeCtrl+ Mouse Scroll Up/Down
6
foobar2000 mobile / Re: QOL - album view displays artists issue 1.6.2
Last post by Akbis -p.s.
I edit tags in a program for Windows - Mp3tag ( https://www.mp3tag.de ). It allows batch processing of large albums. Many functions. You can also edit tags in the WinAmp player, but one track at a time. Therefore, I have no problems with tags. In other players, everything is ok!.
We need to inform the programmers somehow so that they fix this error. See screenshot.
On the screenshot for example, how the same albums look in the Pulsar player. In the Pulsar player everything is fine. One cover each.
7
CD Hardware/Software / EAC, freedb, and DATA?
Last post by teh roxxors -Anyone have insight as to what happened?
As for why I use freedb and not one of the other databases—because it will be suggested: I try to avoid UNICODE in file names, something that plagues other services. Freedb also allows me to upload metadata for unknown CDs, which I've never managed successfully with other services. Finally, I've used freedb for over 20 years. Why change now?
8
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by ktf -9
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by Hakan Abbas -Does HALAC handle mono audio by the way? I ran a comparison script overnight, and it seems HALAC did strange things on two mono files.
Code: [Select]
HALAC 0.3.6 Multithread Encoder (11 October 2024)HALAC currently only supports 2 channel stereo. However, if the number of channels is different from 2, you should have received a warning.
Hakan Abbas (abbas.hakan@gmail.com)
Only 16 bit, 2 channels .wav types are supported for input!
All the data I have is 16 bit stereo. No request for single channel mono has been received so far. And I don't know much about the widespread use of mono audio data. If it is important, I can add mono when preparing multichannel support.
10
Support - (fb2k) / Re: foobar2000 does not report accurate playback information to Windows
Last post by ungive -Anyway, I've gone ahead now and forked the old foo_mediacontrol plugin, compiled it using the newest foobar2000 SDK and added reporting of the current timeline position and song duration.
You can find the source code and binary releases here: https://github.com/ungive/foo_mediacontrol
This is what it ends up looking on Discord if you use Music Presence
In my personal opinion foobar2000 should be fixed to report the additional missing information, so a plugin like this becomes obsolete.
This is what foo_mediacontrol reports with my changes:
Code: [Select]
AppUserModelId: foobar2000.exe
Title: Closer
Artist: The Chainsmokers, Halsey
AlbumTitle: Closer
PlaybackStatus: Playing
Position: 14865ms
Position (live): 189885ms
LastUpdatedTime: 1728647744095ms
StartTime: 0ms
EndTime: 244960ms
EndTime - StartTime (duration): 244960ms
MinSeekTime: 0ms
MaxSeekTime: 244960ms
MaxSeekTime - MinSeekTime (duration): 244960ms
And this is what foobar2000 with "Windows Universal Volume Control" reports for that song:
Code: [Select]
AppUserModelId: foobar2000.exe
Title: Closer
Artist: The Chainsmokers, Halsey
AlbumTitle: <empty>
PlaybackStatus: Playing
Position: 0ms
Position (live): 13373121716571ms
LastUpdatedTime: -11644473600000ms
StartTime: 0ms
EndTime: 0ms
EndTime - StartTime (duration): 0ms
MinSeekTime: 0ms
MaxSeekTime: 0ms
MaxSeekTime - MinSeekTime (duration): 0ms