Lastfm-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Installation) |
(→Optionen) |
||
Zeile 42: | Zeile 42: | ||
==Optionen== | ==Optionen== | ||
+ | {| border=1 cellpadding=2 cellspacing=0 | ||
+ | |- | ||
+ | | bgcolor=#efefef|USE_SOFTDEVICE_RECEIVER = 1 | ||
+ | | Beschreibung? | ||
+ | |} | ||
<!-- ==Patches== --> | <!-- ==Patches== --> |
Version vom 23. Juli 2006, 20:37 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en): Matthias Feistel
Bilder
Softwareanforderungen
- libmad
Installation
Source
cd $SOURCEDIR tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd -
Arch-Linux
pacman -S libid3tag libmad
Crux
prt-get depinst libid3tag libmad
Debian
apt-get install libmad0-dev
Gentoo
emerge libid3tag libmad
SuSE
yast -i mad-devel
Optionen
USE_SOFTDEVICE_RECEIVER = 1 | Beschreibung? |