Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Mopidy
Search
Stein Magnus Jodal
May 05, 2012
Programming
2
210
Mopidy
Introduction to Mopidy I held at the Iterate Weekly Breakfast Meeting 2010-03-10
Stein Magnus Jodal
May 05, 2012
Tweet
Share
More Decks by Stein Magnus Jodal
See All by Stein Magnus Jodal
Concurrency in Mopidy
jodal
1
130
DjangoCon Europe 2011
jodal
1
170
Guice
jodal
2
210
Introduksjon til Git
jodal
1
95
Terminalbruk
jodal
1
73
Hva alle utviklere må vite om tegnsettenkoding
jodal
1
1.9k
Other Decks in Programming
See All in Programming
선언형 UI에서의 상태관리
l2hyunwoo
0
160
フロントエンドのディレクトリ構成どうしてる? Feature-Sliced Design 導入体験談
osakatechlab
8
4.1k
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
350
103 Early Hints
sugi_0000
1
230
From Translations to Multi Dimension Entities
alexanderschranz
2
130
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
3
200
KubeCon + CloudNativeCon NA 2024 Overviewat Kubernetes Meetup Tokyo #68 / amsy810_k8sjp68
masayaaoyama
0
250
Security_for_introducing_eBPF
kentatada
0
110
これでLambdaが不要に?!Step FunctionsのJSONata対応について
iwatatomoya
2
3.6k
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
270
プロダクトの品質に コミットする / Commit to Product Quality
pekepek
2
770
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
1
600
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Navigating Team Friction
lara
183
15k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Mobile First: as difficult as doing things right
swwweet
222
9k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Practical Orchestrator
shlominoach
186
10k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
Transcript
Mopidy MPD server with Spotify support www.mopidy.com
«når skal vi starte på spotify mpd serveren da? :P»
Johannes, 2009-12-23
What is MPD?
What is MPD? Short for Music Player Daemon
What is MPD? Server - Protocol - Client
What is MPD? The server plays music from it's local
disk
What is MPD? The client controls playback and playlists, but
got nothing to do with the actual audio data
What is MPD? The protocol is badly documented and inconsistenly
used by the clients But it ain't that huge
What is Spotify?
What is Spotify? 99 kr per month in exchange for
all the music you'll ever need in high quality on PC and mobile Including: Windows, Mac, Linux, iPhone, Android, S60 Excluding: Beatles, Pink Floyd, Led Zeppelin, Frank Zappa
What is Spotify? Free ad-financed version available, but we're going
Premium iPhone, Android, S60 and all the open source solutions requires a Premium subscription
What is MPD+Spotify?
What is MPD+Spotify? Mopidy
What is MPD+Spotify? www.mopidy.com github.com/jodal/mopidy
Where to begin?
Where to begin? Extend existing MPD server? It's old, huge
and we're not C coders Not yet, at least
Where to begin? Reimplement then Just the server! No way
we're doing all those clients. And no way we're decoding music ourselves.
Where to begin? Scala and Actors? Enough to learn in
implementing an MPD server and Spotify integration
Where to begin? Scala and Actors? Python is known ground
Where to begin? Spotify integration?
Where to begin? Spotify integration? despotify is an open, reverse
engineered Spotify library C, Linux and OS X, not very active Python wrapper named spytify (thanks to Jørgen P. Tjernø)
Where to begin? Spotify integration? libspotify is the closed source,
but official library C, Linux 32-bit only (now 64-bit too) Python wrapper named pyspotify (thanks to Doug Winter)
Where to begin? Spotify integration? Lets do both! We don't
know what problems will arise, so we keep our options open
Architecture?
Architecture? Creating it as we walk, refactoring early and often
Architecture? Frontends - Backends - Mixers Clear APIs and loose
coupling
Architecture? Frontends work with protocols and parsing
Architecture? We got one frontend this far: Mpd{Server,Session,Handler}
Architecture? Backends work with playing music
Architecture? We got two backends: {Despotify,Libspotify}Backend
Architecture? And a third is underway: GstreamerBackend It plays music
from local disc, like the original MPD server (thanks to Thomas Adamcik)
Architecture? Mixers are the latest addition They work with volume
control
Architecture? We got two mixers: {Alsa,Osa}Mixer One for Linux and
one for OS X (the last one actually includes two lines of AppleScript)
Code?
Code? github.com/jodal/mopidy GPLv2 license
None
Tests?
Tests? 202 and counting Runs in 0.4s >100 new with
the gstreamer branch
Documentation?
Documentation? Lots! www.mopidy.com
None
Talk?
Talk? #mopidy at irc.freenode.net Currently eight humans* and a bot
* 6 Norwegians, 1 Swede, 1 Briton
Future?
Future? Version 0.1 We need to implement this release early,
release often thingy
Future? Replace libspotify with libopenspotify? Identical API, open source, adds
OS X and Windows support Should be a drop-in replacement with only benefits
Future? GstreamerBackend So we can replace the original MPD server
Future? Multiple backends at the same time Mix tracks from
Spotify and disk in the same playlist
Future? Bonjour/Avahi here-I-am Broadcast our existence so clients can automagically
find the server
Future? A non-MPD frontend?
Future? Icecast streams? Server streams music to somewhere else
Future? Squeezebox support? Deliver music to Squeezebox devices
Future? AirPort Express support? Deliver music to AirPort Express devices
Future? NAD/Denon mixer Control volume on amplifiers through RS-232
Future? Distribution infrastructure Python packaging, Debian packaging, Homebrew recipies, build
server
[email protected]
, 2010-03-09 www.mopidy.com