boxerfan88
Well-known member
Now that I think the code is stable enuf ... here's my contribution to you (foobar2000 + foo_beefweb) users out there....
You can download the remote control that I wrote and see if it works for you or not.
This is how the remote controller looks like...
Dependency: foo_beefweb plugin.
Limitation: this remote control is "read-only" meaning there are no options to add/edit playlist items. this is by design.
Installation instructions:
The fbvol.zip file is attached into this post.
Enjoy!
You can download the remote control that I wrote and see if it works for you or not.
This is how the remote controller looks like...
Dependency: foo_beefweb plugin.
Limitation: this remote control is "read-only" meaning there are no options to add/edit playlist items. this is by design.
Installation instructions:
- Ensure foo_beefweb is installed.
- Create beefweb.config.json file in the same folder where foo_beefweb.dll exist. Refer to content below.
Code:{ "responseHeaders": { "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Methods": "POST, GET", "Access-Control-Allow-Headers": "*" } } - Unzip "fbvol" directory and place it into beefweb_root folder
Example: C:\Users\USERID\AppData\Roaming\foobar2000-v2\user-components\foo_beefweb\beefweb.root\ - You can now access the remote control at: (substitute 9999 with your beefweb port number)
The fbvol.zip file is attached into this post.
Enjoy!
Attachments
Last edited:




