Minidlna Directory Issues

2

Eu fiz minha pesquisa e não consegui encontrar uma resposta para este problema específico. Eu tenho o meu minidlna configurado e funcionando - mas não é realmente feito corretamente.

Primeiro, quando abro o servidor no meu player bluray, todos os meus filmes são listados duas vezes - quando certamente não são salvos no meu externo duas vezes.

Em segundo lugar, quando abro o servidor - em vez de ler "Filmes" "TV" "Música", etc - Ele apenas grava todos os meus filmes, tv e algumas outras pastas, sem nenhuma organização real. Eu nunca tive esse problema quando eu tinha o meu Windows configurado, então eu sei que é algo configurado indevidamente mais do que o meu drive externo, dando-me rude.

Aqui está o meu arquivo minidlna.conf:

    # This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media
# server.
#
# Unless otherwise noted, the commented out options show their default value.
#
# On Debian, you can also refer to the minidlna.conf(5) man page for
# documentation about this file.

media_dir=/media/somnambulist/Ghost In You
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
#   * "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)
#
# WARNING: After changing this option, you need to rebuild the database. Either
#          run minidlna with the '-R' option, or delete the 'files.db' file
#          from the db_dir directory (see below).
#          On Debian, you can run, as root, 'service minidlna force-reload' instead.
#media_dir=/var/lib/minidlna
media_dir=V,/media/somnambulist/Ghost In You/Movies
media_dir=V,/media/somnambulist/Ghost In You/TV
media_dir=P,/home/somnambulist/Pictures


# Path to the directory that should hold the database and album art cache.
db_dir=/home/somnambulist/serverart

# Path to the directory that should hold the log file.
log_dir=/home/somnambulist/serverlog

# Minimum level of importance of messages to be logged.
# Must be one of "off", "fatal", "error", "warn", "info" or "debug".
# "off" turns of logging entirely, "fatal" is the highest level of importance
# and "debug" the lowest.
#log_level=warn

# Use a different container as the root of the directory tree presented to
# clients. The possible values are:
#   * "." - standard container
#   * "B" - "Browse Directory"
#   * "M" - "Music"
#   * "P" - "Pictures"
#   * "V" - "Video"
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
root_container=B

# Network interface(s) to bind to (e.g. eth0), comma delimited.
#network_interface=

# IPv4 address to listen on (e.g. 192.0.2.1).
#listening_ip=

# Port number for HTTP traffic (descriptions, SOAP, media transfer).
port=8200

# URL presented to clients.
# The default is the IP address of the server on port 80.
#presentation_url=http://example.com:80

# Name that the DLNA server presents to clients.
friendly_name=Somnambulist Media Server

# Serial number the server reports to clients.
serial=12345678

# Model name the server reports to clients.
#model_name=Windows Media Connect compatible (MiniDLNA)

# Model number the server reports to clients.
model_number=1

# Automatic discovery of new files in the media_dir directory.
#inotify=yes

# List of file names to look for when searching for album art. Names should be
# delimited with a forward slash ("/").
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg

# Strictly adhere to DLNA standards.
# This allows server-side downscaling of very large JPEG images, which may
# decrease JPEG serving performance on (at least) Sony DLNA products.
#strict_dlna=no

# Support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
#enable_tivo=no

# Notify interval, in seconds.
#notify_interval=895

# Path to the MiniSSDPd socket, for MiniSSDPd support.
#minissdpdsocket=/run/minissdpd.sock'

E aqui está o erro que recebo no terminal quando corro:

sudo service minidlna restart
sudo service minidlna force-reload

Forçar erro de reinicialização:

Restarting DLNA/UPnP-AV media server minidlna                                
[2013/08/12 21:19:27] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/Movies" not accessible! [Permission denied]
[2013/08/12 21:19:27] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/TV" not accessible! [Permission denied]

Erro de recarregamento de força:

Restarting DLNA/UPnP-AV media server minidlna                                
[2013/08/12 21:19:46] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/Movies" not accessible! [Permission denied]
[2013/08/12 21:19:46] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/TV" not accessible! [Permission denied]
rm: cannot remove ‘/home/somnambulist/serverart/files.db’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Slumdog Millionaire/Slumdog.Millionaire.Cover.jpg’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Zack and Miri Make a Porno/ZackAndMiriMakeAPornoCover.jpg’: Permission denied
[2013/08/12 21:19:46] minidlna.c:744: warn: Failed to clean old file cache.
                                                                         [ OK ]

Eu passei horas nisto neste momento, li vários arquivos - e até mesmo um amigo que é relativamente experiente no Ubuntu tenta me ajudar via chat - sem essa sorte.

Agradecemos antecipadamente por qualquer ajuda.

    
por Somnambulist 13.08.2013 / 04:22

3 respostas

2

Eu não sou especialista nem no ubuntu nem no minidlna - mas eu tenho o meu servidor minidlna finalmente rodando no servidor ubuntu 12.04 (hoje!) e, portanto, me deparei com alguns problemas (e sei o quão desesperado pode ser caso você esteja perto do alvo, mas não lá).

Primeiro suspeito: o minidna confunde algo em seu banco de dados interno. Portanto, delete files.db, no Ubuntu 12.04 você precisa de algo como (potencialmente com o sudo no topo):

rm /var/lib/minidlna/files.db

e reinicie o minidlna + wait (ele irá criar o arquivo novamente)

Segundo suspeito: você tem alguns espaços em branco em seu caminho:

/media/somnambulist/Ghost In You

O Linux e algumas linguagens de programação são um pouco exigentes - potencialmente, isso poderia causar alguns problemas internamente no minidlna, no caso de não ser tratado adequadamente.

Tente:

/media/somnambulist/Ghost_In_You

(ou seja, altere o nome do diretório mais as configurações no arquivo minidlna.conf)

Potencialmente, você precisa excluir os arquivos.db novamente para este segundo suspeito.

Qualquer que seja o resultado do segundo suspeito - por favor, publique o resultado para que outros possam se beneficiar também. O primeiro suspeito / ponta pode encontrar na web já.

Sem garantias - mas vale a pena tentar.

    
por programkai 18.08.2013 / 21:21
2

O erro está aqui

rm: cannot remove ‘/home/somnambulist/serverart/files.db’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Slumdog Millionaire/Slumdog.Millionaire.Cover.jpg’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Zack and Miri Make a Porno/ZackAndMiriMakeAPornoCover.jpg’: Permission denied
[2013/08/12 21:19:46] minidlna.c:744: warn: Failed to clean old file cache.

minidlna não pode excluir arquivos antigos para que ele falhe. Estou tendo o mesmo problema. Exclua a antiga pasta Art_cache e tente novamente.

    
por Jak 11.11.2013 / 22:55
-2

Tente mudar de umask = 007 para umask = 002 e remonte a partição. Isso vai funcionar para você.

    
por ghabit 01.09.2013 / 11:17