Bonjour, ce que tu souhaite c'est regarder tes fichiers de ta seedbox(ou de ta machine) sur ta freebox v.6 en UPnP ?
J'ai peux être la solution :
Installation de minidlna comme client UPnP : aptitude install minidlna
configuration des fichiers .conf :
- nano /etc/minidlna.conf
# * "A" for audio (eg. media_dir=A,/var/lib/minidlna/music)
# * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
# * "V" for video (eg. media_dir=V,/var/lib/minidlna/videos)
Cependant tu peux changer le /var/lib/minidlna/???? par l'emplacement de tes fichiers, personnellement cher moi ça ne marche pas donc je prend la config par défaut
-nano /etc/default/minidlna
# Defaults for minidlna initscript
# sourced by /etc/init.d/minidlna
# installed at /etc/default/minidlna by the maintainer scripts
# These options can be set to modify the behavior of the minidlna init script.
# The options commented out show the default values.
# Start the daemon if set to "yes"
START_DAEMON="yes"
# Path to the configuration file
#CONFIGFILE="/etc/minidlna.conf"
# Path to the log file
#LOGFILE="/var/log/minidlna.log"
# User and group the daemon should run as
#USER="minidlna"
#GROUP="minidlna"
# Additional options that are passed to the daemon
DAEMON_OPTS=""
Pour déplacer les fichiers déjà présent j'utilise le plugin FileManager depuis l'interface WebMin
http://image.noelshack.com/fichiers/2014/43/1414318369-1er-partie.png
http://image.noelshack.com/fichiers/2014/43/1414318374-2eme-partie.png
r.d.v dans le dossier de ce que tu souhaite deplacer
http://image.noelshack.com/fichiers/2014/43/1414318373-3eme-partie.png
retour dans /var/lib/minidlna et collé
J'astuterais mon post, suivant ce que je trouve !
Pour redemarrer : service minidlna force-reload
Bonne journée