Daap-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Softwareanforderungen) |
(M) |
||
Zeile 8: | Zeile 8: | ||
==Bilder== | ==Bilder== | ||
{| | {| | ||
− | |[[Bild:daap-plugin-00.jpg|thumb|none|'' | + | |[[Bild:daap-plugin-00.jpg|thumb|none|''kurze beschreibung'']] |
− | |[[Bild:daap-plugin-01.jpg|thumb|none|'' | + | |[[Bild:daap-plugin-01.jpg|thumb|none|''kurze beschreibung'']] |
|} | |} | ||
− | ==Hardwareanforderungen== | + | <!-- ==Hardwareanforderungen== --> |
+ | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* vdr >= 1.3.29 | * vdr >= 1.3.29 | ||
Zeile 49: | Zeile 50: | ||
</pre> | </pre> | ||
− | ==Konfiguration== | + | <!-- ==Optionen== --> |
− | ==Parameter== | + | <!-- ==Patches== --> |
+ | <!-- ==Konfiguration== --> | ||
+ | <!-- ==Einstellungen== --> | ||
+ | <!-- ==Parameter== --> | ||
+ | |||
==Bedienung== | ==Bedienung== | ||
===Mainmenu (host list)=== | ===Mainmenu (host list)=== | ||
Zeile 64: | Zeile 69: | ||
|set password for current selected host | |set password for current selected host | ||
|} | |} | ||
+ | |||
===Databases and Playlists Menu=== | ===Databases and Playlists Menu=== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
Zeile 70: | Zeile 76: | ||
|select current database / playlist | |select current database / playlist | ||
|} | |} | ||
+ | |||
===Database Menu=== | ===Database Menu=== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
Zeile 110: | Zeile 117: | ||
|open menu to show details of current title | |open menu to show details of current title | ||
|} | |} | ||
+ | |||
===Commands menu=== | ===Commands menu=== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
Zeile 119: | Zeile 127: | ||
|add all tracks, from current menu, to instant playlist | |add all tracks, from current menu, to instant playlist | ||
|} | |} | ||
+ | |||
===Player=== | ===Player=== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
Zeile 135: | Zeile 144: | ||
|} | |} | ||
− | ==Probleme== | + | <!-- ==Probleme== --> |
− | == | + | <!-- ==Tipps== --> |
+ | <!-- ==Wunschliste== --> | ||
+ | <!-- ==Snapshot== --> | ||
+ | |||
==Links== | ==Links== | ||
{| | {| | ||
Zeile 150: | Zeile 162: | ||
| http://www.wahnadium.org | | http://www.wahnadium.org | ||
| Homepage des Plugins | | Homepage des Plugins | ||
− | |}[[Kategorie:Plugins]] | + | |}[[Kategorie:Plugins]][[en:daap-plugin]] |
Version vom 13. November 2005, 13:34 Uhr
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
Bilder
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 |