Logo : un manchot sur fond d'étoile rouge
Alexandre Norman
de choses et d’autres
  • Blog
  • Projets
  • CV
Projets Python
  • python-gantt
  • python-nmap
  • pyClamd
Catégories
  • Asterisk
  • django
  • Outils
  • Poules
  • Raspberry Pi
  • Archives
Tags
  • asterisk (1)
  • bash (2)
  • Bricolage (1)
  • debian (6)
  • django (2)
  • dovecot (1)
  • GPS (1)
  • LDAP (1)
  • lighttpd (1)
  • méthode (3)
  • mpd (1)
  • Nagios (1)
  • openvpn (1)
  • OSM (3)
  • outils (6)
  • Palettes (1)
  • postfix (1)
  • postgrey (1)
  • Poules (1)
  • Python (6)
  • Raspberry Pi (6)
  • raspbian (6)
  • selenium (1)
  • shellscript (2)
  • voip (1)
  • wazo (1)
  • wifi (1)

Configuration d’un serveur mpd sur Raspbian

Publication : 2015.08.14
Catégorie : Raspberry Pi

Tags: Raspberry Pi debian raspbian mpd

Ce post n°6 fait partie de la série “Configuration d’un Raspberry PI sous Raspbian”.

  1. Installation de la distribution Raspbian sur un Raspberry Pi 2
  2. Configuration d’un point d’accès wifi sur Raspbian
  3. Configuration d’un serveur de mail postfix sur Raspbian
  4. Configuration d’un serveur openvpn sur Raspbian
  5. Configuration d’un serveur lighttpd sur Raspbian
  6. Configuration d’un serveur mpd sur Raspbian

Installation de paquets supplémentaires

Installation des paquets nécessaires :

apt-get install mpd mpc alsa-utils

Configuration mpd

Mes fichiers sont stockés sur un server externe, ajoutons l’entrée /etc/fstab correspondante :

192.168.0.10:/SHARE/Partage/MP3 /home/Musique/MP3  nfs nolock 0 0

Modification de la configuration /etc/mdp.conf, les lignes suivantes sont à ajouter :

music_directory         "/home/Musique"
bind_to_address         "0.0.0.0"

audio_output {
        type            "alsa"
        name            "My ALSA Device"
        device          "hw:1,0"        # optional
        format          "44100:16:2"    # optional
        mixer_device    "default"       # optional
        mixer_control   "PCM"           # optional
        mixer_index     "0"             # optional
}

audio_buffer_size              "3072"
buffer_before_play             "15%"

On arrive au bout

En tous cas pour moi… N’oubliez pas de mettre en place des sauvegardes  !

Ajouts : la suite

Et on peut passer à la suite : ajouts divers



Autres articles


Configuration d’un serveur lighttpd sur Raspbian

Configuration d’un serveur lighttpd sur Raspbian sur un Raspberry Pi 2.

Publication : 2015.08.14
Série :  Configuration d'un Raspberry PI sous Raspbian
Catégorie : Raspberry Pi

Tags: Raspberry Pi debian raspbian lighttpd

lire...

Configuration d’un serveur openvpn sur Raspbian

Configuration d’un serveur openvpn sur Raspbian sur un Raspberry Pi 2.

Publication : 2015.08.14
Série :  Configuration d'un Raspberry PI sous Raspbian
Catégorie : Raspberry Pi

Tags: Raspberry Pi debian raspbian openvpn

lire...

Page 1 / 2 »

Site géré avec Pelican - thème personnel
font dyslexia Increase text size Decrease text size Flux RSS Twitter