TheFreeMan 36 Posted 14 hours ago Posted 14 hours ago OK figured it out - moved the files out of the directory & did a scan. I was thinking there was something within Emby to remove them from the library - found delete and it was going to delete the files from disk. Realized my mistakes... - Call The Midwife Season 15 removed from the library (with no intro skips) and scanned library - Confirmed episodes missing from library - Imported the files again, ran a full library file scan - No indication that the Detect Episode Intros task was going to run - it is set to run on a schedule and on new episode detection. - Confirmed that the episodes are back in the library (including watched flags - that's a nice bonus) - Manually ran Detect Episode Intros task - it completed in 0 seconds. embyserver.txt Debug logs attached
Lessaj 477 Posted 12 hours ago Posted 12 hours ago Do you have it set to run intro detection when media is imported into that library? CreateTitleFingerprint can be seen running against those episodes, which extracts the audio for finger printing. Example: Quote 2026-03-16 17:32:06.868 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E01 Episode 1 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/e86f0357ecf34e9ca91ba489028d3251" 2026-03-16 17:32:06.868 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:09.493 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:09.493 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E01 Episode 1 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/e86f0357ecf34e9ca91ba489028d3251 2026-03-16 17:32:09.493 Info App: Moving fingerprint file from /config/cache/temp/e86f0357ecf34e9ca91ba489028d3251 to /config/metadata/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp ..... 2026-03-16 17:32:27.828 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E01 Episode 1 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.7462686. Confidence: 0.9
TheFreeMan 36 Posted 12 hours ago Posted 12 hours ago 15 minutes ago, Lessaj said: Do you have it set to run intro detection when media is imported into that library? It's in my "TV" library and And... shoulda tested. I just fired up the first unwatched episode and I do get a "Skip Intro" button. I confirmed before trying the above that it did not. Now the question is, why didn't it generate it when it first imported on the 1st or 2nd of March... 1
sa2000 688 Posted 1 hour ago Posted 1 hour ago 10 hours ago, TheFreeMan said: Now the question is, why didn't it generate it when it first imported on the 1st or 2nd of March... ok. lets compare logs for when it did not and when it did. please give me names and timestamps and the logs
sa2000 688 Posted 1 hour ago Posted 1 hour ago I did update the documentation here recently to specify that detection is only run when there are at least 2 episodes in a season
sa2000 688 Posted 39 minutes ago Posted 39 minutes ago (edited) 13 hours ago, TheFreeMan said: Imported the files again, ran a full library file scan - No indication that the Detect Episode Intros task was going to run - it is set to run on a schedule and on new episode detection. - Confirmed that the episodes are back in the library (including watched flags - that's a nice bonus) My earlier response was premature. The log you provided does show that intro markers were detected for Call the Midwife season 15 with 8 episodes having intro markers. The media was added at 17:30. By 17:32:28 we identified the markers 2026-03-16 17:32:06.868 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E01 Episode 1 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/e86f0357ecf34e9ca91ba489028d3251" 2026-03-16 17:32:06.868 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:09.493 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:09.493 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E01 Episode 1 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/e86f0357ecf34e9ca91ba489028d3251 2026-03-16 17:32:09.493 Info App: Moving fingerprint file from /config/cache/temp/e86f0357ecf34e9ca91ba489028d3251 to /config/metadata/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp 2026-03-16 17:32:09.493 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E02 Episode 2 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/b13c6cbfe49c4e1bb63bdfe2e367b2fc" 2026-03-16 17:32:09.493 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:11.783 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:11.783 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E02 Episode 2 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/b13c6cbfe49c4e1bb63bdfe2e367b2fc 2026-03-16 17:32:11.783 Info App: Moving fingerprint file from /config/cache/temp/b13c6cbfe49c4e1bb63bdfe2e367b2fc to /config/metadata/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp 2026-03-16 17:32:11.784 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E03 Episode 3 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/325542e0f33f4c8ca2ebcf2bac3a3ca8" 2026-03-16 17:32:11.784 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:14.767 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:14.767 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E03 Episode 3 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/325542e0f33f4c8ca2ebcf2bac3a3ca8 2026-03-16 17:32:14.767 Info App: Moving fingerprint file from /config/cache/temp/325542e0f33f4c8ca2ebcf2bac3a3ca8 to /config/metadata/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp 2026-03-16 17:32:14.771 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E04 Episode 4 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/95016ecd3f59459185f91bfe838a5bff" 2026-03-16 17:32:14.771 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:17.238 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:17.238 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E04 Episode 4 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/95016ecd3f59459185f91bfe838a5bff 2026-03-16 17:32:17.238 Info App: Moving fingerprint file from /config/cache/temp/95016ecd3f59459185f91bfe838a5bff to /config/metadata/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp 2026-03-16 17:32:17.240 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E05 Episode 5 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/8b3ff87910b141319394fd9af9bc0b6f" 2026-03-16 17:32:17.240 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:20.144 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:20.144 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E05 Episode 5 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/8b3ff87910b141319394fd9af9bc0b6f 2026-03-16 17:32:20.144 Info App: Moving fingerprint file from /config/cache/temp/8b3ff87910b141319394fd9af9bc0b6f to /config/metadata/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp 2026-03-16 17:32:20.215 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E06 Episode 6 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/4f156563f0c145e4a68d53e3f3a67adf" 2026-03-16 17:32:20.282 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:23.581 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:23.581 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E06 Episode 6 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/4f156563f0c145e4a68d53e3f3a67adf 2026-03-16 17:32:23.581 Info App: Moving fingerprint file from /config/cache/temp/4f156563f0c145e4a68d53e3f3a67adf to /config/metadata/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp 2026-03-16 17:32:23.581 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E07 Episode 7 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/bb8a348a40a94ca2b449d43b013673f9" 2026-03-16 17:32:23.581 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:25.091 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:25.091 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E07 Episode 7 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/bb8a348a40a94ca2b449d43b013673f9 2026-03-16 17:32:25.091 Info App: Moving fingerprint file from /config/cache/temp/bb8a348a40a94ca2b449d43b013673f9 to /config/metadata/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp 2026-03-16 17:32:25.091 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Execute: /usr/bin/ffmpeg-emby -i file:"/media/TV/Call the Midwife/Season 15/Call the Midwife S15E08 Episode 8 WEBDL-1080p h264 AAC.mkv" -t 00:10:00.000 -ac 1 -acodec pcm_s16le -ar 16000 -vn -sn -f chromaprint -fp_format raw "/config/cache/temp/9a75191ac62f4269997bf97e9bb922a0" 2026-03-16 17:32:25.091 Debug FfmpegManager: ProcessRun 'CreateTitleFingerprint' Started. 2026-03-16 17:32:27.063 Info FfmpegManager: ProcessRun 'CreateTitleFingerprint' Process exited with code 0 2026-03-16 17:32:27.063 Info App: CreateTitleFingerprint completed for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E08 Episode 8 WEBDL-1080p h264 AAC.mkv to /config/cache/temp/9a75191ac62f4269997bf97e9bb922a0 2026-03-16 17:32:27.063 Info App: Moving fingerprint file from /config/cache/temp/9a75191ac62f4269997bf97e9bb922a0 to /config/metadata/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp 2026-03-16 17:32:27.063 Info App: /media/TV/Call the Midwife/Season 15 has 8 episodes with audio fingerprints available 2026-03-16 17:32:27.828 Debug App: Caching intro fingerprint as extradata for 451003 - %MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.7462686S","SequenceEnd":"PT25.7462686S","SequenceType":"Intro","ItemId":451003},"Confidence":0.9} 2026-03-16 17:32:27.828 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E01 Episode 1 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.7462686. Confidence: 0.9 2026-03-16 17:32:27.986 Debug App: Caching intro fingerprint as extradata for 451004 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.7462686S","SequenceEnd":"PT25.7462686S","SequenceType":"Intro","ItemId":451004},"Confidence":0.9} 2026-03-16 17:32:27.986 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E02 Episode 2 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.7462686. Confidence: 0.9 2026-03-16 17:32:28.148 Debug App: Caching intro fingerprint as extradata for 451005 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.6218905S","SequenceEnd":"PT25.6218905S","SequenceType":"Intro","ItemId":451005},"Confidence":0.9} 2026-03-16 17:32:28.149 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E03 Episode 3 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.6218905. Confidence: 0.9 2026-03-16 17:32:28.307 Debug App: Caching intro fingerprint as extradata for 451006 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.8706467S","SequenceEnd":"PT25.8706467S","SequenceType":"Intro","ItemId":451006},"Confidence":0.9} 2026-03-16 17:32:28.307 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E04 Episode 4 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.8706467. Confidence: 0.9 2026-03-16 17:32:28.465 Debug App: Caching intro fingerprint as extradata for 451007 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.9950248S","SequenceEnd":"PT25.9950248S","SequenceType":"Intro","ItemId":451007},"Confidence":0.9} 2026-03-16 17:32:28.465 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E05 Episode 5 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.9950248. Confidence: 0.9 2026-03-16 17:32:28.624 Debug App: Caching intro fingerprint as extradata for 451009 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT26.1194029S","SequenceEnd":"PT26.1194029S","SequenceType":"Intro","ItemId":451009},"Confidence":0.9} 2026-03-16 17:32:28.624 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E06 Episode 6 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:26.1194029. Confidence: 0.9 2026-03-16 17:32:28.782 Debug App: Caching intro fingerprint as extradata for 451010 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/02/02c19c9780cdf6d0f08fdcd8051813eb/title_10_639085902040000000.fp@#63908590204000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.8706467S","SequenceEnd":"PT25.8706467S","SequenceType":"Intro","ItemId":451010},"Confidence":0.9} 2026-03-16 17:32:28.782 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E07 Episode 7 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.8706467. Confidence: 0.9 2026-03-16 17:32:28.940 Debug App: Caching intro fingerprint as extradata for 451008 - %MetadataPath%/library/1c/1cb2ed57aff4f575ffaf2b9f9138a4d3/title_10_639037517980000000.fp@#63903751798000$%^%MetadataPath%/library/7b/7bd3c28ece8b6ffb2081ba771cd7980b/title_10_639043675900000000.fp@#63904367590000$%^%MetadataPath%/library/cb/cb4fa37806fa1912d7d1ead74844af99/title_10_639049611770000000.fp@#63904961177000$%^%MetadataPath%/library/1c/1ccabd74f7e9dff812eb56f5ad93a812/title_10_639055775960000000.fp@#63905577596000$%^%MetadataPath%/library/21/21eed64b915aaab873344345796363ab/title_10_639063722050000000.fp@#63906372205000$%^%MetadataPath%/library/49/49f079f97ac65a8e7a9adc35124cd894/title_10_639067885910000000.fp@#63906788591000$%^%MetadataPath%/library/5e/5ed75d870fe382266664358b5041b57f/title_10_639079970030000000.fp@#63907997003000||||{"BestTitleSequence":{"SequenceStart":"PT0S","SequenceDuration":"PT25.8706467S","SequenceEnd":"PT25.8706467S","SequenceType":"Intro","ItemId":451008},"Confidence":0.9} 2026-03-16 17:32:28.940 Info App: Best title sequence for /media/TV/Call the Midwife/Season 15/Call the Midwife S15E08 Episode 8 WEBDL-1080p h264 AAC.mkv is 00:00:00 - 00:00:25.8706467. Confidence: 0.9 what time did you check for the markers and which episode? 13 hours ago, TheFreeMan said: - Manually ran Detect Episode Intros task - it completed in 0 seconds. They were already produced before you ran this at 17:36 Edited 34 minutes ago by sa2000
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now