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
General - (fb2k) / Is it possible to display all tracks from the folder where you opened the file?
Last post by afrodani -Let's say you have a folder on Windows called "music" and in the "music" folder there are several subfolders, such as "1" "2" "3", and let's say in folder "2" I have 11 tracks. Then I go into that folder, and play track number #5, and foobar will open, but it will only display that track. Now I want it to show all tracks from that folder, "2," so I can switch between tracks. Is that possible?
3
3rd Party Plugins - (fb2k) / Re: NEW ESLyric v0.5 - an alternative lyric show component
Last post by always.beta -It turns out it was from using fb.PlaybackLength <= 0. In fact, both versions were doing this. At first I thought 0.5.4.1028 was ammune. I don't want Lyrics showing when streaming occurs, which is why I use it. I came up with another way to handle that.Stopping playback is different from pausing playback. If you want to display an image when stopping playback, you can add a default image or a custom image + check Always show background. When pausing playback, the image is displayed normally. If you want to go further, you can try layout.
HOWEVER, I do still get a very brief blank screen ONLY on the "later versions" when pressing stop. The way I have it programmed is if stop occurs, Lyrics (which does not show artwork when stopped) is replaced by another artwork script. But there is a momentary blank screen in between this transition. 0.5.4.1028 does not have this minor issue.
It would be nice if ESLyric would have the option of showing only the artwork when stopped. I believe it would be simple option to add.
4
FLAC / Re: Tags not showing in file explorer (windows)
Last post by Imakarum Mirabilis -
5
FLAC / Re: Tags not showing in file explorer (windows)
Last post by Case -6
FLAC / Tags not showing in file explorer (windows)
Last post by Imakarum Mirabilis -7
foobar2000 mobile / Re: [ios] How to reference external playlist items in different documents folder
Last post by Case -8
3rd Party Plugins - (fb2k) / Re: foo_skip: skip tracks that match a specified search query
Last post by Case -There is an on/off toggle, menu option "Skip tracks & use bookmarks" in the Playback menu. You can also create a button out of it.
You can remove old entries by right clicking the down arrow at the end of the dropdown menu. It has options "Wipe history" to clear everything, and "Remove this history item" to remove the entry that is currently selected. You can keep the history clean.
9
3rd Party Plugins - (fb2k) / Re: ReplayGain DSP - Alternative ReplayGain implementation by Case
Last post by Case -10
3rd Party Plugins - (fb2k) / Re: Fade-in/out DSP
Last post by Case -DSPs can't affect fades on manual track change, though nothing would prevent a DSP from offering custom UI to trigger fade on a press of a button. Though for it to work properly your machine would have to be fast enough for the DSP to be able to eat away the rest of the track without delay, or it would have to be a decoder shim and take over the decoder. This is not recommended, and there's a limit in how many such shims can be active.