web-dev-qa-db-ja.com

Minidlnaディレクトリの問題

検索を行ったが、この特定の問題に対する回答が見つかりません。 minidlnaをセットアップして実行していますが、実際には正しく実行されていません。

まず、Blulay Playerでサーバーを開くと、すべての映画が2回リストに表示されます-外部に2回保存されていないことは確かです。

第二に、「映画」「テレビ」「音楽」などを読むのではなく、サーバーを開くと、実際の組織なしですべての映画、テレビ、およびその他のフォルダーがすべてマッシュされます。 Windowsをセットアップしたとき、この問題は一度もなかったので、外付けドライブが不機嫌になるよりも不適切に構成されていることがわかっています。

これが私の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`

そして、実行時にターミナルに表示されるエラーは次のとおりです。

Sudo service minidlna restart
Sudo service minidlna force-reload

強制再起動エラー:

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]

強制リロードエラー:

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 ]

私はこの時点でこれに何時間も費やし、さまざまなファイルを読みました-そして、比較的Ubuntuに精通している友人でさえチャットで助けてくれました-そのような運はありませんでした。

助けてくれてありがとう。

2
Somnambulist

エラーはこちら

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は古いファイルを削除できないため、失敗します。私は同じ問題を抱えています。古いArt_cacheフォルダーを削除して、再試行してください。

2
Jak

私はubuntuでもminidlnaの専門家でもありませんが、minidlnaサーバーを最終的にubuntuサーバー12.04で実行しました(今日!)ので、いくつかの問題に遭遇しましたターゲットはありませんが)。

最初の容疑者:minidlnaは内部データベース内の何かを混乱させます。したがって、files.dbを削除します。Ubuntu12.04では、次のようなものが必要です(潜在的にSudoが上にある場合)。

rm /var/lib/minidlna/files.db

そして、minidlna + waitを再起動します(ファイルを新たに作成します)

2番目の容疑者:パスにいくつかの空白があります:

/media/somnambulist/Ghost In You

Linuxといくつかのプログラミング言語はそれについて少し気難しいです-minidlnaが適切に処理されない場合、潜在的にこれはminidlnaの内部でいくつかの問題を引き起こす可能性があります。

代わりに試してください:

/media/somnambulist/Ghost_In_You

(つまり、ディレクトリの名前を変更しますplus minidlna.confファイルの設定)

この2番目の容疑者についても、files.dbを再度削除する必要がある可能性があります。

2番目の容疑者の結果がどうであれ、結果を投稿して、他の人にも利益がもたらされるようにしてください。最初の容疑者/ヒントは、すでにウェブ上で見つけることができます。

保証はありませんが、試してみる価値はあります。

2
programkai