Mopidy music streaming server on raspberry pi

preview_player
Показать описание
Mopidy is an extensible music server written in Python.
Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a range of MPD and web clients.
Mopidy can do the following:
- Stream music from the cloud
- Act as a music server
- Connect via MPD ot web client
- Hackable

steps to install MOPIDY:
3) sudo apt-get install mopidy
4) mopidy
6) mopidy

steps to install Mopidy-MusicBox-Webclient:
2) cd mopidy-musicbox-webclient
4) add to config file
[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

steps to install Mopidy-YouTube:
1) apt-cache search mopidy
2) sudo apt-get install mopidy-youtube


Websites to reffer:










Рекомендации по теме
Комментарии
Автор

how to use youtube on mopidy. extension always disable by itself.

multiguru
Автор

Hello I have 2 problem (sorry if there are mistake but I'm French):
In a first time the HTTP don't want change he just stay in 127.0.0.1:6680
"INFO HTTP server running at [::ffff:127.0.0.1]:6680"
have you a solution ?
And in a second time when I just type "sudo apt-cache search mopidy" I don't see mopidy - youtube so obviously when I type "sudo apt-get install mopidy-youtube" he just show me "E: Unable to locate package mopidy-youtube" where can the problem from ?

freezlex
Автор

Hi Bro. i followed the exact step as you but i am unable to change the proxy and http server, its always remain even after change into the mopidy config. is there anything wrong. i am using Raspberry PI3.

naveenkohli
Автор

Please help me. I am unable to start modify- YouTube.
Any suggestions

naveenkohli
Автор

So you can make a private music streaming server like Spotify ? Can you read your files on your phone when you're travelling for example or is it just to control the rpi ?

motyakskellington
Автор

Can you use this program to zone music in your house for different rooms?

londontrada
Автор

Can I stream music from youtube or Spotify ? because in musicbox you cant

cleisonarmandomanriqueagui
Автор

Hi Really Helpful tutorial, but can't get youtube search working, this error appears:
WARNING Track is not playable: youtube:video/Zedd Alessia Cara - Stay (Lyric Video).h--P8HzYZ74
WARNING Could not find a text/html decoder to handle media.
WARNING GStreamer warning: gst-stream-error-quark: No decoder available for type 'text/html'. (6)

aclayt