Amarok-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
|||
Zeile 3: | Zeile 3: | ||
==Beschreibung== | ==Beschreibung== | ||
'''Autor(en):''' Jens Koehler | '''Autor(en):''' Jens Koehler | ||
+ | |||
+ | Ein frontend für {{wikipedia|KDE}}'s {{wikipedia|amaroK}}. | ||
+ | |||
+ | '''supported amaroK features''' | ||
+ | |||
+ | * Playlist view: | ||
+ | ** show current playlist of amaroK and active track | ||
+ | ** play , stop desired track of current play list(of cource :-) | ||
+ | * Track view: | ||
+ | ** show current tracks informations: artist, title, track statistics etc. | ||
+ | * Edit amaroK's playlst: | ||
+ | ** remove single tracks, shuffle playlist, clear playlist | ||
+ | * amaroK database query: | ||
+ | ** add tracks to current playlist by artists/album and resp. or genre/artists | ||
+ | * amaroK smart lists | ||
+ | ** create new playlist: last played, 50 random tracks, never played, ... | ||
==Bilder== | ==Bilder== |
Version vom 31. Mai 2006, 10:30 Uhr
Dieser Artikel wurde noch nicht komplett ins Deutsche übersetzt! (Übersetzung zu ~ 0 % durchgeführt.)
Das könntest auch Du machen, einfach per [bearbeiten]. Danach bitte
Das könntest auch Du machen, einfach per [bearbeiten]. Danach bitte
{{übersetzen|<Zahl>}}
aus dem Kopf des Artikels entfernen. DANKE :-)
Inhaltsverzeichnis |
Beschreibung
Autor(en): Jens Koehler
Ein frontend für KDE's amaroK.
supported amaroK features
- Playlist view:
- show current playlist of amaroK and active track
- play , stop desired track of current play list(of cource :-)
- Track view:
- show current tracks informations: artist, title, track statistics etc.
- Edit amaroK's playlst:
- remove single tracks, shuffle playlist, clear playlist
- amaroK database query:
- add tracks to current playlist by artists/album and resp. or genre/artists
- amaroK smart lists
- create new playlist: last played, 50 random tracks, never played, ...
Bilder
Softwareanforderungen
Installation
Source
Arch-Linux
pacman -S amarok-base
Crux
prt-get depinst amarok
Debian
apt-get install amarok
Gentoo
emerge amarok
SuSE
yast -i amarok
Konfiguration
Es wird davon ausgegangen, das das Plugin bereits an der richtigen Stelle entpackt wurde.
cp -r $SOURCEDIR/VDR/PLUGINS/src/amarok/contrib $VDRCONFIG/plugins/amarok make -C $SOURCEDIR/VDR/PLUGINS/src/amarok/vdramgw ln -s $SOURCEDIR/VDR/PLUGINS/src/amarok/vdramgw/vdramgw /usr/local/bin
Dannach ist der AmarokGateway server zu starten, Aufruf könnte wie folgt lauten.
vdramgw --user amarok --passwd secret -Port 8173 --nocheck --info --daemon
Oder. über eine Konfigurationsdatei, welche in $SOURCEDIR/VDR/PLUGINS/src/amarok/vdramgw zu finden ist (vdramgw.conf).
vdramgw --config <PATH>/vdramgw.conf vdramgw -c <PATH>/vdramgw.conf
Parameter
AmarokGateway server
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-h | --help | this page |
-n | --nocheck | ignore amaroK version during startup |
-d | --daemon | start in daemon mode |
-P | --Port | defines server port [default=8173] |
-u | --user | set the server login username |
-p | --passwd | set the server login password |
-i | --info | show server info messages |
-c | --config | start with configuration file |