Closed lrdfrd closed 2 years ago
Need more context
its a pathing issue, im a rookie and didnt realize i needed to add a /media path to the container, figured it out after hopping on discord. bazarr its self still having issues though
`
`
and this is in there too.
Traceback (most recent call last): File "/app/bin/bazarr/../libs/apscheduler/executors/base.py", line 125, in run_job retval = job.func(*job.args, **job.kwargs) File "/app/bin/bazarr/subtitles/wanted/movies.py", line 128, in wanted_search_missing_subtitles_movies wanted_download_subtitles_movie(movie[\'radarrId\']) File "/app/bin/bazarr/subtitles/wanted/movies.py", line 101, in wanted_download_subtitles_movie _wanted_movie(movie) File "/app/bin/bazarr/subtitles/wanted/movies.py", line 58, in _wanted_movie for result in generate_subtitles(path_mappings.path_replace_movie(movie[\'path\']), File "/app/bin/bazarr/subtitles/download.py", line 100, in generate_subtitles processed_subtitle = process_subtitle(subtitle=subtitle, media_type=media_type, File "/app/bin/bazarr/subtitles/processing.py", line 77, in process_subtitle sync_subtitles(video_path=path, srt_path=downloaded_path, File "/app/bin/bazarr/subtitles/sync.py", line 29, in sync_subtitles subsync.sync(video_path=video_path, srt_path=srt_path, srt_lang=srt_lang, media_type=media_type, File "/app/bin/bazarr/subtitles/tools/subsyncer.py", line 64, in sync self.args = parser.parse_args(args=unparsed_args) File "/app/bin/bazarr/../libs/argparse.py", line 1728, in parse_args self.error(msg % \' \'.join(argv)) File "/app/bin/bazarr/../libs/argparse.py", line 2392, in error self.exit(2, _(\'%s: error: %s\ \') % (self.prog, message)) File "/app/bin/bazarr/../libs/argparse.py", line 2380, in exit _sys.exit(status) SystemExit: 2
but im going direct to bazarr for that. ty
Expected Behavior
see the media files
Current Behavior
doesnt see the media files
Steps to Reproduce
all containers have their path set to /mnt/user/Storage/Media/ all work except bazarr (6 other containers follow this bath perfectly)
for example, all tv shows are in /mnt/user/Storage/Media/TV Shows
error for all files tv/movies is: BAZARR Error (Path does not exist) trying to get video information for this file: /media/TV Shows/name of show folder / name of show.mkv
i see an extra "media" and its not the correct one as linux is case sensitive. shouldnt it think to be looking in /TV Shows/name of show folder / name of show.mkv
Environment
OS: unRAID CPU architecture: x86_64/arm32/arm64 How docker service was installed:
community applications
Command used to create docker container (run/create/compose/screenshot)
Docker logs