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
11
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by Peter -
Signal path is hardcoded. audio_sample type is defined to float32 for 32bit foobar2000, 64bit for foobar2000. It can't be changed at runtime.

In 64-bit foobar2000:
All decoders output float64 audio.
All DSPs take and produce float64 audio (what they use internally is another story).
All outputs take float64 audio (though all have to downconvert it as no real life device accepts float64 data).

If I changed these audio_sample definitions, it would produce a foobar2000 build that can't run any existing components, because audio_sample format is an essential part of all audio related component interfaces.
That is why I chose to change it for foobar2000 64-bit, since all components needed rebuilding anyway. I'm not entirely sure if it makes sense, but I'll never have a chance to change it again.
12
3rd Party Plugins - (fb2k) / Re: Playlist-Tools-SMP
Last post by InchPerfect -
1. regor, I've forgotten how to change the colour of the buttons.

How do I change the background colour and the button colour?


2. And I don't even know how I added the Playlist Tools button in the first place. I can't find how to get this "add buttons" submenu (image from your pdf).


I'm right-clicking and just getting this (when I right-click the red area above)


or this (when I right-click where it says Playlists: playlist_manager)


Sorry.
13
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by etip -
Also. I'm not seeing the cover as the background. I can change the colour but when I select "set background to front cover" it just stays grey.
You need to play a song, and that song to have a cover front.
Thanks for the comment on the duplicate, i'll correct the help. It does allow duplicates for playlist names but not for folders.
14
General - (fb2k) / Issue with Album List and Cursor follows playback
Last post by phunkydizco -
Hello everyone

I am using foobar2000 my whole musical life and there is one thing that bothers me. I hope I can explain it and you understand what I mean. In DUI I have Album List, Playlist View and Selection Properties. I have set everthing up that in Album List I can send an entire album with double click to the current playlist and start playback. I have 'Cursor follows playback' also activated, so that Selection Properties shows info of the current playing track. But this only seems to work, when I click the playing track in Playlist View. When I only make a double click in Album List the focus stays there and Selection Properties shows the tracks of the entire album. But that is not what I want. With the option 'Cursor follows playback' I would think that only the current track is shown in Selection Properties. But as I said this only works when the focus is on the current track in Playlist View. Is there an option to achieve this or a component?

Kind regards
pd
15
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by InchPerfect -
I'm probably a bit quick to post this, seeing as I haven't even used it yet, lol, but don't these two statements contradict each other?
'
Quote
Known limitations :
 
 - Doesnt allow duplicate name for folder

List of functionalities :
 
 - Allow duplicate names for folders and playlist

Also. I'm not seeing the cover as the background. I can change the colour but when I select "set background to front cover" it just stays grey.
17
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by etip -
Sadly not :( no change from before on my end. Hopefully it is an idiosyncratic usage case in my setup as I haven't seen anyone else report similar problems so far. I may experiment with renaming folders and playlists and see if anything changes.
Hmm ... i'll continue to look tonight, but i dont have any leads to investigate. If another use can test the auto-collapse and provide feedback, that could help as well.
18
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by etip -
I got this error
Quote
JScript Panel 3.1.8 (Playlist Organizer v1.3.2 date 22/3/2023 by Seb + inspiration and abstract from marc2003)
JavaScript runtime error
Object doesn't support property or method 'GetGUID'
File: C:\foobar2000\profile\pl_organizer\pl_organizer.js
Line: 985, Col: 4
GetGUID is a recent update from JS Panel 3, do you have the latest version ?
https://jscript-panel.github.io/docs/
you need the 3.2.7
19
3rd Party Plugins - (fb2k) / Re: foo_httpcontrol
Last post by altaieu -
I'm using foo_httpcontrol alongside FoobarSongrequestTwitchBot to control a song request bot for twitch.tv streams.  Everything functions as expected, but the playlist generated by foo_httpcontrol appears to cap at 16,384 items, so the bot can't see the entire library.

The bot has foo_httpcontrol create a playlist.json with
Code: [Select]
"playlist":"[PLAYLIST]"
which it then accesses to search for and play the proper song.

Is there some way to go beyond 16,384 songs output in the playlist.json?
20
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by DJ FRANK G. -
New version :
Playlist Organizer (Jscript Panel 3)
v1.3.2
22-03-2023

Version changes :
- if the option to not show the active song sign is chosen then the list starts closer to the left side of the panel.
- implemented a tooltip with the total length of the hovered playlist.
- Code fixes (hopefully)

@iridescentaudio can you please check if you still have the (auto Collapse) issue, i dont on my side but i'm not sure i solved it.
[attach type=thumb]25069[/attach]



Please cut total length like eg 2w 3d 4:67:01 an cut Listening time to "Total"

Thanx for the good work