Amarok-plugin
Un article de VDR Wiki FR.
Cet article n'est pas encore complètement traduit en français! (Traduction de ~ 15 % à ce jour.)
Cela peut être fait par Toi, simplement avec (Modifier).
Sommaire |
[modifier] Description
Auteur: Jens Koehler
Un frontend pour amaroK de KDE.
Fonctions amaroK supportées
- 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, ...
[modifier] Illustration
Image:Amarok-plugin-00.jpg amarok playlist view | Image:Amarok-plugin-01.jpg amaroK database query (genre / artist) |
[modifier] Pré-requis Logiciel
[modifier] Installation
[modifier] Source
[modifier] Arch-Linux
pacman -S amarok-base
[modifier] Crux
prt-get depinst amarok
[modifier] Debian
apt-get install amarok
[modifier] Gentoo
emerge amarok
[modifier] SuSE
yast -i amarok
[modifier] Configuration
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
[modifier] Parametres
[modifier] AmarokGateway server
| Paramètre (court) | Paramètre (long) | Description |
|---|---|---|
| -h | --help | ces informations |
| -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 |

