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.
Topic: Read-only remote control using foo_beefweb API (Read 171 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Read-only remote control using foo_beefweb API

Hi there, I'd like to contribute the remote control that I wrote. It leverages on foo_beefweb plugin. It might be useful to you.

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: [Select]
    {
        "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
    Quote
    Example: C:\Users\USERID\AppData\Roaming\foobar2000-v2\user-components\foo_beefweb\beefweb.root\
  • You can now access the remote control at:  http://your.foobar.ip.address:9990/fbvol/ (substitute 9990 with your beefweb port number)

The fbvol.7Z file is attached into this post.

Enjoy!

.

 

Re: Read-only remote control using foo_beefweb API

Reply #1
Oh ... I forgot to mention, to access the volume knob, double-tap the volume display (that "-39dB" on the screen) ...