missionpinball / mpf

Mission Pinball Framework: Open source software to run a real pinball machine.
http://missionpinball.org
MIT License
216 stars 143 forks source link

BCP connection name hard-coded in plugin players #943

Open qcapen opened 7 years ago

qcapen commented 7 years ago

Currently there is no way to run multiple MC instances simultaneously in MPF because the BCP client (connection) name is hard-coded in mpf/config_players/plugin_player.py (line 27). Need a mechanism to configure multiple MC connection names and target plugin player config entries to specific connections.

jabdoa2 commented 7 years ago

This is already implemented. We just lost the config setting along the way.