Daap-plugin
Aus VDR Wiki
Version vom 23. Februar 2006, 19:58 Uhr von 84.186.64.119 (Diskussion)
Inhaltsverzeichnis |
Beschreibung
Autor: Christian Alexander Moser
Das Plugin ist ein DAAP Client und dient dazu freigegebene Quellen (im Netzwerk) zu durchsuchen, Titel in Playlisten zu verwalten und abzuspielen.
DAAP (Digital Audio Access Protocol) wird von der Apple iTunes / mt-daapd Software gesprochen und erlaubt es Musik-Dateien im lokalen Netzwerk zu "streamen". Die von den Programmen automatisch im Netz veröffentlichten Listen, erkennt das Plugin über die libopendaap und fügt sie automatisch der Liste verfügbarer Quellen an. Einfacher gehts nicht
Softwareanforderungen
- vdr >= 1.3.29
- libopendaap
- libmad
Eine Quelle
- mt-daapd
oder
- Apple iTunes
Installation
- libmad
cd $SOURCEDIR tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd -
- libopendaap
tar xvzf libopendaap-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Bedienung
Ok | select the current host to view stored databases and playlists |
---|---|
Gelb | refresh list of hosts |
Blau | set password for current selected host |
Databases and Playlists Menu
Ok | select current database / playlist |
---|
Database Menu
Ok | play selected title (clears instant playlist and adds current title) |
---|---|
hoch/runter/links/rechts | navigate through list of titles |
Rot | open commands menu |
Grün | switch first column between Artist/Album/Genre, the fields will automatically be sorted |
Gelb | filter items by current selected title (the first column will be the key) and open new database view |
Blau | open menu to show details of current title |
0 ... 9 | jump to the first title beginning with the char: 1 = 0 ; 2 = a ; 3 = d; 4 = g ; 5 = j ; 6 = m; 7 = p ; 8 = t ; 9 = w 0 = first title |
Ok/Rot | play list beginning with selected item |
---|---|
Grün | move current item to new position, accept with Ok |
Gelb | delete current title from list |
Blau | open menu to show details of current title |
1 | add current track to instant playlist |
---|---|
2 | add all tracks, from current menu, to instant playlist |
Player
Hoch | play |
---|---|
Runter | pause |
Links | skip back on title |
Rechts | skip one title ahead |
Links
[1] | http://www.underbit.com/products/mad | (M)PEG (A)udio (D)ecoder Homepage |
[2] | http://craz.net/programs/itunes | Libopendaap |
[3] | http://www.wahnadium.org | Homepage des Plugins |