Zeile 3: |
Zeile 3: |
| | | |
| == MPD Server == | | == MPD Server == |
| + | |
| + | Siehe |
| + | * [https://www.musicpd.org/doc/user/ MPD User Manual] |
| + | * [https://wiki.archlinux.org/index.php/Music_Player_Daemon/Tips_and_tricks MPD Tipps & Tricks im Arch-Wiki] |
| | | |
| === Basiskonfiguration === | | === Basiskonfiguration === |
Zeile 104: |
Zeile 108: |
| last.fm module error: 'XML not UTF-8 encoded!' | | last.fm module error: 'XML not UTF-8 encoded!' |
| | | |
− | hilft wohl der Patch am Ende des [https://bugs.launchpad.net/ubuntu/+source/mpd-sima/+bug/1492589 einschlägigen Bugreports]. | + | hilft wohl der Patch am Ende des [https://bugs.launchpad.net/ubuntu/+source/mpd-sima/+bug/1492589 einschlägigen Bugreports]. Das ist wohl nur ein Problem für mpd-sima V 0.10. In Version 0.13 scheint er behoben. |
| + | |
| + | Der Patch für mpd-sima V0.10 geht so: |
| + | 1. Den Patch herunterladen: |
| + | wget https://bugs.launchpad.net/ubuntu/+source/mpd-sima/+bug/1492589/+attachment/4497646/+files/patch |
| + | Dann müsste eine Datei namens patch im aktuellen Home-Verzeichnis zu finden sein. |
| + | |
| + | 2. Das Zielverzeichnis finden: |
| + | dpkg -L mpd-sima | grep simafm |
| + | |
| + | 3. Ins Zielverzeichnis wechseln, z.B. (Debian 8.0 Jessie): |
| + | cd /usr/share/mpd-sima/lib |
| + | |
| + | 4. Patch als root-User anwenden: |
| + | patch -p5 < ~/patch |
| + | |
| + | 5. mpd-sima neu starten: |
| + | sudo service mpd-sima restart |
| | | |
| == Mopidy Server == | | == Mopidy Server == |
Zeile 134: |
Zeile 155: |
| | | |
| === Web === | | === Web === |
| + | |
| + | ==== ympd ==== |
| + | |
| + | ympd scheint ein modern anzusehender leichter MPD-Client zu sein. Er ist in C geschrieben und nutzt für das Styling der Weboberfläche Bootstrap. |
| + | |
| + | Für den Raspberry gibt es [https://gist.github.com/nerab/37429abeaf4828484ab7 hier ] eine Installationsanleitung. |
| + | |
| + | Außerdem scheint es dafür [https://github.com/bjuriewicz/ympd-youtube eine Erweiterung zum Anhören von Youtube über MPD] zu geben. Diese soll die [[Youtube]]-Dateien mit Hilfe von youtube-dl auch gleich in die MPD-Datenbank dauerhaft hochladen zu können. |
| | | |
| ==== RompR ==== | | ==== RompR ==== |
Zeile 139: |
Zeile 168: |
| [http://sourceforge.net/p/rompr/wiki/Basic%20Manual/ RompR] ist ein WebClient für MPD/Mopidy, der angeblich auch auf dem Smartphone ansehnlich sei. | | [http://sourceforge.net/p/rompr/wiki/Basic%20Manual/ RompR] ist ein WebClient für MPD/Mopidy, der angeblich auch auf dem Smartphone ansehnlich sei. |
| | | |
− | ==== PhpMpReloaded ===== | + | Siehe |
| + | * [ https://fatg3erman.github.io/RompR/Recommended-Installation-on-Linux Installation von Rompr auf Linux] |
| + | |
| + | ==== PhpMpReloaded ==== |
| | | |
| [http://phpmpreloaded.sourceforge.net/ PhpMpReloaded] ist eine Zusammenfassung verschiedener WebClients für MPD. | | [http://phpmpreloaded.sourceforge.net/ PhpMpReloaded] ist eine Zusammenfassung verschiedener WebClients für MPD. |