|
FAQ
Can I use Remuco for multiple players simultaneously?For sure. This works out of the box using Bluetooth connections. For WiFi connections you have to tweak player adapter configurations so that each adapter uses a unique port. Here is an example which sets distinct ports for Banshee and VLC in ~/.config/remuco/remuco.cfg: ... [Banshee] wifi-port 40001 ... [VLC] wifi-port 40002 ... Note: Remuco ≤ 0.9.2 had a slightly different configuration system. See PlayerAdapterConfiguration in case you are using an older Remuco version. On the client, create a new WiFi connection for each player and set the port as configured. Bluetooth problemsDevice scan failsFirst, check if the Bluetooth device on your computers is in inquiry mode, i.e. it must be discoverable. You can check this with: $ hciconfig In the output must be a line like this: UP RUNNING PSCAN ISCAN If this is not the case, you can enable inquiry mode with: $ hciconfig hciX piscan where X is the number of the Bluetooth device to configure (0 for the first). If available, you may also use your graphical tool of choice for setting your Bluetooth dongle visible and conncetable. If this does not help, you can set your system's Bluetooth address manually in the client when creating a new Bluetooth connection - this circumvents the need for a device scan. Service search fails
I'm still lost ...Finally it is always a good idea to test Remuco on another computer or with another mobile device or both. Bluetooth problems mostly are caused by the Bluetooth stack on the computer or on the mobile device. Using Remuco in another environment helps to detect where the problem originates. If all this does not help check if your specific problem is a known one. Timeout while waiting for Hello messageThis may have several reasons, however, some users with Bluetooth devices reported that this could be fixed by setting a fixed Bluetooth channel number (preferably not 1). See the section Service search fails above. Incompatible client and server versionsThe reason is probably because you installed a distribution specific package of Remuco and the distribution package has been updated but you did not install the corresponding new client on your device yet. You find the server version at the beginning of a player adapter's log file, for instance ~/.cache/remuco/xmms2/log. You can check the client version by issuing the System command in the client's Log screen. What's that report tool for?The tool remuco-report makes it easy for users to contribute to the list of Remuco compatible devices. It sends information about seen client devices to http://remuco.sourceforge.net/cgi-bin/report. Before this tool submits any data, you get a chance to review the data to report. How can I control the master volume?The Remuco configuration file has some options to enable and configure master volume control instead of controlling a player's volume. The information below is only relevant for Remuco ≤ 0.9.2. If you prefer to control your system's master volume instead of a player's volume level, put a script called volume into the configuration directory of the corresponding player adapter, e.g. into ~/.config/remuco/banshee/. Alternatively, to use the master volume for all player adapters, put this script into ~/.config/remuco/ The volume script must behave as follows.
An example script can be found in the documentation directory of the Remuco package. This script uses the tool amixer. In most cases it should work out of the box. Otherwise just have a look into it for how to adjust it for your system. Make sure the script is executable! I have another question ...Have you read the known issues? Please also check existing support tickets? If you don't find an answer there, ask a new question. | ||
I can only confirm that on milestone with cm7 you need to manually set bluetooth channel in config too.
I created the volume script to control the master volume but it remuco thinks it's and old config file and moves it away:
2011-09-20 17:23:48,648 INFO config.py 302 moving old config data to $HOME/.config/remuco/old-20110920-172348.backup
Great tool btw!