-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
265 lines (207 loc) · 7.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
---
title: Mopidy
---
<section class="hero is-large is-black mw-cover-mixer-hannah">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-two-thirds">
<h1 class="title is-spaced is-1">
Mopidy is an extensible music server written in Python.
</h1>
<p class="subtitle is-3">
Mopidy plays music from local disk, Spotify, SoundCloud,
TuneIn, and more. You can edit the playlist from any
phone, tablet, or computer using a variety of MPD and web clients.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="columns is-variable is-8">
<div class="column content is-large">
<h2>Stream music from the cloud</h2>
<p>
Vanilla Mopidy only plays music from files and radio streams.
Through <a href="/ext/">extensions</a>,
Mopidy can play music from cloud services like Spotify, SoundCloud,
and TuneIn.
</p>
<p>
With Mopidy's extension support,
you can easily add backends for new music sources.
</p>
</div>
<div class="column is-3">
<div class="tile is-ance">
<div class="tile is-parent is-vertical">
<div class="tile is-child">
<figure class="image">
<img src="/media/ext/spotify.png" alt="Spotify">
</figure>
</div>
<div class="tile is-child">
<figure class="image">
<img src="/media/ext/soundcloud.png" alt="SoundCloud">
</figure>
</div>
<div class="tile is-child">
<figure class="image">
<img src="/media/ext/tunein.png" alt="TuneIn">
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="columns is-variable is-8">
<div class="column is-7">
<div class="card">
<div class="card-image">
<figure class="image">
<img src="/media/images/mopidy-screenshot.jpg"
alt="Mopidy screenshot">
</figure>
</div>
</div>
</div>
<div class="column content is-large">
<h2>Mopidy is just a server</h2>
<p>
Mopidy is a Python application that runs in a
terminal or in the background on Linux computers or Macs that have
network connectivity and audio output.
</p>
<p>
Out of the box, Mopidy is an HTTP server.
If you install the <a href="/ext/mpd/">Mopidy-MPD</a> extension,
it becomes an MPD server too.
Many additional frontends for controlling Mopidy are available as
extensions.
</p>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="columns">
<div class="column content is-large">
<h2>Pick your favorite client</h2>
<p>
You and the people around you can all connect their
favorite MPD or web client to the Mopidy server to search for music
and manage the playlist together.
</p>
<p>
With a browser or MPD client, which is available
for all popular operating systems, you can control the music from
any phone, tablet, or computer.
</p>
</div>
<div class="column is-7">
<figure class="image">
<img src="/media/ext/iris.jpg" alt="Iris">
<figcaption class="has-text-right">
<a href="/ext/iris/">Mopidy-Iris</a>
by James Barnsley
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="columns is-variable is-8">
<div class="column">
<figure class="image">
<img src="/media/images/raspberry_pi_4b.jpg"
alt="Raspberry Pi 4B">
</figure>
</div>
<div class="column content is-large">
<h2>Mopidy on Raspberry Pi</h2>
<p>
The
<a href="https://www.raspberrypi.org/">Raspberry Pi</a>
is an approachable single-board computer to run Mopidy on,
either using Raspbian, Ubuntu, or Arch Linux.
</p>
<p>
Pimoroni recommends Mopidy for use with their
<a href="https://shop.pimoroni.com/collections/pirate-audio">Pirate Audio</a>
audio gear for Raspberry Pi.
</p>
<p>
Mopidy is also a significant building block in the
<a href="https://www.pimusicbox.com/">Pi Musicbox</a> integrated
audio jukebox system for Raspberry Pi.
</p>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="columns is-variable is-8">
<div class="column content is-large">
<h2>Mopidy is hackable</h2>
<p>
Mopidy's extension support and Python, JSON-RPC, and JavaScript
APIs make Mopidy a perfect base for your projects.
</p>
<p>
In this example project,
a Raspberry Pi was embedded in an old cassette player.
The buttons and volume control are wired up with
<abbr title="General-purpose input/output">GPIO</abbr>
on the Raspberry Pi and is used to control playback through a
custom Mopidy extension. The cassettes have
<abbr title="Near field communication">NFC</abbr>
tags used to select playlists from Spotify.
</p>
</div>
<div class="column">
<figure>
<a href="https://www.youtube.com/watch?v=dX4rxSc7nn0" data-iframe="https://www.youtube.com/embed/dX4rxSc7nn0?rel=0&showinfo=0&autoplay=1" class="image youtube">
<img src="https://img.youtube.com/vi/dX4rxSc7nn0/sddefault.jpg" />
<img src="https://unpkg.com/simple-icons@latest/icons/youtube.svg" class="overlay" />
</a>
<figcaption class="has-text-right">
Hack by
<a href="https://twitter.com/mattbrailsford/status/429952006984572928">
Matt Brailsford</a>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-light">
<div class="hero-body has-text-centered">
<h2 class="title">Ready to get started?</h2>
<p>
<a href="https://docs.mopidy.com/stable/installation/"
class="button is-danger is-large">
Install Mopidy</a>
</p>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<iframe
src="/github-btn/?user=mopidy&repo=mopidy&type=watch&count=true&size=large"
width="150" height="30"></iframe>
<iframe
src="/github-btn/?user=mopidy&repo=mopidy&type=fork&count=true&size=large"
width="140" height="30"></iframe>
</div>
</section>