9and3r / mopidy-touchscreen

Extension for displaying track info and controlling Mopidy from a touch screen using PyGame/SDL
Apache License 2.0
45 stars 24 forks source link

Stop using internal Mopidy APIs #6

Closed jodal closed 9 years ago

jodal commented 9 years ago

Mopidy-Touchscreen is using the internal function mopidy.utils.process.exit_process() in two places:

As this method is internal and not supposed to be used by Mopidy extensions, I recommend using other means for stopping Mopidy, similar to your methods for shutting down the device with os.system().

If mopidy/mopidy#1173 is merged, Mopidy-Touchscreen will break with Mopidy 1.1.