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
2
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by etip -
1. Folder and playlists have exactly the same outline. To ease distiction it would be more skillful to indent playlists to the right and give them a shorter outline. Example (see screenshot): the outline of the playlist „Live“ should be indented and should have a shorter outline than the folder „Default“. In addition, replace the folder-symbol by short arrows to indicate open and collapsed folder (see my 2nd screenshot in reply #8).
The indentation is easy, i'll post it tonight. Also, i will try to gain space on the left side when not using the active song sign.
Frankly, i will not change the folder icon as i'm quite comfortable with it at that stage.
3
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by frogworth -
At some point, i had the idea to use a multi dimensional array to manage folders & sub folders which would have made the sort option much easier (you sort (or not) a dimension of your array) but at that stage, that would mean a big big rework of the script

Ah yeah makes sense. It is harder the way it's recorded, but now that I've got it how I want it, maintaining it will not be much work :)
4
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by etip -
Oh - and this is also why the "Sort" option for folders was so useful. I solved this by opening up pl_organizer.txt and (carefully) sorting the playlists there. So now that they're sorted in the panel, and changes will be easy enough to move into place individually.
At some point, i had the idea to use a multi dimensional array to manage folders & sub folders which would have made the sort option much easier (you sort (or not) a dimension of your array) but at that stage, that would mean a big big rework of the script
10
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by Chibisteven -
Sorry for that. I asked you personally because you are professional developer and can diagnose this problem.
Porcus is incorrect. When volume in foobar is at max 0dB, foobar does not do internal processing and must output bits as they are in file. (if the intput of dac can accept it)

When  volume in foobar is at max 0dB and the file is 24bit it outputs bit-perfect as in file.
But if the file is 32bit integer foobar outputs it as 24bit simply by trunkating last 8bits. And the output is not bitperfect then.
So my question why it is so?

JRiver Media Center outputs 32bit integer as is at 32bit.


Porcus is correct, you're wrong.  foobar2000 converts everything to 32-bit floating point in 32-bit versions of the application where 64-bit versions (2.0 or newer) convert everything to 64-bit floating point.  foobar2000 does internal processing at all times regardless of the volume setting.  It's just at 0 dB that this processing is simply a lossless passthrough of sorts for most formats up to 24-bit integers (i.e. reversible) in 32-bit versions.  I know I'm repeating what has been said, but maybe you need to hear it from somebody else.