Giter VIP home page Giter VIP logo

Comments (14)

mdhiggins avatar mdhiggins commented on June 2, 2024 1

Got it, wasn't clear initially from your first post and lack of config file posted

        if not settings.output_dir:
            # If the user hasn't set an output directory, go up one from the root path and create a directory there as [name]-convert
            suffix = "convert"
            settings.output_dir = os.path.abspath(os.path.join(root_path, '..', ("%s-%s" % (re.sub(settings.regex, '_', name), suffix))))

This is where you're getting stuck, qtbt creates a temporary output directory when one isn't set

My guess is your root path is something weird which is the 3rd parameter passed to QTBT
If you post a debug log session I should be able to see what it is, but its something in your windows folder which it shouldn't be and you're getting permission issues because that's a secured directory

from sickbeard_mp4_automator.

mdhiggins avatar mdhiggins commented on June 2, 2024

PermissionError: [WinError 5] Access is denied

Nothing to figure out, its a permission error

No idea why you'd be using C:\Windows as your output directory but there you go, either change your output directory of change your permissions

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

There is no output directory listed in the .ini, cos if that was the case then anything tag for sonarr would do the same, if you look at the log, the sonarr conversion worked fine (Bigsky) but the radarr one did not (All star superman)

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

[Converter]
ffmpeg = D:\PlexBackend\FFmpeg\bin\ffmpeg.exe
ffprobe = D:\PlexBackend\FFmpeg\bin\ffprobe.exe
threads = 0
hwaccels = cuda, dxva2, qsv, d3d11va, opencl, vulkan, h265_nvenc
hwaccel-decoders =
hwdevices =
hwaccel-output-format =
output-directory =
output-directory-space-ratio = 0.0
output-format = mp4
output-extension = mp4
temp-extension =
minimum-size = 0
ignored-extensions = nfo, ds_store
copy-to =
move-to = \Plex\To Sort
delete-original = True
process-same-extensions = True
bypass-if-copying-all = False
force-convert = True
post-process = False
wait-post-process = False
detailed-progress = False
opts-separator = ,
preopts =
postopts =
regex-directory-replace = [^\w\-_\. ]

[Permissions]
chmod = 0644
uid = -1
gid = -1

[Metadata]
relocate-moov = True
full-path-guess = True
tag = False
tag-language = eng
download-artwork = poster
sanitize-disposition =
strip-metadata = True
keep-titles = False

[Video]
codec = h265_nvenc
max-bitrate = 2500
bitrate-ratio = hevc:0.8
crf = -1
crf-profiles =
preset =
codec-parameters =
dynamic-parameters = False
max-width = 0
profile =
max-level = 5.2
pix-fmt =
prioritize-source-pix-fmt = True
filter =
force-filter = False

[HDR]
codec =
pix-fmt =
space = bt2020nc
transfer = smpte2084
primaries = bt2020
preset =
codec-parameters =
filter =
force-filter = False
profile =

[Audio]
codec = aac, aac
languages = jpn, eng
default-language = eng
include-original-language = True
first-stream-of-language = False
channel-bitrate = 128
variable-bitrate = 0
max-bitrate = 0
max-channels = 0
filter =
profile =
force-filter = False
sample-rates =
sample-format =
copy-original = False
aac-adtstoasc = False
ignored-dispositions =
force-default = False
unique-dispositions = False
stream-codec-combinations =

[Audio.Sorting]
sorting = language, channels.d, map, d.comment
default-sorting = channels.d, map, d.comment
codecs =

[Universal Audio]
codec = aac
channel-bitrate = 128
variable-bitrate = 0
first-stream-only = False
filter =
profile =
force-filter = False

[Audio.ChannelFilters]
6-2 = pan=stereo|FL=0.5FC+0.707FL+0.707BL+0.5LFE|FR=0.5FC+0.707FR+0.707BR+0.5LFE

[Subtitle]
codec = mov_text
codec-image-based =
languages = eng
default-language = eng
include-original-language = False
first-stream-of-language = False
encoding =
burn-subtitles = False
burn-dispositions = Forced
embed-subs = True
embed-image-subs = False
embed-only-internal-subs = False
filename-dispositions = forced
ignore-embedded-subs = False
ignored-dispositions =
force-default = False
unique-dispositions = False
attachment-codec =
remove-bitstream-subs = False

[Subtitle.Sorting]
sorting = language, d.comment, d.default.d, d.forced.d
burn-sorting = language, d.comment, d.default.d, d.forced.d
codecs =

[Subtitle.CleanIt]
enabled = False
config-path =
tags = default, no-style

[Subtitle.FFSubsync]
enabled = False

[Subtitle.Subliminal]
download-subs = False
download-forced-subs = False
include-hearing-impaired-subs = False
providers =

[Subtitle.Subliminal.Auth]
opensubtitles =
tvsubtitles =

[Sonarr]
host = 192.168.1.192
port = 8989
apikey = 5ee115a0e19e40f799228c008c544204
ssl = False
webroot =
force-rename = False
rescan = True
block-reprocess = False
in-progress-check = True

[Radarr]
host = 192.168.1.192
port = 38084
apikey = 9dae3f8534b7485fb549b9f77bb6a85a
ssl = False
webroot =
force-rename = False
rescan = True
block-reprocess = False
in-progress-check = True

[Sickbeard]
host = localhost
port = 8081
ssl = False
apikey =
webroot =
username =
password =

[Sickrage]
host = localhost
port = 8081
ssl = False
apikey =
webroot =
username =
password =

[SABNZBD]
convert = True
sickbeard-category = sickbeard
sickrage-category = sickrage
sonarr-category = sonarr
radarr-category = radarr
bypass-category = bypass
output-directory =
path-mapping =

[Deluge]
sickbeard-label = sickbeard
sickrage-label = sickrage
sonarr-label = sonarr
radarr-label = radarr
bypass-label = bypass
convert = True
host = localhost
port = 58846
username =
password =
output-directory =
remove = False
path-mapping =

[qBittorrent]
sickbeard-label = sickbeard
sickrage-label = sickrage
sonarr-label = sonarr
radarr-label = radarr
bypass-label = bypass
convert = True
action-before =
action-after =
host = 192.168.1.2
port = 38090
ssl = False
username = Morpheus2n2
password = Oliver150107!
output-directory =
path-mapping =

[uTorrent]
sickbeard-label = sickbeard
sickrage-label = sickrage
sonarr-label = sonarr
radarr-label = radarr
bypass-label = bypass
convert = True
webui = False
action-before =
action-after =
host = localhost
ssl = False
port = 8080
username =
password =
output-directory =
path-mapping =

[Plex]
host = localhost
port = 32400
refresh = False
token =
username =
password =
servername =
ssl = True
ignore-certs = False
path-mapping =

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

Ok, Debug all set so should kick off when next file hits in a bit :D
Thats what I cant work out the Root folders have always been the same for all my clients for years, its only been happening for last 2 weeks when I pulled a new download of the script lol

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

Ok debug log here, SABNZbd works file with Radarr tags, qbittorrent doesn't lol
sma.log

from sickbeard_mp4_automator.

mdhiggins avatar mdhiggins commented on June 2, 2024

QBT is reporting your root path as "."

No idea why but that's the issue

Are your command line parameters set correctly?

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024
2023-09-19 (5)

Yep, this is how its been set for last 2 years :D

from sickbeard_mp4_automator.

mdhiggins avatar mdhiggins commented on June 2, 2024

Hm was there an update that broke something to QBT? It shouldn't be returning a . for your root path. That's causing the problem though

from sickbeard_mp4_automator.

mdhiggins avatar mdhiggins commented on June 2, 2024

a2ea0e4

See if that works around it

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

sma.log

Still doing it unfortunately, its so odd as its only Films this happens to.

from sickbeard_mp4_automator.

mdhiggins avatar mdhiggins commented on June 2, 2024

9e3541e

Try that

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

sma.log

Yep that seems have done the trick, its in progress right now, will keep eye on it over next couple of days before closing this thread :D

Thank you so so much.

from sickbeard_mp4_automator.

morpheus2n2 avatar morpheus2n2 commented on June 2, 2024

Ok that failed but it was a different issue which I have identified and fixed.
It seems FFMPEG 6.0 doesn't like HW Decoding and encoding, took it back down to 5.0 and its working like a dream again

from sickbeard_mp4_automator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.