mopidy/mopidy

docs: Encourage "frontends" outside of mopidy

Open

#1,492 opened on 2016年3月25日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (7,854 stars) (702 forks)batch import
A-docsgood first issue

説明

A lot of things have wound up as frontends inside mopidy that don't need to be. Especially things that use GPIO or raw memory and thus end up running as root of in raspi land. Most of these extensions should probably have been using mopidy over websockets.

As it isn't realistic to get the existing ones to all port, I would say we at least encourage more of these to be external in how our docs present things. Ideally linking to a mopidy.js equivalent for Python.

コントリビューターガイド