Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External srt files being deleted #947

Closed
AverageUnknown opened this issue Oct 30, 2018 · 3 comments
Closed

External srt files being deleted #947

AverageUnknown opened this issue Oct 30, 2018 · 3 comments

Comments

@AverageUnknown
Copy link
Contributor

AverageUnknown commented Oct 30, 2018

Im trying to manually import via sonarr, all files are in one folder and share the same relevant file name, But every time at the end of the import the srt file is deleted.

Example:
File1: (Showname) - S09E01 Bluray-1080p.mkv
File2: (Showname) - S09E01 Bluray-1080p.eng.srt

Ive tried turning "delete_original" to a false value, and that fixed the srt files being deleted but then the issue of the original file remaining is obviously going to be there.

If i merge the srt with the mkv file and then manually import, the srt file ends up not being deleted at all and is properly in the output folder and stored externally.

I have import extra files on in sonarr:
screenshot_1

I am getting this error in sonarr:

ExistingExtraFileService failed while processing [SeriesScannedEvent]: File doesn't exist: /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/(show)/Season 9/.nfs000000000000057d00000007

System.IO.FileNotFoundException: File doesn't exist: /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/(show)/Season 9/.nfs000000000000057d00000007
at NzbDrone.Common.Disk.DiskProviderBase.GetFileSize (System.String path) [0x00066] in <2579263bcdeb4ef4b450343ebeda374e>:0
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingService.Augment (NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, System.Boolean otherFiles) [0x00056] in <85e2f5295c104ca3a3bcaa59e805585a>:0
at NzbDrone.Core.Extras.Others.ExistingOtherExtraImporter.ProcessFiles (NzbDrone.Core.Tv.Series series, System.Collections.Generic.List1[T] filesOnDisk, System.Collections.Generic.List1[T] importedFiles) [0x00087] in <85e2f5295c104ca3a3bcaa59e805585a>:0
at NzbDrone.Core.Extras.ExistingExtraFileService.Handle (NzbDrone.Core.MediaFiles.Events.SeriesScannedEvent message) [0x00099] in <85e2f5295c104ca3a3bcaa59e805585a>:0
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x00117] in <85e2f5295c104ca3a3bcaa59e805585a>:0

18-10-30 03:52:12.3|Info|DiskScanService|Scanning disk for (show)
18-10-30 03:52:12.7|Info|DiskScanService|Completed scanning disk for (show)
18-10-30 03:52:12.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
18-10-30 03:52:12.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
18-10-30 03:52:12.7|Error|EventAggregator|ExistingExtraFileService failed while processing [SeriesScannedEvent]

[v2.0.0.5252] System.IO.FileNotFoundException: File doesn't exist: /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/(show)/Season 9/.nfs000000000000057d00000007
at NzbDrone.Common.Disk.DiskProviderBase.GetFileSize (System.String path) [0x00066] in <2579263bcdeb4ef4b450343ebeda374e>:0
at NzbDrone.Core.MediaFiles.EpisodeImport.Aggregation.AugmentingService.Augment (NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, System.Boolean otherFiles) [0x00056] in <85e2f5295c104ca3a3bcaa59e805585a>:0
at NzbDrone.Core.Extras.Others.ExistingOtherExtraImporter.ProcessFiles (NzbDrone.Core.Tv.Series series, System.Collections.Generic.List1[T] filesOnDisk, System.Collections.Generic.List1[T] importedFiles) [0x00087] in <85e2f5295c104ca3a3bcaa59e805585a>:0
at NzbDrone.Core.Extras.ExistingExtraFileService.Handle (NzbDrone.Core.MediaFiles.Events.SeriesScannedEvent message) [0x00099] in <85e2f5295c104ca3a3bcaa59e805585a>:0
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x00117] in <85e2f5295c104ca3a3bcaa59e805585a>:0

18-10-30 03:54:19.5|Info|RssSyncService|Starting RSS Sync
18-10-30 03:54:20.9|Info|DownloadDecisionMaker|Processing 771 releases
18-10-30 03:54:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 771, Reports grabbed: 0

and here is my autoProcess.ini:

[MP4]
ffmpeg = /usr/bin/ffmpeg
ffprobe = /usr/bin/ffprobe
threads = 16
output_directory =
copy_to =
move_to =
output_extension = mp4
output_format = mp4
delete_original = True
relocate_moov = True
video-codec = h264
video-bitrate =
video-crf = 17
video-max-width =
video-profile =
h264-max-level = 4.1
use-qsv-decoder-with-encoder = True
use-hevc-qsv-decoder = False
enable_dxva2_gpu_decode = False
ios-audio = False
ios-first-track-only = False
ios-audio-filter =
ios-move-last = True
max-audio-channels =
audio-codec = ac3,aac
audio-language = eng,jpn
audio-default-language = eng
audio-channel-bitrate = 256
audio-filter =
audio-copy-original = False
subtitle-codec = srt
subtitle-language = eng
subtitle-default-language = eng
subtitle-encoding =
fullpathguess = True
convert-mp4 = True
tagfile = False
tag-language = en
download-artwork = Poster
download-subs = False
embed-subs = False
embed-only-internal-subs = False
sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
permissions = 0777
post-process = False
pix-fmt =
aac_adtstoasc = False
postopts =
preopts =
audio-first-track-of-language = False

@AverageUnknown AverageUnknown changed the title External srt files being auto deleted External srt files being deleted Oct 30, 2018
@mdhiggins
Copy link
Owner

This is probably sonarr that's deleting things as the script doesn't have any logic for deleting srt files except when embedsubs is enabled, all the code for that is housed under the embedsubs logic which should be disabled based on your settings. There's no clean-up logic that just wipes the rest of the folder included. Is the .srt file being ripped from the mkv by the script or is it just included in the source material?

Additionally does your created mp4 file have a subtitle track? Maybe for some reason its being embedded when it shouldn't.

@AverageUnknown
Copy link
Contributor Author

AverageUnknown commented Oct 30, 2018

The srt is not being ripped from the mkv it is a external srt file being imported with the mkv on sonarr manual import.

After sonarr renames the video file plus the subtitle file to its new correct name the .partial file shows up,
Then after it converts the mkv to mp4 and it starts relocates the moov as soon as it finishes relocating the moov and the finished file is done the srt file is then deleted instantly.

The final mp4 file does not have any embedded subtitle tracks.

I didnt want to post the shows name since i dont know the rules here but il just post it since i dont want to edit all this log info if show names arent allowed il edit it out:

18-10-30 10:59:28.3|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (1 ms)
18-10-30 10:59:28.3|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (0 ms)
18-10-30 10:59:28.3|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (1 ms)
18-10-30 10:59:28.3|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (2 ms)
18-10-30 10:59:45.7|Debug|EpisodeService|Linking [Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mkv] > [[4102]I Think I'm Gonna Like It Here]
18-10-30 10:59:45.7|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '3/2/0.1'
18-10-30 10:59:45.7|Debug|LanguageParser|Parsing language from subtitle file: /home/jacob/Desktop/test/Supernatural - S09E01 Bluray-1080p.eng.srt
18-10-30 10:59:45.7|Debug|DiskTransferService|Move [/home/jacob/Desktop/test/Supernatural - S09E01 Bluray-1080p.eng.srt] > [/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en.srt]
18-10-30 10:59:45.7|Debug|NotificationService|No tags set for this notification.
18-10-30 10:59:45.7|Debug|CustomScript|Executing external script: /usr/bin/python
18-10-30 10:59:45.7|Debug|python|Starting /usr/bin/python /home/jacob/Desktop/Convert/postSonarr.py
18-10-30 10:59:45.9|Debug|python|2018-10-30 10:59:45 - SonarrPostConversion - INFO - Sonarr extra script post processing started.
18-10-30 10:59:45.9|Debug|python|2018-10-30 10:59:45 - readSettings - INFO - /usr/bin/python
18-10-30 10:59:45.9|Debug|python|2018-10-30 10:59:45 - SonarrPostConversion - INFO - Processing /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mkv.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Reading video stream.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Video codec detected: h264.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Pix Fmt: yuv420p.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Profile: High.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Reading audio streams.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Audio detected for stream #1: dts [eng].
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Creating audio stream 0 from source stream 1.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Audio Track is number 1 setting disposition to default
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Reading subtitle streams.
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Subtitle detected for stream #2: hdmv_pgs_subtitle [eng].
18-10-30 10:59:46.3|Debug|python|2018-10-30 10:59:46 - mkvtomp4 - INFO - Starting conversion.
18-10-30 11:00:19.7|Debug|Api|[GET] /api/health: 200.OK (0 ms)
18-10-30 11:00:19.7|Debug|Api|[GET] /api/health: 200.OK (0 ms)
18-10-30 11:00:20.0|Debug|Api|[GET] /api/diskspace: 200.OK (277 ms)
18-10-30 11:00:20.0|Debug|Api|[GET] /api/diskspace: 200.OK (259 ms)
18-10-30 11:00:20.6|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc&filterKey=level&filterValue=Error: 200.OK (1 ms)
18-10-30 11:00:20.7|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc&filterKey=level&filterValue=Error: 200.OK (1 ms)
18-10-30 11:00:21.9|Debug|Api|[GET] /api/log/file: 200.OK (1 ms)
18-10-30 11:00:22.0|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (1 ms)
18-10-30 11:00:28.1|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (1 ms)
18-10-30 11:00:28.1|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (0 ms)
18-10-30 11:00:28.1|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (1 ms)
18-10-30 11:00:28.1|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (1 ms)
18-10-30 11:00:35.5|Debug|python|2018-10-30 11:00:35 - mkvtomp4 - INFO - /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4 created.
18-10-30 11:00:36.1|Debug|python|2018-10-30 11:00:36 - mkvtomp4 - INFO - Relocating MOOV atom to start of file.
18-10-30 11:00:36.1|Debug|python|2018-10-30 11:00:36 - qtfaststart - INFO - Patching co64 with 60745 entries
18-10-30 11:00:36.1|Debug|python|2018-10-30 11:00:36 - qtfaststart - INFO - Patching co64 with 60745 entries
18-10-30 11:00:36.1|Debug|python|2018-10-30 11:00:36 - qtfaststart - INFO - Patching stco with 1 entries
18-10-30 11:00:36.1|Debug|python|2018-10-30 11:00:36 - qtfaststart - INFO - Writing output...
18-10-30 11:00:55.5|Debug|Api|[POST] /api/command: 201.Created (4 ms)
18-10-30 11:00:55.5|Debug|python|2018-10-30 11:00:55 - SonarrPostConversion - INFO - Sonarr response: ID 220631 queued.
18-10-30 11:00:55.5|Debug|python|2018-10-30 11:00:55 - SonarrPostConversion - INFO - {u'body': {u'seriesId': 22, u'name': u'RescanSeries', u'sendUpdatesToClient': True, u'completionMessage': u'Completed', u'updateScheduledTask': True, u'trigger': u'manual'}, u'status': u'queued', u'name': u'RescanSeries', u'startedOn': u'2018-10-30T18:00:55.531521Z', u'updateScheduledTask': True, u'sendUpdatesToClient': True, u'manual': True, u'id': 220631, u'priority': u'normal', u'state': u'queued', u'trigger': u'manual', u'queued': u'2018-10-30T18:00:55.531521Z'}
18-10-30 11:00:55.5|Debug|python|2018-10-30 11:00:55 - SonarrPostConversion - INFO - Requesting episode information from Sonarr for series ID 22.
18-10-30 11:00:55.5|Debug|Api|[GET] /api/command/220631: 200.OK (0 ms)
18-10-30 11:00:55.5|Debug|python|2018-10-30 11:00:55 - SonarrPostConversion - INFO - started
18-10-30 11:00:55.5|Info|DiskScanService|Scanning disk for Supernatural
18-10-30 11:00:55.5|Debug|DiskScanService|Scanning '/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural' for video files
18-10-30 11:00:55.5|Debug|DiskScanService|51 video files were found in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:00:55.5|Debug|DiskScanService|[78901][Supernatural] Cleaning up media files in DB
18-10-30 11:00:55.5|Debug|MediaFileTableCleanupService|File [/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mkv] no longer exists on disk, removing from db
18-10-30 11:00:55.5|Debug|EpisodeService|Detaching episode 4102 from file.
18-10-30 11:00:55.5|Debug|RecycleBinProvider|Attempting to send '/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en.srt' to recycling bin
18-10-30 11:00:55.5|Debug|RecycleBinProvider|Moving '/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en.srt' to '/home/jacob/Desktop/HTPC/#recycle/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en_3.srt'
18-10-30 11:00:55.5|Debug|DiskTransferService|Move [/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en.srt] > [/home/jacob/Desktop/HTPC/#recycle/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en_3.srt]
18-10-30 11:00:55.6|Debug|RecycleBinProvider|File has been moved to the recycling bin: /home/jacob/Desktop/HTPC/#recycle/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.en_3.srt
18-10-30 11:00:55.6|Debug|SubtitleFileService|Deleting Extra from database for episode file: [6958] Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mkv
18-10-30 11:00:55.6|Debug|OtherExtraFileService|Deleting Extra from database for episode file: [6958] Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mkv
18-10-30 11:00:55.6|Debug|MetadataFileService|Deleting Extra from database for episode file: [6958] Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mkv
18-10-30 11:00:55.6|Debug|ImportDecisionMaker|Analyzing 1/51 files.
18-10-30 11:00:55.6|Debug|Parser|Parsing string 'Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4'
18-10-30 11:00:55.6|Debug|Parser|Episode Parsed. Supernatural - S09E01
18-10-30 11:00:55.6|Debug|Parser|Language parsed: English
18-10-30 11:00:55.6|Debug|QualityParser|Trying to parse quality for Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4
18-10-30 11:00:55.6|Debug|Parser|Quality parsed: Bluray-1080p v1

If I set it to false "delete_original= False"

It leaves the srt file alone and ends up with a different log :

18-10-30 11:17:33.1|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (1 ms)
18-10-30 11:17:57.3|Debug|python|2018-10-30 11:17:57 - mkvtomp4 - INFO - /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4 created.
18-10-30 11:17:57.4|Debug|python|2018-10-30 11:17:57 - mkvtomp4 - INFO - Relocating MOOV atom to start of file.
18-10-30 11:17:57.4|Debug|python|2018-10-30 11:17:57 - qtfaststart - INFO - Patching co64 with 60745 entries
18-10-30 11:17:57.4|Debug|python|2018-10-30 11:17:57 - qtfaststart - INFO - Patching co64 with 60745 entries
18-10-30 11:17:57.4|Debug|python|2018-10-30 11:17:57 - qtfaststart - INFO - Patching stco with 1 entries
18-10-30 11:17:57.4|Debug|python|2018-10-30 11:17:57 - qtfaststart - INFO - Writing output...
18-10-30 11:18:10.4|Debug|Api|[GET] /api/log/file: 200.OK (0 ms)
18-10-30 11:18:10.4|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (0 ms)
18-10-30 11:18:16.1|Debug|Api|[POST] /api/command: 201.Created (7 ms)
18-10-30 11:18:16.1|Debug|python|2018-10-30 11:18:16 - SonarrPostConversion - INFO - Sonarr response: ID 220675 queued.
18-10-30 11:18:16.1|Debug|python|2018-10-30 11:18:16 - SonarrPostConversion - INFO - {u'body': {u'seriesId': 52, u'name': u'RescanSeries', u'sendUpdatesToClient': True, u'completionMessage': u'Completed', u'updateScheduledTask': True, u'trigger': u'manual'}, u'status': u'queued', u'name': u'RescanSeries', u'startedOn': u'2018-10-30T18:18:16.164079Z', u'updateScheduledTask': True, u'sendUpdatesToClient': True, u'manual': True, u'id': 220675, u'priority': u'normal', u'state': u'queued', u'trigger': u'manual', u'queued': u'2018-10-30T18:18:16.164079Z'}
18-10-30 11:18:16.1|Debug|python|2018-10-30 11:18:16 - SonarrPostConversion - INFO - Requesting episode information from Sonarr for series ID 52.
18-10-30 11:18:16.1|Debug|Api|[GET] /api/command/220675: 200.OK (0 ms)
18-10-30 11:18:16.1|Debug|python|2018-10-30 11:18:16 - SonarrPostConversion - INFO - started
18-10-30 11:18:16.1|Info|DiskScanService|Scanning disk for Supernatural
18-10-30 11:18:16.1|Debug|DiskScanService|Scanning '/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural' for video files
18-10-30 11:18:16.1|Debug|DiskScanService|52 video files were found in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:18:16.1|Debug|DiskScanService|[78901][Supernatural] Cleaning up media files in DB
18-10-30 11:18:16.2|Debug|ImportDecisionMaker|Analyzing 1/52 files.
18-10-30 11:18:16.2|Debug|Parser|Parsing string 'Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4'
18-10-30 11:18:16.2|Debug|Parser|Episode Parsed. Supernatural - S09E01
18-10-30 11:18:16.2|Debug|Parser|Language parsed: English
18-10-30 11:18:16.2|Debug|QualityParser|Trying to parse quality for Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4
18-10-30 11:18:16.2|Debug|Parser|Quality parsed: Bluray-1080p v1
18-10-30 11:18:16.2|Debug|Parser|Release Group parsed:
18-10-30 11:18:16.2|Debug|VideoFileInfoReader|Getting media info from /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4
18-10-30 11:18:16.3|Debug|AggregateQuality|Using quality: Bluray-1080p v1
18-10-30 11:18:16.3|Debug|EpisodeTitleSpecification|Episode aired more than 1 day ago
18-10-30 11:18:16.3|Debug|FreeSpaceSpecification|Skipping free space check for existing episode
18-10-30 11:18:16.3|Debug|GrabbedReleaseQualitySpecification|No download client item provided, skipping.
18-10-30 11:18:16.3|Debug|NotSampleSpecification|Existing file, skipping sample check
18-10-30 11:18:16.3|Debug|NotUnpackingSpecification|/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4 is in series folder, skipping unpacking check
18-10-30 11:18:16.3|Debug|UnverifiedSceneNumberingSpecification|Skipping scene numbering check for existing episode
18-10-30 11:18:16.3|Debug|ImportDecisionMaker|File accepted
18-10-30 11:18:16.4|Debug|EpisodeService|Linking [Season 9/Supernatural - S09E01 - I Think I'm Gonna Like It Here Bluray-1080p.mp4] > [[7824]I Think I'm Gonna Like It Here]
18-10-30 11:18:16.4|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '3/2/0.1'
18-10-30 11:18:16.4|Info|DiskScanService|Completed scanning disk for Supernatural
18-10-30 11:18:16.4|Debug|ExistingExtraFileService|Looking for existing extra files in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:18:16.4|Debug|DiskScanService|Scanning '/home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural' for non-video files
18-10-30 11:18:16.4|Debug|DiskScanService|52 non-video files were found in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:18:16.4|Debug|ExistingMetadataImporter|Looking for existing metadata in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:18:16.4|Debug|Parser|Parsing string '.nfs0000000000000b4000000012'
18-10-30 11:18:16.4|Debug|Parser|Unable to parse .nfs0000000000000b4000000012
18-10-30 11:18:16.4|Debug|Parser|Parsing string '.nfs0000000000000b4000000012'
18-10-30 11:18:16.4|Debug|Parser|Unable to parse .nfs0000000000000b4000000012
18-10-30 11:18:16.4|Debug|Parser|Parsing string '.nfs0000000000000b4000000012'
18-10-30 11:18:16.4|Debug|Parser|Unable to parse .nfs0000000000000b4000000012
18-10-30 11:18:16.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
18-10-30 11:18:16.4|Debug|ExistingSubtitleImporter|Looking for existing subtitle files in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:18:16.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
18-10-30 11:18:16.4|Debug|ExistingOtherExtraImporter|Looking for existing extra files in /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural
18-10-30 11:18:16.4|Debug|Parser|Parsing string '.nfs0000000000000b4000000012'
18-10-30 11:18:16.4|Debug|Parser|Unable to parse .nfs0000000000000b4000000012
18-10-30 11:18:16.4|Debug|Parser|Attempting to parse episode info using directory and file names. Season 9
18-10-30 11:18:16.4|Debug|Parser|Parsing string 'Season 9 .nfs0000000000000b4000000012'
18-10-30 11:18:16.4|Debug|Parser|Unable to parse Season 9 .nfs0000000000000b4000000012
18-10-30 11:18:16.4|Debug|Parser|Attempting to parse episode info using directory name. Season 9
18-10-30 11:18:16.4|Debug|Parser|Parsing string 'Season 9.nfs0000000000000b4000000012'
18-10-30 11:18:16.4|Debug|Parser|Unable to parse Season 9.nfs0000000000000b4000000012
18-10-30 11:18:16.4|Debug|VideoFileInfoReader|Getting media info from /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/.nfs0000000000000b4000000012
18-10-30 11:18:16.6|Debug|Api|[GET] /api/health: 200.OK (0 ms)
18-10-30 11:18:16.6|Debug|AggregateQuality|Using quality: v1
18-10-30 11:18:16.6|Debug|ExistingOtherExtraImporter|Cannot find related episodes for: /home/jacob/Desktop/HTPC/Media_Files/Plex/Tv Shows/Supernatural/Season 9/.nfs0000000000000b4000000012
18-10-30 11:18:16.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
18-10-30 11:18:16.6|Info|ExistingExtraFileService|Found 0 extra files

@AverageUnknown
Copy link
Contributor Author

I fixed the issue, for some reason i checked my sonarr logs more and it showed parsing and stuff for shows never even added to my show list, sonarr was acting strange so i wiped it clean and started over, i then went ahead and redownloaded mp4automator and readded my old ini file and everything worked perfectly. Pretty sure you were right and sonarr was just messed up.

Thanks for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants