TheCaptain989 / radarr-striptracks

A Docker Mod to Radarr/Sonarr to automatically strip out unwanted audio and subtitle tracks
https://hub.docker.com/r/thecaptain989/radarr-striptracks
GNU General Public License v3.0
20 stars 1 forks source link

Script seems to be deleting original file without actually outputting new file #65

Closed loof2736 closed 2 months ago

loof2736 commented 6 months ago

This is happening in both Radarr (v5.2.6.8376) and Sonarr (v4.0.0.746)

Randomly, new releases have been getting imported, then immediately deleted. I finally figured out it was being caused by this script (I forgot I had set this up)

I'm not too sure what is happening. Looking through the logs (I enabled the debug logs), it seems like it removes the unwanted tracks and subs, deletes the original file, then renames the temporary file. Everything looks fine. The issue is that when this is all done, there are no files left over. Both the original and stripped files are missing.

I was originally on the linuxserver release for this mod, but I tried switching to the development version (thecaptain989/radarr-striptracks:latest) and it is still happening.

Here are the debug logs for one of the movies this happened to : https://pastebin.com/kGp9ZJMV The movie is "Sound of Freedom", but it is happening randomly to like 20% of all new releases. I can't see a pattern between any of them

Edit: Original link disappeared for some reason https://img.burber.org/code/yc9YjQ.txt

TheCaptain989 commented 6 months ago

Hmmm. I'll take a look when I get a moment. This week is bad...

FYI, I am aware of a language detection incompatibility with Sonarr v4 that I'm already working on, but to my knowledge that won't delete any files.

loof2736 commented 6 months ago

Hey, @loof2736, the paste is gone now for whatever reason...

Weird, here is another link - https://pastebin.com/qZ7rweN0

loof2736 commented 6 months ago

Hey, @loof2736, the paste is gone now for whatever reason...

OK I think their automated system is flagging it for whatever reason, 2nd link is gone too.

https://img.burber.org/code/yc9YjQ.txt

loof2736 commented 6 months ago

I was just trying to see if I could replicate the issue with one specific release (I was able to replicate it 2x, was trying for a 3rd), but now mkvmerge can't actually open the file anymore? Nothing has changed, its the same release. I just deleted it then re-imported it

Can I paste links to torrents on Github or will that be flagged?

2024-1-1 16:20:56.8|[934]Info|Radarr event: Download, Video: /mnt/nascat/Media/Movies/Sound of Freedom (2023)/Sound of Freedom (2023) [imdbid-tt7599146] - [Bluray-1080p][AAC 5.1][x265]-V3SP4EV3R.mkv, Size: 2.114G, AudioKeep: :eng, SubsKeep: :eng
2024-1-1 16:20:56.9|[934]Error|[2] Error executing mkvmerge. It returned: {
2024-1-1 16:20:56.9|[934]  "errors": [
2024-1-1 16:20:56.9|[934]    "The file '/mnt/nascat/Media/Movies/Sound of Freedom (2023)/Sound of Freedom (2023) [imdbid-tt7599146] - [Bluray-1080p][AAC 5.1][x265]-V3SP4EV3R.mkv' could not be opened for reading: open file error.\n"
2024-1-1 16:20:56.9|[934]  ],
2024-1-1 16:20:56.9|[934]  "warnings": []
2024-1-1 16:20:56.9|[934]}
2024-1-1 16:20:57.0|[934]Error|mkvmerge error. Unable to continue.
2024-1-1 16:20:57.0|[934]Info|Completed in 0m 1s
loof2736 commented 6 months ago

Yeah I don't have a single clue what is going on. I was finally able to get the script to run on the file, and it worked fine. So 2/3 times the files are missing, 1/3 times it works fine. No idea if it is the script causing it or something else. I'm gonna pull all of my hair out

TheCaptain989 commented 6 months ago

I read through the log, and it looks like everything is working as it should. It's not a repeat of issue #61 and you're running the latest script version that fixes that anyway. The correct order of things is:

  1. Script kickoff
  2. inspecting original file
  3. remux
  4. deleting original
  5. renaming remuxed file
  6. Radarr rescans
  7. confirmation Radarr knows of the new file
  8. inspecting new file
  9. script completion

You can see this order in the following log entries:

1. line   57: 2024-1-1 14:04:10.6|[337]Debug|Enabling debug logging level 2. ...
2. line  488: 2024-1-1 14:04:11.7|[337]Debug|Executing: /usr/bin/mkvmerge -J ...
3. line 1267: 2024-1-1 14:04:13.1|[337]Debug|Executing: nice /usr/bin/mkvmerge --title "Sound of Freedom (2023)" ...
4. line 1269: 2024-1-1 14:04:20.4|[337]Debug|Deleting or recycling ...
5. line 1271: 2024-1-1 14:04:21.3|[337]Debug|Renaming: ...
6. line 1274: 2024-1-1 14:04:21.3|[337]Debug|Forcing rescan of movie '932'. ...
7. line 1588: 2024-1-1 14:04:24.3|[337]Debug|Set new video file id '1735'.
8. line 1649: 2024-1-1 14:04:24.8|[337]Debug|Executing: /usr/bin/mkvmerge -J ...
9. line 1793: 2024-1-1 14:04:25.3|[337]Info|Completed in 0m 15s

This is telling me that the new file existed after remux, Radarr knew about it, and the script even confirmed the file was still there and good just before it ended.

TheCaptain989 commented 6 months ago

I was just trying to see if I could replicate the issue with one specific release (I was able to replicate it 2x, was trying for a 3rd), but now mkvmerge can't actually open the file anymore? Nothing has changed, its the same release. I just deleted it then re-imported it

2024-1-1 16:20:56.8|[934]Info|Radarr event: Download, Video: /mnt/nascat/Media/Movies/Sound of Freedom (2023)/Sound of Freedom (2023) [imdbid-tt7599146] - [Bluray-1080p][AAC 5.1][x265]-V3SP4EV3R.mkv, Size: 2.114G, AudioKeep: :eng, SubsKeep: :eng
2024-1-1 16:20:56.9|[934]Error|[2] Error executing mkvmerge. It returned: {
2024-1-1 16:20:56.9|[934]  "errors": [
2024-1-1 16:20:56.9|[934]    "The file '/mnt/nascat/Media/Movies/Sound of Freedom (2023)/Sound of Freedom (2023) [imdbid-tt7599146] - [Bluray-1080p][AAC 5.1][x265]-V3SP4EV3R.mkv' could not be opened for reading: open file error.\n"
2024-1-1 16:20:56.9|[934]  ],
2024-1-1 16:20:56.9|[934]  "warnings": []
2024-1-1 16:20:56.9|[934]}
2024-1-1 16:20:57.0|[934]Error|mkvmerge error. Unable to continue.
2024-1-1 16:20:57.0|[934]Info|Completed in 0m 1s

Huh. This is really weird behavior. The above sounds like a file/directory permissions issue, but that is not what was happing in your earlier log. Could something outside of my script be deleting or messing with files, either right when my script kicks off or right after it finishes? It seems like some kind of race condition is happening.

The good news is that all my constant checks for good environment and behavior are working! :wink:

Can I paste links to torrents on Github or will that be flagged?

I have no idea. I saw that you were using qbittorrent (from the logs), but my script doesn't care about the origin as it doesn't kick in until the finished file has been downloaded and moved to its final location by Radarr/Sonarr.

TheCaptain989 commented 6 months ago

Yeah I don't have a single clue what is going on. I was finally able to get the script to run on the file, and it worked fine. So 2/3 times the files are missing, 1/3 times it works fine. No idea if it is the script causing it or something else. I'm gonna pull all of my hair out

Try troubleshooting one thing at a time. Disable my script in your Connections tab of Radarr and see if anything unexpected still happens.

loof2736 commented 6 months ago

Script has been disabled for ~2 days now, and no files have disappeared with ~10+ imports. I was able to semi-consistently reproduce the issue with the release "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R" on TorrentGalaxy (Not sure if I can post a link here?). Not sure if that helps at all

TheCaptain989 commented 6 months ago

If you have a magnet link, please email it to me: thecaptain989@protonmail.com

loof2736 commented 6 months ago

I just emailed it to you. Since I posted that update 3 days ago, I have upgraded ~100 files and so far, none have had this issue. So I'm pretty certain it is something with the script, I'm just not sure how considering everything looks fine in the logs

TheCaptain989 commented 6 months ago

I was just able to download the file using your magnet link and my script ran fine. See the log:

2024-1-7 20:09:12.8|[869]Debug|Enabling debug logging level 2. Starting Radarr run for: Sound of Freedom (2023)
2024-1-7 20:09:12.9|[869]Debug|DOCKER_MODS=linuxserver/mods:radarr-striptracks
2024-1-7 20:09:12.9|[869]Debug|HOME=/root
2024-1-7 20:09:12.9|[869]Debug|HOSTNAME=04a49a108779
2024-1-7 20:09:12.9|[869]Debug|LSIO_FIRST_PARTY=true
2024-1-7 20:09:12.9|[869]Debug|No_Expand=true
2024-1-7 20:09:12.9|[869]Debug|No_PreLoadSQLite=true
2024-1-7 20:09:12.9|[869]Debug|No_SQLiteFunctions=true
2024-1-7 20:09:12.9|[869]Debug|No_SQLiteXmlConfigFile=true
2024-1-7 20:09:12.9|[869]Debug|PATH=/command:/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-1-7 20:09:12.9|[869]Debug|PGID=100
2024-1-7 20:09:12.9|[869]Debug|PUID=1030
2024-1-7 20:09:12.9|[869]Debug|PWD=/app/radarr/bin
2024-1-7 20:09:12.9|[869]Debug|S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2024-1-7 20:09:12.9|[869]Debug|S6_STAGE2_HOOK=/docker-mods
2024-1-7 20:09:12.9|[869]Debug|S6_VERBOSITY=1
2024-1-7 20:09:12.9|[869]Debug|SHLVL=3
2024-1-7 20:09:12.9|[869]Debug|TERM=xterm
2024-1-7 20:09:12.9|[869]Debug|TZ=America/Chicago
2024-1-7 20:09:12.9|[869]Debug|VIRTUAL_ENV=/lsiopy
2024-1-7 20:09:12.9|[869]Debug|XDG_CONFIG_HOME=/config/.config
2024-1-7 20:09:12.9|[869]Debug|XDG_DATA_HOME=/config/.config/share
2024-1-7 20:09:13.0|[869]Debug|_=/bin/printenv
2024-1-7 20:09:13.0|[869]Debug|radarr_applicationurl=
2024-1-7 20:09:13.0|[869]Debug|radarr_download_client=qBittorrent on Pluto
2024-1-7 20:09:13.0|[869]Debug|radarr_download_client_type=qBittorrent
2024-1-7 20:09:13.0|[869]Debug|radarr_download_id=9DE19F3DCF1F578B71048FEB73E2BD023FD642EB
2024-1-7 20:09:13.0|[869]Debug|radarr_eventtype=Download
2024-1-7 20:09:13.0|[869]Debug|radarr_instancename=Radarr
2024-1-7 20:09:13.0|[869]Debug|radarr_isupgrade=False
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_genres=Action|Drama
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_id=3
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_imdbid=tt7599146
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_in_cinemas_date=07/03/2023 00:00:00
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_originallanguage=eng
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_overview=The story of Tim Ballard, a former US government agent, who quits his job in order to devote his life to rescuing children from global sex traffickers.
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_path=/media/develop/Movies/Sound of Freedom (2023)
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_physical_release_date=11/14/2023 00:00:00
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_tags=
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_title=Sound of Freedom
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_tmdbid=678512
2024-1-7 20:09:13.0|[869]Debug|radarr_movie_year=2023
2024-1-7 20:09:13.0|[869]Debug|radarr_moviefile_customformat=
2024-1-7 20:09:13.0|[869]Debug|radarr_moviefile_customformatscore=0
2024-1-7 20:09:13.0|[869]Debug|radarr_moviefile_id=15
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_audiochannels=5.1
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_audiocodec=AAC
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_audiolanguages=ita / eng
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_height=804
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_languages=ita / eng
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_subtitles=ara / ben / ger / eng / eng / eng / spa / per / fin / fre / heb / hrv / ice / ind / ita / ita / jpn / kor / may / dut / nob / pol / por / rum / rus / swe / tha / tur / vie / chi
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_videocodec=x265
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_videodynamicrangetype=
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_mediainfo_width=1920
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_path=/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_quality=Bluray-1080p
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_qualityversion=1
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_relativepath=Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_releasegroup=V3SP4EV3R
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_scenename=Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_sourcefolder=/media/#downloads/Movies
2024-1-7 20:09:13.1|[869]Debug|radarr_moviefile_sourcepath=/media/#downloads/Movies/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv
2024-1-7 20:09:13.1|[869]Debug|radarr_release_indexer=
2024-1-7 20:09:13.1|[869]Debug|radarr_release_size=
2024-1-7 20:09:13.1|[869]Debug|radarr_release_title=
2024-1-7 20:09:13.1|[869]Debug|striptracks_arr_config=/config/config.xml
2024-1-7 20:09:13.1|[869]Debug|striptracks_audiokeep=:org:eng:und
2024-1-7 20:09:13.1|[869]Debug|striptracks_debug=2
2024-1-7 20:09:13.2|[869]Debug|striptracks_eventtype=radarr_eventtype
2024-1-7 20:09:13.2|[869]Debug|striptracks_json_quality_root=movieFile
2024-1-7 20:09:13.2|[869]Debug|striptracks_language_api=language
2024-1-7 20:09:13.2|[869]Debug|striptracks_language_jq=.language
2024-1-7 20:09:13.2|[869]Debug|striptracks_log=/config/logs/striptracks.txt
2024-1-7 20:09:13.2|[869]Debug|striptracks_maxlog=4
2024-1-7 20:09:13.2|[869]Debug|striptracks_maxlogsize=512000
2024-1-7 20:09:13.2|[869]Debug|striptracks_newvideo=/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv
2024-1-7 20:09:13.2|[869]Debug|striptracks_pid=869
2024-1-7 20:09:13.2|[869]Debug|striptracks_profile_jq=.qualityProfileId
2024-1-7 20:09:13.2|[869]Debug|striptracks_profile_type=quality
2024-1-7 20:09:13.2|[869]Debug|striptracks_rescan_api=RescanMovie
2024-1-7 20:09:13.2|[869]Debug|striptracks_rescan_id=3
2024-1-7 20:09:13.2|[869]Debug|striptracks_script=striptracks-org-eng.sh
2024-1-7 20:09:13.2|[869]Debug|striptracks_subskeep=:eng:und
2024-1-7 20:09:13.2|[869]Debug|striptracks_title=Sound of Freedom (2023)
2024-1-7 20:09:13.2|[869]Debug|striptracks_type=radarr
2024-1-7 20:09:13.2|[869]Debug|striptracks_ver=97f6660
2024-1-7 20:09:13.2|[869]Debug|striptracks_video=/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv
2024-1-7 20:09:13.2|[869]Debug|striptracks_video_api=movie
2024-1-7 20:09:13.2|[869]Debug|striptracks_video_folder=/media/develop/Movies/Sound of Freedom (2023)
2024-1-7 20:09:13.2|[869]Debug|striptracks_video_id=3
2024-1-7 20:09:13.3|[869]Debug|striptracks_video_type=movie
2024-1-7 20:09:13.3|[869]Debug|striptracks_videofile_api=moviefile
2024-1-7 20:09:13.3|[869]Debug|striptracks_videofile_id=15
2024-1-7 20:09:13.3|[869]Debug|Reading from Radarr config file '/config/config.xml'
2024-1-7 20:09:13.3|[869]Debug|Getting Radarr version. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/system/status'
2024-1-7 20:09:13.3|[869]Debug|API returned: {
2024-1-7 20:09:13.3|[869]Debug|  "appName": "Radarr",
2024-1-7 20:09:13.3|[869]Debug|  "instanceName": "Radarr",
2024-1-7 20:09:13.3|[869]Debug|  "version": "5.2.6.8376",
2024-1-7 20:09:13.3|[869]Debug|  "buildTime": "2023-12-24T16:23:53Z",
2024-1-7 20:09:13.3|[869]Debug|  "isDebug": false,
2024-1-7 20:09:13.3|[869]Debug|  "isProduction": true,
2024-1-7 20:09:13.3|[869]Debug|  "isAdmin": false,
2024-1-7 20:09:13.4|[869]Debug|  "isUserInteractive": true,
2024-1-7 20:09:13.4|[869]Debug|  "startupPath": "/app/radarr/bin",
2024-1-7 20:09:13.4|[869]Debug|  "appData": "/config",
2024-1-7 20:09:13.4|[869]Debug|  "osName": "alpine",
2024-1-7 20:09:13.4|[869]Debug|  "osVersion": "3.18.5",
2024-1-7 20:09:13.4|[869]Debug|  "isNetCore": true,
2024-1-7 20:09:13.4|[869]Debug|  "isLinux": true,
2024-1-7 20:09:13.4|[869]Debug|  "isOsx": false,
2024-1-7 20:09:13.4|[869]Debug|  "isWindows": false,
2024-1-7 20:09:13.4|[869]Debug|  "isDocker": true,
2024-1-7 20:09:13.4|[869]Debug|  "mode": "console",
2024-1-7 20:09:13.4|[869]Debug|  "branch": "develop",
2024-1-7 20:09:13.4|[869]Debug|  "databaseType": "sqLite",
2024-1-7 20:09:13.4|[869]Debug|  "databaseVersion": "3.41.2",
2024-1-7 20:09:13.4|[869]Debug|  "authentication": "forms",
2024-1-7 20:09:13.4|[869]Debug|  "migrationVersion": 233,
2024-1-7 20:09:13.4|[869]Debug|  "urlBase": "",
2024-1-7 20:09:13.4|[869]Debug|  "runtimeVersion": "6.0.25",
2024-1-7 20:09:13.4|[869]Debug|  "runtimeName": "netcore",
2024-1-7 20:09:13.4|[869]Debug|  "startTime": "2024-01-08T01:31:03Z",
2024-1-7 20:09:13.4|[869]Debug|  "packageVersion": "5.2.6.8376-ls128",
2024-1-7 20:09:13.5|[869]Debug|  "packageAuthor": "[linuxserver.io](https://www.linuxserver.io/)",
2024-1-7 20:09:13.5|[869]Debug|  "packageUpdateMechanism": "docker"
2024-1-7 20:09:13.5|[869]Debug|}
2024-1-7 20:09:13.6|[869]Debug|Detected Radarr version 5.2.6.8376
2024-1-7 20:09:13.6|[869]Debug|Using temporary file "/media/develop/Movies/Sound of Freedom (2023)/Sound.tmp.q04JdR"
2024-1-7 20:09:13.6|[869]Debug|Getting list of language codes. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/language'
2024-1-7 20:09:13.7|[869]Debug|Getting list of quality profiles. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/qualityProfile'
2024-1-7 20:09:13.8|[869]Debug|Getting video information for movie '3'. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/movie/3'
2024-1-7 20:09:13.9|[869]Debug|API returned: {
2024-1-7 20:09:13.9|[869]Debug|  "title": "Sound of Freedom",
2024-1-7 20:09:13.9|[869]Debug|  "originalTitle": "Sound of Freedom",
2024-1-7 20:09:13.9|[869]Debug|  "originalLanguage": {
2024-1-7 20:09:13.9|[869]Debug|    "id": 1,
2024-1-7 20:09:13.9|[869]Debug|    "name": "English"
2024-1-7 20:09:13.9|[869]Debug|  },
2024-1-7 20:09:13.9|[869]Debug|  "alternateTitles": [
2024-1-7 20:09:13.9|[869]Debug|    {
2024-1-7 20:09:13.9|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:13.9|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:13.9|[869]Debug|      "title": "Zvuk slobode",
2024-1-7 20:09:13.9|[869]Debug|      "id": 13
2024-1-7 20:09:14.0|[869]Debug|    },
2024-1-7 20:09:14.0|[869]Debug|    {
2024-1-7 20:09:14.0|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.0|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.0|[869]Debug|      "title": "ندای آزادی",
2024-1-7 20:09:14.0|[869]Debug|      "id": 14
2024-1-7 20:09:14.0|[869]Debug|    },
2024-1-7 20:09:14.0|[869]Debug|    {
2024-1-7 20:09:14.0|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.0|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.0|[869]Debug|      "title": "Le son de la liberté",
2024-1-7 20:09:14.0|[869]Debug|      "id": 15
2024-1-7 20:09:14.0|[869]Debug|    },
2024-1-7 20:09:14.0|[869]Debug|    {
2024-1-7 20:09:14.0|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.0|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.0|[869]Debug|      "title": "Звук свободы",
2024-1-7 20:09:14.0|[869]Debug|      "id": 16
2024-1-7 20:09:14.0|[869]Debug|    },
2024-1-7 20:09:14.0|[869]Debug|    {
2024-1-7 20:09:14.0|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.0|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.1|[869]Debug|      "title": "El sonido de la libertad",
2024-1-7 20:09:14.1|[869]Debug|      "id": 17
2024-1-7 20:09:14.1|[869]Debug|    },
2024-1-7 20:09:14.1|[869]Debug|    {
2024-1-7 20:09:14.1|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.1|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.1|[869]Debug|      "title": "Özgürlüğün Sesi",
2024-1-7 20:09:14.1|[869]Debug|      "id": 18
2024-1-7 20:09:14.1|[869]Debug|    },
2024-1-7 20:09:14.1|[869]Debug|    {
2024-1-7 20:09:14.1|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.1|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.1|[869]Debug|      "title": "Brīvības skaņa",
2024-1-7 20:09:14.1|[869]Debug|      "id": 19
2024-1-7 20:09:14.1|[869]Debug|    },
2024-1-7 20:09:14.1|[869]Debug|    {
2024-1-7 20:09:14.1|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.1|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.1|[869]Debug|      "title": "Som da Liberdade",
2024-1-7 20:09:14.1|[869]Debug|      "id": 20
2024-1-7 20:09:14.2|[869]Debug|    },
2024-1-7 20:09:14.2|[869]Debug|    {
2024-1-7 20:09:14.2|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.2|[869]Debug|      "title": "Laisvės garsas",
2024-1-7 20:09:14.2|[869]Debug|      "id": 21
2024-1-7 20:09:14.2|[869]Debug|    },
2024-1-7 20:09:14.2|[869]Debug|    {
2024-1-7 20:09:14.2|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.2|[869]Debug|      "title": "Vabaduse hääl",
2024-1-7 20:09:14.2|[869]Debug|      "id": 22
2024-1-7 20:09:14.2|[869]Debug|    },
2024-1-7 20:09:14.2|[869]Debug|    {
2024-1-7 20:09:14.2|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.2|[869]Debug|      "title": "Ozodlik ovozi",
2024-1-7 20:09:14.2|[869]Debug|      "id": 23
2024-1-7 20:09:14.2|[869]Debug|    },
2024-1-7 20:09:14.3|[869]Debug|    {
2024-1-7 20:09:14.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.3|[869]Debug|      "title": "Sonido De Libertad",
2024-1-7 20:09:14.3|[869]Debug|      "id": 24
2024-1-7 20:09:14.3|[869]Debug|    },
2024-1-7 20:09:14.3|[869]Debug|    {
2024-1-7 20:09:14.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.3|[869]Debug|      "title": "自由之声",
2024-1-7 20:09:14.3|[869]Debug|      "id": 25
2024-1-7 20:09:14.3|[869]Debug|    },
2024-1-7 20:09:14.3|[869]Debug|    {
2024-1-7 20:09:14.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.3|[869]Debug|      "title": "קול החופש",
2024-1-7 20:09:14.3|[869]Debug|      "id": 26
2024-1-7 20:09:14.3|[869]Debug|    },
2024-1-7 20:09:14.3|[869]Debug|    {
2024-1-7 20:09:14.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.4|[869]Debug|      "title": "צלילי החופש",
2024-1-7 20:09:14.4|[869]Debug|      "id": 27
2024-1-7 20:09:14.4|[869]Debug|    },
2024-1-7 20:09:14.4|[869]Debug|    {
2024-1-7 20:09:14.4|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.4|[869]Debug|      "title": "Η ΜΕΛΩΔΙΑ ΤΗΣ ΕΛΕΥΘΕΡΙΑΣ",
2024-1-7 20:09:14.4|[869]Debug|      "id": 28
2024-1-7 20:09:14.4|[869]Debug|    },
2024-1-7 20:09:14.4|[869]Debug|    {
2024-1-7 20:09:14.4|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:14.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:14.4|[869]Debug|      "title": "A szabadság hangja",
2024-1-7 20:09:14.4|[869]Debug|      "id": 29
2024-1-7 20:09:14.4|[869]Debug|    }
2024-1-7 20:09:14.4|[869]Debug|  ],
2024-1-7 20:09:14.4|[869]Debug|  "secondaryYearSourceId": 0,
2024-1-7 20:09:14.4|[869]Debug|  "sortTitle": "sound freedom",
2024-1-7 20:09:14.4|[869]Debug|  "sizeOnDisk": 2269767661,
2024-1-7 20:09:14.5|[869]Debug|  "status": "released",
2024-1-7 20:09:14.5|[869]Debug|  "overview": "The story of Tim Ballard, a former US government agent, who quits his job in order to devote his life to rescuing children from global sex traffickers.",
2024-1-7 20:09:14.5|[869]Debug|  "inCinemas": "2023-07-03T00:00:00Z",
2024-1-7 20:09:14.5|[869]Debug|  "physicalRelease": "2023-11-14T00:00:00Z",
2024-1-7 20:09:14.5|[869]Debug|  "digitalRelease": "2023-10-13T00:00:00Z",
2024-1-7 20:09:14.5|[869]Debug|  "images": [
2024-1-7 20:09:14.5|[869]Debug|    {
2024-1-7 20:09:14.5|[869]Debug|      "coverType": "poster",
2024-1-7 20:09:14.5|[869]Debug|      "url": "/MediaCover/3/poster.jpg?lastWrite=638402743081821748",
2024-1-7 20:09:14.5|[869]Debug|      "remoteUrl": "https://image.tmdb.org/t/p/original/qA5kPYZA7FkVvqcEfJRoOy4kpHg.jpg"
2024-1-7 20:09:14.5|[869]Debug|    },
2024-1-7 20:09:14.5|[869]Debug|    {
2024-1-7 20:09:14.5|[869]Debug|      "coverType": "fanart",
2024-1-7 20:09:14.5|[869]Debug|      "url": "/MediaCover/3/fanart.jpg?lastWrite=638402743082891766",
2024-1-7 20:09:14.5|[869]Debug|      "remoteUrl": "https://image.tmdb.org/t/p/original/pA3vdhadJPxF5GA1uo8OPTiNQDT.jpg"
2024-1-7 20:09:14.5|[869]Debug|    }
2024-1-7 20:09:14.5|[869]Debug|  ],
2024-1-7 20:09:14.5|[869]Debug|  "website": "https://www.soundoffreedommovie.com/",
2024-1-7 20:09:14.5|[869]Debug|  "year": 2023,
2024-1-7 20:09:14.5|[869]Debug|  "hasFile": true,
2024-1-7 20:09:14.6|[869]Debug|  "youTubeTrailerId": "Rt0kp4VW1cI",
2024-1-7 20:09:14.6|[869]Debug|  "studio": "Santa Fe Films",
2024-1-7 20:09:14.6|[869]Debug|  "path": "/media/develop/Movies/Sound of Freedom (2023)",
2024-1-7 20:09:14.6|[869]Debug|  "qualityProfileId": 4,
2024-1-7 20:09:14.6|[869]Debug|  "monitored": true,
2024-1-7 20:09:14.6|[869]Debug|  "minimumAvailability": "released",
2024-1-7 20:09:14.6|[869]Debug|  "isAvailable": true,
2024-1-7 20:09:14.6|[869]Debug|  "folderName": "/media/develop/Movies/Sound of Freedom (2023)",
2024-1-7 20:09:14.6|[869]Debug|  "runtime": 131,
2024-1-7 20:09:14.6|[869]Debug|  "cleanTitle": "soundfreedom",
2024-1-7 20:09:14.6|[869]Debug|  "imdbId": "tt7599146",
2024-1-7 20:09:14.6|[869]Debug|  "tmdbId": 678512,
2024-1-7 20:09:14.6|[869]Debug|  "titleSlug": "678512",
2024-1-7 20:09:14.6|[869]Debug|  "rootFolderPath": "/media/develop/Movies/",
2024-1-7 20:09:14.6|[869]Debug|  "certification": "PG-13",
2024-1-7 20:09:14.6|[869]Debug|  "genres": [
2024-1-7 20:09:14.6|[869]Debug|    "Action",
2024-1-7 20:09:14.6|[869]Debug|    "Drama"
2024-1-7 20:09:14.6|[869]Debug|  ],
2024-1-7 20:09:14.6|[869]Debug|  "tags": [],
2024-1-7 20:09:14.6|[869]Debug|  "added": "2024-01-08T01:31:47Z",
2024-1-7 20:09:14.6|[869]Debug|  "ratings": {
2024-1-7 20:09:14.6|[869]Debug|    "imdb": {
2024-1-7 20:09:14.7|[869]Debug|      "votes": 92608,
2024-1-7 20:09:14.7|[869]Debug|      "value": 7.7,
2024-1-7 20:09:14.7|[869]Debug|      "type": "user"
2024-1-7 20:09:14.7|[869]Debug|    },
2024-1-7 20:09:14.7|[869]Debug|    "tmdb": {
2024-1-7 20:09:14.7|[869]Debug|      "votes": 1697,
2024-1-7 20:09:14.7|[869]Debug|      "value": 8.065,
2024-1-7 20:09:14.7|[869]Debug|      "type": "user"
2024-1-7 20:09:14.7|[869]Debug|    },
2024-1-7 20:09:14.7|[869]Debug|    "metacritic": {
2024-1-7 20:09:14.7|[869]Debug|      "votes": 0,
2024-1-7 20:09:14.7|[869]Debug|      "value": 43,
2024-1-7 20:09:14.7|[869]Debug|      "type": "user"
2024-1-7 20:09:14.7|[869]Debug|    }
2024-1-7 20:09:14.7|[869]Debug|  },
2024-1-7 20:09:14.7|[869]Debug|  "movieFile": {
2024-1-7 20:09:14.7|[869]Debug|    "movieId": 3,
2024-1-7 20:09:14.7|[869]Debug|    "relativePath": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:14.7|[869]Debug|    "path": "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:14.7|[869]Debug|    "size": 2269767661,
2024-1-7 20:09:14.7|[869]Debug|    "dateAdded": "2024-01-08T02:09:12Z",
2024-1-7 20:09:14.7|[869]Debug|    "sceneName": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R",
2024-1-7 20:09:14.7|[869]Debug|    "indexerFlags": 0,
2024-1-7 20:09:14.8|[869]Debug|    "quality": {
2024-1-7 20:09:14.8|[869]Debug|      "quality": {
2024-1-7 20:09:14.8|[869]Debug|        "id": 7,
2024-1-7 20:09:14.8|[869]Debug|        "name": "Bluray-1080p",
2024-1-7 20:09:14.8|[869]Debug|        "source": "bluray",
2024-1-7 20:09:14.8|[869]Debug|        "resolution": 1080,
2024-1-7 20:09:14.8|[869]Debug|        "modifier": "none"
2024-1-7 20:09:14.8|[869]Debug|      },
2024-1-7 20:09:14.8|[869]Debug|      "revision": {
2024-1-7 20:09:14.8|[869]Debug|        "version": 1,
2024-1-7 20:09:14.8|[869]Debug|        "real": 0,
2024-1-7 20:09:14.8|[869]Debug|        "isRepack": false
2024-1-7 20:09:14.8|[869]Debug|      }
2024-1-7 20:09:14.8|[869]Debug|    },
2024-1-7 20:09:14.8|[869]Debug|    "customFormatScore": 0,
2024-1-7 20:09:14.8|[869]Debug|    "mediaInfo": {
2024-1-7 20:09:14.8|[869]Debug|      "audioBitrate": 0,
2024-1-7 20:09:14.8|[869]Debug|      "audioChannels": 5.1,
2024-1-7 20:09:14.8|[869]Debug|      "audioCodec": "AAC",
2024-1-7 20:09:14.8|[869]Debug|      "audioLanguages": "ita/eng",
2024-1-7 20:09:14.8|[869]Debug|      "audioStreamCount": 2,
2024-1-7 20:09:14.8|[869]Debug|      "videoBitDepth": 10,
2024-1-7 20:09:14.8|[869]Debug|      "videoBitrate": 0,
2024-1-7 20:09:14.9|[869]Debug|      "videoCodec": "x265",
2024-1-7 20:09:14.9|[869]Debug|      "videoFps": 23.976,
2024-1-7 20:09:14.9|[869]Debug|      "videoDynamicRange": "",
2024-1-7 20:09:14.9|[869]Debug|      "videoDynamicRangeType": "",
2024-1-7 20:09:14.9|[869]Debug|      "resolution": "1920x804",
2024-1-7 20:09:14.9|[869]Debug|      "runTime": "2:11:02",
2024-1-7 20:09:14.9|[869]Debug|      "scanType": "Progressive",
2024-1-7 20:09:14.9|[869]Debug|      "subtitles": "ara/ben/ger/eng/eng/eng/spa/per/fin/fre/heb/hrv/ice/ind/ita/ita/jpn/kor/may/dut/nob/pol/por/rum/rus/swe/tha/tur/vie/chi"
2024-1-7 20:09:14.9|[869]Debug|    },
2024-1-7 20:09:14.9|[869]Debug|    "originalFilePath": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:14.9|[869]Debug|    "qualityCutoffNotMet": false,
2024-1-7 20:09:14.9|[869]Debug|    "languages": [
2024-1-7 20:09:14.9|[869]Debug|      {
2024-1-7 20:09:14.9|[869]Debug|        "id": 5,
2024-1-7 20:09:14.9|[869]Debug|        "name": "Italian"
2024-1-7 20:09:14.9|[869]Debug|      },
2024-1-7 20:09:14.9|[869]Debug|      {
2024-1-7 20:09:14.9|[869]Debug|        "id": 1,
2024-1-7 20:09:14.9|[869]Debug|        "name": "English"
2024-1-7 20:09:14.9|[869]Debug|      }
2024-1-7 20:09:14.9|[869]Debug|    ],
2024-1-7 20:09:14.9|[869]Debug|    "releaseGroup": "V3SP4EV3R",
2024-1-7 20:09:15.0|[869]Debug|    "edition": "",
2024-1-7 20:09:15.0|[869]Debug|    "id": 15
2024-1-7 20:09:15.0|[869]Debug|  },
2024-1-7 20:09:15.0|[869]Debug|  "popularity": 277.407,
2024-1-7 20:09:15.0|[869]Debug|  "id": 3
2024-1-7 20:09:15.0|[869]Debug|}
2024-1-7 20:09:15.6|[869]Debug|Getting video file information for moviefile '15'. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/moviefile/15'
2024-1-7 20:09:15.6|[869]Debug|API returned: {
2024-1-7 20:09:15.6|[869]Debug|  "movieId": 3,
2024-1-7 20:09:15.6|[869]Debug|  "relativePath": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:15.6|[869]Debug|  "path": "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:15.6|[869]Debug|  "size": 2269767661,
2024-1-7 20:09:15.7|[869]Debug|  "dateAdded": "2024-01-08T02:09:12Z",
2024-1-7 20:09:15.7|[869]Debug|  "sceneName": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R",
2024-1-7 20:09:15.7|[869]Debug|  "indexerFlags": 0,
2024-1-7 20:09:15.7|[869]Debug|  "quality": {
2024-1-7 20:09:15.7|[869]Debug|    "quality": {
2024-1-7 20:09:15.7|[869]Debug|      "id": 7,
2024-1-7 20:09:15.7|[869]Debug|      "name": "Bluray-1080p",
2024-1-7 20:09:15.7|[869]Debug|      "source": "bluray",
2024-1-7 20:09:15.7|[869]Debug|      "resolution": 1080,
2024-1-7 20:09:15.7|[869]Debug|      "modifier": "none"
2024-1-7 20:09:15.7|[869]Debug|    },
2024-1-7 20:09:15.7|[869]Debug|    "revision": {
2024-1-7 20:09:15.7|[869]Debug|      "version": 1,
2024-1-7 20:09:15.7|[869]Debug|      "real": 0,
2024-1-7 20:09:15.7|[869]Debug|      "isRepack": false
2024-1-7 20:09:15.7|[869]Debug|    }
2024-1-7 20:09:15.7|[869]Debug|  },
2024-1-7 20:09:15.7|[869]Debug|  "customFormats": [],
2024-1-7 20:09:15.7|[869]Debug|  "customFormatScore": 0,
2024-1-7 20:09:15.7|[869]Debug|  "mediaInfo": {
2024-1-7 20:09:15.7|[869]Debug|    "audioBitrate": 0,
2024-1-7 20:09:15.7|[869]Debug|    "audioChannels": 5.1,
2024-1-7 20:09:15.8|[869]Debug|    "audioCodec": "AAC",
2024-1-7 20:09:15.8|[869]Debug|    "audioLanguages": "ita/eng",
2024-1-7 20:09:15.8|[869]Debug|    "audioStreamCount": 2,
2024-1-7 20:09:15.8|[869]Debug|    "videoBitDepth": 10,
2024-1-7 20:09:15.8|[869]Debug|    "videoBitrate": 0,
2024-1-7 20:09:15.8|[869]Debug|    "videoCodec": "x265",
2024-1-7 20:09:15.8|[869]Debug|    "videoFps": 23.976,
2024-1-7 20:09:15.8|[869]Debug|    "videoDynamicRange": "",
2024-1-7 20:09:15.8|[869]Debug|    "videoDynamicRangeType": "",
2024-1-7 20:09:15.8|[869]Debug|    "resolution": "1920x804",
2024-1-7 20:09:15.8|[869]Debug|    "runTime": "2:11:02",
2024-1-7 20:09:15.8|[869]Debug|    "scanType": "Progressive",
2024-1-7 20:09:15.8|[869]Debug|    "subtitles": "ara/ben/ger/eng/eng/eng/spa/per/fin/fre/heb/hrv/ice/ind/ita/ita/jpn/kor/may/dut/nob/pol/por/rum/rus/swe/tha/tur/vie/chi"
2024-1-7 20:09:15.8|[869]Debug|  },
2024-1-7 20:09:15.8|[869]Debug|  "originalFilePath": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:15.8|[869]Debug|  "qualityCutoffNotMet": false,
2024-1-7 20:09:15.8|[869]Debug|  "languages": [
2024-1-7 20:09:15.8|[869]Debug|    {
2024-1-7 20:09:15.8|[869]Debug|      "id": 5,
2024-1-7 20:09:15.8|[869]Debug|      "name": "Italian"
2024-1-7 20:09:15.8|[869]Debug|    },
2024-1-7 20:09:15.8|[869]Debug|    {
2024-1-7 20:09:15.8|[869]Debug|      "id": 1,
2024-1-7 20:09:15.9|[869]Debug|      "name": "English"
2024-1-7 20:09:15.9|[869]Debug|    }
2024-1-7 20:09:15.9|[869]Debug|  ],
2024-1-7 20:09:15.9|[869]Debug|  "releaseGroup": "V3SP4EV3R",
2024-1-7 20:09:15.9|[869]Debug|  "edition": "",
2024-1-7 20:09:15.9|[869]Debug|  "id": 15
2024-1-7 20:09:15.9|[869]Debug|}
2024-1-7 20:09:16.1|[869]Debug|Detected quality 'Bluray-1080p'
2024-1-7 20:09:16.2|[869]Debug|Detected release group 'V3SP4EV3R'
2024-1-7 20:09:16.2|[869]Debug|Detected quality profile '(4) HD-1080p'
2024-1-7 20:09:16.3|[869]Debug|Detected quality profile language(s) '(-2) Original'
2024-1-7 20:09:16.3|[869]Debug|Detected original video language of 'English (:eng)' from movie '3'
2024-1-7 20:09:16.6|[869]Debug|Mapped profile language(s) 'Original' to ISO639-2 code string ':eng'
2024-1-7 20:09:16.6|[869]Debug|Command line ':org' code specified for audio. Changing ':org:eng:und' to ':eng:eng:und'
2024-1-7 20:09:16.6|[869]Info|Radarr event: Download, Video: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv, Size: 2.114G, AudioKeep: :eng:eng:und, SubsKeep: :eng:und
2024-1-7 20:09:16.6|[869]Debug|Executing: /usr/bin/mkvmerge -J "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv"
2024-1-7 20:09:17.1|[869]Debug|mkvmerge returned: {
2024-1-7 20:09:17.1|[869]Debug|  "attachments": [],
2024-1-7 20:09:17.1|[869]Debug|  "chapters": [
2024-1-7 20:09:17.1|[869]Debug|    {
2024-1-7 20:09:17.1|[869]Debug|      "num_entries": 16
2024-1-7 20:09:17.1|[869]Debug|    }
2024-1-7 20:09:17.1|[869]Debug|  ],
2024-1-7 20:09:17.1|[869]Debug|  "container": {
2024-1-7 20:09:17.2|[869]Debug|    "properties": {
2024-1-7 20:09:17.2|[869]Debug|      "container_type": 17,
2024-1-7 20:09:17.2|[869]Debug|      "date_local": "2023-12-29T14:20:49-06:00",
2024-1-7 20:09:17.2|[869]Debug|      "date_utc": "2023-12-29T20:20:49Z",
2024-1-7 20:09:17.2|[869]Debug|      "duration": 7862452000000,
2024-1-7 20:09:17.2|[869]Debug|      "is_providing_timestamps": true,
2024-1-7 20:09:17.2|[869]Debug|      "muxing_application": "libebml v1.4.4 + libmatroska v1.7.1",
2024-1-7 20:09:17.2|[869]Debug|      "segment_uid": "4046b1214e0659cd4bf2c2e2de471902",
2024-1-7 20:09:17.2|[869]Debug|      "writing_application": "mkvmerge v81.0 ('Milliontown') 64-bit"
2024-1-7 20:09:17.2|[869]Debug|    },
2024-1-7 20:09:17.2|[869]Debug|    "recognized": true,
2024-1-7 20:09:17.2|[869]Debug|    "supported": true,
2024-1-7 20:09:17.2|[869]Debug|    "type": "Matroska"
2024-1-7 20:09:17.2|[869]Debug|  },
2024-1-7 20:09:17.2|[869]Debug|  "errors": [],
2024-1-7 20:09:17.2|[869]Debug|  "file_name": "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:17.2|[869]Debug|  "global_tags": [],
2024-1-7 20:09:17.2|[869]Debug|  "identification_format_version": 18,
2024-1-7 20:09:17.2|[869]Debug|  "track_tags": [],
2024-1-7 20:09:17.2|[869]Debug|  "tracks": [
2024-1-7 20:09:17.2|[869]Debug|    {
2024-1-7 20:09:17.2|[869]Debug|      "codec": "HEVC/H.265/MPEG-H",
2024-1-7 20:09:17.3|[869]Debug|      "id": 0,
2024-1-7 20:09:17.3|[869]Debug|      "properties": {
2024-1-7 20:09:17.3|[869]Debug|        "codec_id": "V_MPEGH/ISO/HEVC",
2024-1-7 20:09:17.3|[869]Debug|        "codec_private_data": "01222000000090000000000078f000fcfdfafa00000f04a00001001840010c01ffff222000000300900000030000030078959809a100010039420101222000000300900000030000030078a003c080329f6d96566924c2a6a0204020800001f480002ee030464b2f000044aa200002160ec4a2000100084401c172b470e724a70001087b4e0105ffffffffffffffff762ca2de09b51747dbbb55a4fe7fc2fc4e7832363520286275696c642031373929202d20332e322b352d676662653966656633313a5b57696e646f77735d5b47434320392e322e305d5b3634206269745d203130626974202d20482e3236352f4845564320636f646563202d20436f7079726967687420323031332d3230313820286329204d756c7469636f7265776172652c20496e63202d20687474703a2f2f783236352e6f7267202d206f7074696f6e733a2063707569643d31313131303339206672616d652d746872656164733d35206e756d612d706f6f6c733d333220777070206e6f2d706d6f6465206e6f2d706d65206e6f2d70736e72206e6f2d7373696d206c6f672d6c6576656c3d322062697464657074683d313020696e7075742d6373703d31206670733d32343030302f3130303120696e7075742d7265733d313932307838303420696e7465726c6163653d3020746f74616c2d6672616d65733d313838343938206c6576656c2d6964633d343020686967682d746965723d31207568642d62643d30207265663d33206e6f2d616c6c6f772d6e6f6e2d636f6e666f726d616e6365207265706561742d6865616465727320616e6e657862206175642068726420696e666f20686173683d30206e6f2d74656d706f72616c2d6c6179657273206e6f2d6f70656e2d676f70206d696e2d6b6579696e743d3234206b6579696e743d32343020676f702d6c6f6f6b61686561643d3020626672616d65733d3420622d61646170743d3220622d707972616d696420626672616d652d626961733d302072632d6c6f6f6b61686561643d3235206c6f6f6b61686561642d736c696365733d34207363656e656375743d3430207261646c3d30206e6f2d73706c696365206e6f2d696e7472612d72656672657368206374753d3634206d696e2d63752d73697a653d38206e6f2d72656374206e6f2d616d70206d61782d74752d73697a653d33322074752d696e7465722d64657074683d312074752d696e7472612d64657074683d31206c696d69742d74753d302072646f712d6c6576656c3d322064796e616d69632d72643d302e3030206e6f2d7373696d2d7264207369676e68696465206e6f2d74736b6970206e722d696e7472613d30206e722d696e7465723d30206e6f2d636f6e73747261696e65642d696e747261206e6f2d7374726f6e672d696e7472612d736d6f6f7468696e67206d61782d6d657267653d33206c696d69742d726566733d31206c696d69742d6d6f646573206d653d32207375626d653d35206d6572616e67653d33352074656d706f72616c2d6d7670206e6f2d686d652077656967687470206e6f2d77656967687462206e6f2d616e616c797a652d7372632d70696373206465626c6f636b3d2d333a2d33206e6f2d73616f206e6f2d73616f2d6e6f6e2d6465626c6f636b2072643d342073656c6563746976652d73616f3d30206561726c792d736b69702072736b6970206e6f2d666173742d696e747261206e6f2d74736b69702d66617374206e6f2d63752d6c6f73736c65737320622d696e747261206e6f2d73706c697472642d736b697020726470656e616c74793d30207073792d72643d322e3030207073792d72646f713d302e3030206e6f2d72642d726566696e65206e6f2d6c6f73736c65737320636271706f6666733d3020637271706f6666733d302072633d637266206372663d32332e302071636f6d703d302e3630207170737465703d342073746174732d77726974653d302073746174732d726561643d30207662762d6d6178726174653d3138303030207662762d62756673697a653d3137353030207662762d696e69743d302e39206372662d6d61783d302e30206372662d6d696e3d302e30206970726174696f3d312e3430207062726174696f3d312e33302061712d6d6f64653d332061712d737472656e6774683d312e303020637574726565207a6f6e652d636f756e743d30206e6f2d7374726963742d6362722071672d73697a653d3332206e6f2d72632d677261696e2071706d61783d36392071706d696e3d30206e6f2d636f6e73742d766276207361723d30206f7665727363616e3d3020766964656f666f726d61743d352072616e67653d3020636f6c6f727072696d3d31207472616e736665723d3220636f6c6f726d61747269783d31206368726f6d616c6f633d3020646973706c61792d77696e646f773d3020636c6c3d302c30206d696e2d6c756d613d30206d61782d6c756d613d31303233206c6f67322d6d61782d706f632d6c73623d38207675692d74696d696e672d696e666f207675692d6872642d696e666f20736c696365733d31206e6f2d6f70742d71702d707073206e6f2d6f70742d7265662d6c6973742d6c656e6774682d707073206e6f2d6d756c74692d706173732d6f70742d727073207363656e656375742d626961733d302e3035206e6f2d6f70742d63752d64656c74612d7170206e6f2d61712d6d6f74696f6e206e6f2d686472206e6f2d6864722d6f7074206e6f2d6468647231302d6f7074206e6f2d6964722d7265636f766572792d73656920616e616c797369732d72657573652d6c6576656c3d35207363616c652d666163746f723d3020726566696e652d696e7472613d3020726566696e652d696e7465723d3020726566696e652d6d763d3120726566696e652d6374752d646973746f7274696f6e3d30206e6f2d6c696d69742d73616f206374752d696e666f3d30206e6f2d6c6f77706173732d64637420726566696e652d616e616c797369732d747970653d3020636f70792d7069633d31206d61782d617573697a652d666163746f723d312e30206e6f2d64796e616d69632d726566696e65206e6f2d73696e676c652d736569206e6f2d686576632d6171206e6f2d737674206e6f2d6669656c642071702d61646170746174696f6e2d72616e67653d312e303080",
2024-1-7 20:09:17.3|[869]Debug|        "codec_private_length": 2303,
2024-1-7 20:09:17.3|[869]Debug|        "default_duration": 41708333,
2024-1-7 20:09:17.3|[869]Debug|        "default_track": true,
2024-1-7 20:09:17.3|[869]Debug|        "display_dimensions": "1920x804",
2024-1-7 20:09:17.3|[869]Debug|        "display_unit": 0,
2024-1-7 20:09:17.3|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.3|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.3|[869]Debug|        "language": "und",
2024-1-7 20:09:17.3|[869]Debug|        "language_ietf": "und",
2024-1-7 20:09:17.3|[869]Debug|        "minimum_timestamp": 0,
2024-1-7 20:09:17.3|[869]Debug|        "num_index_entries": 1365,
2024-1-7 20:09:17.3|[869]Debug|        "number": 1,
2024-1-7 20:09:17.3|[869]Debug|        "packetizer": "mpegh_p2_video",
2024-1-7 20:09:17.3|[869]Debug|        "pixel_dimensions": "1920x804",
2024-1-7 20:09:17.3|[869]Debug|        "uid": 2462485880080419356
2024-1-7 20:09:17.3|[869]Debug|      },
2024-1-7 20:09:17.3|[869]Debug|      "type": "video"
2024-1-7 20:09:17.4|[869]Debug|    },
2024-1-7 20:09:17.4|[869]Debug|    {
2024-1-7 20:09:17.4|[869]Debug|      "codec": "AAC",
2024-1-7 20:09:17.4|[869]Debug|      "id": 1,
2024-1-7 20:09:17.4|[869]Debug|      "properties": {
2024-1-7 20:09:17.4|[869]Debug|        "audio_channels": 6,
2024-1-7 20:09:17.4|[869]Debug|        "audio_sampling_frequency": 48000,
2024-1-7 20:09:17.4|[869]Debug|        "codec_id": "A_AAC",
2024-1-7 20:09:17.4|[869]Debug|        "codec_private_data": "11b0",
2024-1-7 20:09:17.4|[869]Debug|        "codec_private_length": 2,
2024-1-7 20:09:17.4|[869]Debug|        "default_duration": 21333333,
2024-1-7 20:09:17.4|[869]Debug|        "default_track": true,
2024-1-7 20:09:17.4|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.4|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.4|[869]Debug|        "language": "ita",
2024-1-7 20:09:17.4|[869]Debug|        "language_ietf": "it",
2024-1-7 20:09:17.4|[869]Debug|        "minimum_timestamp": 9000000,
2024-1-7 20:09:17.4|[869]Debug|        "num_index_entries": 0,
2024-1-7 20:09:17.4|[869]Debug|        "number": 2,
2024-1-7 20:09:17.4|[869]Debug|        "track_name": "Italian",
2024-1-7 20:09:17.4|[869]Debug|        "uid": 1750768790253512978
2024-1-7 20:09:17.4|[869]Debug|      },
2024-1-7 20:09:17.5|[869]Debug|      "type": "audio"
2024-1-7 20:09:17.5|[869]Debug|    },
2024-1-7 20:09:17.5|[869]Debug|    {
2024-1-7 20:09:17.5|[869]Debug|      "codec": "AAC",
2024-1-7 20:09:17.5|[869]Debug|      "id": 2,
2024-1-7 20:09:17.5|[869]Debug|      "properties": {
2024-1-7 20:09:17.5|[869]Debug|        "audio_channels": 6,
2024-1-7 20:09:17.5|[869]Debug|        "audio_sampling_frequency": 48000,
2024-1-7 20:09:17.5|[869]Debug|        "codec_id": "A_AAC",
2024-1-7 20:09:17.5|[869]Debug|        "codec_private_data": "11b0",
2024-1-7 20:09:17.5|[869]Debug|        "codec_private_length": 2,
2024-1-7 20:09:17.5|[869]Debug|        "default_duration": 21333333,
2024-1-7 20:09:17.5|[869]Debug|        "default_track": false,
2024-1-7 20:09:17.5|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.5|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.5|[869]Debug|        "language": "eng",
2024-1-7 20:09:17.5|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:17.5|[869]Debug|        "minimum_timestamp": 9000000,
2024-1-7 20:09:17.5|[869]Debug|        "num_index_entries": 0,
2024-1-7 20:09:17.5|[869]Debug|        "number": 3,
2024-1-7 20:09:17.5|[869]Debug|        "track_name": "English",
2024-1-7 20:09:17.5|[869]Debug|        "uid": 6560122381100285090
2024-1-7 20:09:17.6|[869]Debug|      },
2024-1-7 20:09:17.6|[869]Debug|      "type": "audio"
2024-1-7 20:09:17.6|[869]Debug|    },
2024-1-7 20:09:17.6|[869]Debug|    {
2024-1-7 20:09:17.6|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:17.6|[869]Debug|      "id": 3,
2024-1-7 20:09:17.6|[869]Debug|      "properties": {
2024-1-7 20:09:17.6|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:17.6|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:17.6|[869]Debug|        "default_track": false,
2024-1-7 20:09:17.6|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.6|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:17.6|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.6|[869]Debug|        "language": "ara",
2024-1-7 20:09:17.6|[869]Debug|        "language_ietf": "ar",
2024-1-7 20:09:17.6|[869]Debug|        "num_index_entries": 927,
2024-1-7 20:09:17.6|[869]Debug|        "number": 4,
2024-1-7 20:09:17.6|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:17.6|[869]Debug|        "track_name": "Arabic",
2024-1-7 20:09:17.6|[869]Debug|        "uid": 3831298856937743864
2024-1-7 20:09:17.6|[869]Debug|      },
2024-1-7 20:09:17.6|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:17.7|[869]Debug|    },
2024-1-7 20:09:17.7|[869]Debug|    {
2024-1-7 20:09:17.7|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:17.7|[869]Debug|      "id": 4,
2024-1-7 20:09:17.7|[869]Debug|      "properties": {
2024-1-7 20:09:17.7|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:17.7|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:17.7|[869]Debug|        "default_track": false,
2024-1-7 20:09:17.7|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.7|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:17.7|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.7|[869]Debug|        "language": "ben",
2024-1-7 20:09:17.7|[869]Debug|        "language_ietf": "bn",
2024-1-7 20:09:17.7|[869]Debug|        "num_index_entries": 954,
2024-1-7 20:09:17.7|[869]Debug|        "number": 5,
2024-1-7 20:09:17.7|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:17.7|[869]Debug|        "track_name": "Bengali",
2024-1-7 20:09:17.7|[869]Debug|        "uid": 8686017959914878832
2024-1-7 20:09:17.7|[869]Debug|      },
2024-1-7 20:09:17.7|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:17.7|[869]Debug|    },
2024-1-7 20:09:17.7|[869]Debug|    {
2024-1-7 20:09:17.8|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:17.8|[869]Debug|      "id": 5,
2024-1-7 20:09:17.8|[869]Debug|      "properties": {
2024-1-7 20:09:17.8|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:17.8|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:17.8|[869]Debug|        "default_track": false,
2024-1-7 20:09:17.8|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.8|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:17.8|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.8|[869]Debug|        "language": "ger",
2024-1-7 20:09:17.8|[869]Debug|        "language_ietf": "de",
2024-1-7 20:09:17.8|[869]Debug|        "num_index_entries": 250,
2024-1-7 20:09:17.8|[869]Debug|        "number": 6,
2024-1-7 20:09:17.8|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:17.8|[869]Debug|        "track_name": "German",
2024-1-7 20:09:17.8|[869]Debug|        "uid": 8108167315438014821
2024-1-7 20:09:17.8|[869]Debug|      },
2024-1-7 20:09:17.8|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:17.8|[869]Debug|    },
2024-1-7 20:09:17.8|[869]Debug|    {
2024-1-7 20:09:17.8|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:17.8|[869]Debug|      "id": 6,
2024-1-7 20:09:17.9|[869]Debug|      "properties": {
2024-1-7 20:09:17.9|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:17.9|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:17.9|[869]Debug|        "default_track": false,
2024-1-7 20:09:17.9|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:17.9|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:17.9|[869]Debug|        "forced_track": false,
2024-1-7 20:09:17.9|[869]Debug|        "language": "eng",
2024-1-7 20:09:17.9|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:17.9|[869]Debug|        "num_index_entries": 940,
2024-1-7 20:09:17.9|[869]Debug|        "number": 7,
2024-1-7 20:09:17.9|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:17.9|[869]Debug|        "track_name": "English",
2024-1-7 20:09:17.9|[869]Debug|        "uid": 4795122853379815186
2024-1-7 20:09:17.9|[869]Debug|      },
2024-1-7 20:09:17.9|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:17.9|[869]Debug|    },
2024-1-7 20:09:17.9|[869]Debug|    {
2024-1-7 20:09:17.9|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:17.9|[869]Debug|      "id": 7,
2024-1-7 20:09:17.9|[869]Debug|      "properties": {
2024-1-7 20:09:17.9|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.0|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.0|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.0|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.0|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.0|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.0|[869]Debug|        "language": "eng",
2024-1-7 20:09:18.0|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:18.0|[869]Debug|        "num_index_entries": 238,
2024-1-7 20:09:18.0|[869]Debug|        "number": 8,
2024-1-7 20:09:18.0|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.0|[869]Debug|        "track_name": "English [Forced]",
2024-1-7 20:09:18.0|[869]Debug|        "uid": 4508675455933425606
2024-1-7 20:09:18.0|[869]Debug|      },
2024-1-7 20:09:18.0|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.0|[869]Debug|    },
2024-1-7 20:09:18.0|[869]Debug|    {
2024-1-7 20:09:18.0|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.0|[869]Debug|      "id": 8,
2024-1-7 20:09:18.0|[869]Debug|      "properties": {
2024-1-7 20:09:18.0|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.0|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.0|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.1|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.1|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.1|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.1|[869]Debug|        "language": "eng",
2024-1-7 20:09:18.1|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:18.1|[869]Debug|        "minimum_timestamp": 3090000000,
2024-1-7 20:09:18.1|[869]Debug|        "num_index_entries": 1224,
2024-1-7 20:09:18.1|[869]Debug|        "number": 9,
2024-1-7 20:09:18.1|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.1|[869]Debug|        "track_name": "English [SDH]",
2024-1-7 20:09:18.1|[869]Debug|        "uid": 4970878141585885478
2024-1-7 20:09:18.1|[869]Debug|      },
2024-1-7 20:09:18.1|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.1|[869]Debug|    },
2024-1-7 20:09:18.1|[869]Debug|    {
2024-1-7 20:09:18.1|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.1|[869]Debug|      "id": 9,
2024-1-7 20:09:18.1|[869]Debug|      "properties": {
2024-1-7 20:09:18.1|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.1|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.1|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.1|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.2|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.2|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.2|[869]Debug|        "language": "spa",
2024-1-7 20:09:18.2|[869]Debug|        "language_ietf": "es",
2024-1-7 20:09:18.2|[869]Debug|        "num_index_entries": 279,
2024-1-7 20:09:18.2|[869]Debug|        "number": 10,
2024-1-7 20:09:18.2|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.2|[869]Debug|        "track_name": "Spanish",
2024-1-7 20:09:18.2|[869]Debug|        "uid": 2435259408223719541
2024-1-7 20:09:18.2|[869]Debug|      },
2024-1-7 20:09:18.2|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.2|[869]Debug|    },
2024-1-7 20:09:18.2|[869]Debug|    {
2024-1-7 20:09:18.2|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.2|[869]Debug|      "id": 10,
2024-1-7 20:09:18.2|[869]Debug|      "properties": {
2024-1-7 20:09:18.2|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.2|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.2|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.2|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.2|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.2|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.3|[869]Debug|        "language": "per",
2024-1-7 20:09:18.3|[869]Debug|        "language_ietf": "fa",
2024-1-7 20:09:18.3|[869]Debug|        "num_index_entries": 998,
2024-1-7 20:09:18.3|[869]Debug|        "number": 11,
2024-1-7 20:09:18.3|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.3|[869]Debug|        "track_name": "Persian",
2024-1-7 20:09:18.3|[869]Debug|        "uid": 18433199363927824051
2024-1-7 20:09:18.3|[869]Debug|      },
2024-1-7 20:09:18.3|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.3|[869]Debug|    },
2024-1-7 20:09:18.3|[869]Debug|    {
2024-1-7 20:09:18.3|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.3|[869]Debug|      "id": 11,
2024-1-7 20:09:18.3|[869]Debug|      "properties": {
2024-1-7 20:09:18.3|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.3|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.3|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.3|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.3|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.3|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.3|[869]Debug|        "language": "fin",
2024-1-7 20:09:18.3|[869]Debug|        "language_ietf": "fi",
2024-1-7 20:09:18.4|[869]Debug|        "num_index_entries": 962,
2024-1-7 20:09:18.4|[869]Debug|        "number": 12,
2024-1-7 20:09:18.4|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.4|[869]Debug|        "track_name": "Finnish",
2024-1-7 20:09:18.4|[869]Debug|        "uid": 10120974273317419404
2024-1-7 20:09:18.4|[869]Debug|      },
2024-1-7 20:09:18.4|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.4|[869]Debug|    },
2024-1-7 20:09:18.4|[869]Debug|    {
2024-1-7 20:09:18.4|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.4|[869]Debug|      "id": 12,
2024-1-7 20:09:18.4|[869]Debug|      "properties": {
2024-1-7 20:09:18.4|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.4|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.4|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.4|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.4|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.4|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.4|[869]Debug|        "language": "fre",
2024-1-7 20:09:18.4|[869]Debug|        "language_ietf": "fr",
2024-1-7 20:09:18.4|[869]Debug|        "num_index_entries": 917,
2024-1-7 20:09:18.4|[869]Debug|        "number": 13,
2024-1-7 20:09:18.5|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.5|[869]Debug|        "track_name": "French",
2024-1-7 20:09:18.5|[869]Debug|        "uid": 4129999346347514838
2024-1-7 20:09:18.5|[869]Debug|      },
2024-1-7 20:09:18.5|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.5|[869]Debug|    },
2024-1-7 20:09:18.5|[869]Debug|    {
2024-1-7 20:09:18.5|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.5|[869]Debug|      "id": 13,
2024-1-7 20:09:18.5|[869]Debug|      "properties": {
2024-1-7 20:09:18.5|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.5|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.5|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.5|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.5|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.5|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.5|[869]Debug|        "language": "heb",
2024-1-7 20:09:18.5|[869]Debug|        "language_ietf": "he",
2024-1-7 20:09:18.5|[869]Debug|        "num_index_entries": 903,
2024-1-7 20:09:18.5|[869]Debug|        "number": 14,
2024-1-7 20:09:18.5|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.5|[869]Debug|        "track_name": "Hebrew",
2024-1-7 20:09:18.6|[869]Debug|        "uid": 6010498197398915213
2024-1-7 20:09:18.6|[869]Debug|      },
2024-1-7 20:09:18.6|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.6|[869]Debug|    },
2024-1-7 20:09:18.6|[869]Debug|    {
2024-1-7 20:09:18.6|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.6|[869]Debug|      "id": 14,
2024-1-7 20:09:18.6|[869]Debug|      "properties": {
2024-1-7 20:09:18.6|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.6|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.6|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.6|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.6|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.6|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.6|[869]Debug|        "language": "hrv",
2024-1-7 20:09:18.6|[869]Debug|        "language_ietf": "hr",
2024-1-7 20:09:18.6|[869]Debug|        "num_index_entries": 699,
2024-1-7 20:09:18.6|[869]Debug|        "number": 15,
2024-1-7 20:09:18.6|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.6|[869]Debug|        "track_name": "Croatian",
2024-1-7 20:09:18.6|[869]Debug|        "uid": 8887556442993850166
2024-1-7 20:09:18.6|[869]Debug|      },
2024-1-7 20:09:18.7|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.7|[869]Debug|    },
2024-1-7 20:09:18.7|[869]Debug|    {
2024-1-7 20:09:18.7|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.7|[869]Debug|      "id": 15,
2024-1-7 20:09:18.7|[869]Debug|      "properties": {
2024-1-7 20:09:18.7|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.7|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.7|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.7|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.7|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.7|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.7|[869]Debug|        "language": "ice",
2024-1-7 20:09:18.7|[869]Debug|        "language_ietf": "is",
2024-1-7 20:09:18.7|[869]Debug|        "num_index_entries": 942,
2024-1-7 20:09:18.7|[869]Debug|        "number": 16,
2024-1-7 20:09:18.7|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.7|[869]Debug|        "track_name": "Icelandic",
2024-1-7 20:09:18.7|[869]Debug|        "uid": 9828514208613982815
2024-1-7 20:09:18.7|[869]Debug|      },
2024-1-7 20:09:18.7|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.7|[869]Debug|    },
2024-1-7 20:09:18.8|[869]Debug|    {
2024-1-7 20:09:18.8|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.8|[869]Debug|      "id": 16,
2024-1-7 20:09:18.8|[869]Debug|      "properties": {
2024-1-7 20:09:18.8|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.8|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.8|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.8|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.8|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.8|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.8|[869]Debug|        "language": "ind",
2024-1-7 20:09:18.8|[869]Debug|        "language_ietf": "id",
2024-1-7 20:09:18.8|[869]Debug|        "num_index_entries": 927,
2024-1-7 20:09:18.8|[869]Debug|        "number": 17,
2024-1-7 20:09:18.8|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.8|[869]Debug|        "track_name": "Indonesian",
2024-1-7 20:09:18.8|[869]Debug|        "uid": 5345958626247941566
2024-1-7 20:09:18.8|[869]Debug|      },
2024-1-7 20:09:18.8|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.8|[869]Debug|    },
2024-1-7 20:09:18.8|[869]Debug|    {
2024-1-7 20:09:18.9|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:18.9|[869]Debug|      "id": 17,
2024-1-7 20:09:18.9|[869]Debug|      "properties": {
2024-1-7 20:09:18.9|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:18.9|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:18.9|[869]Debug|        "default_track": false,
2024-1-7 20:09:18.9|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:18.9|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:18.9|[869]Debug|        "forced_track": false,
2024-1-7 20:09:18.9|[869]Debug|        "language": "ita",
2024-1-7 20:09:18.9|[869]Debug|        "language_ietf": "it",
2024-1-7 20:09:18.9|[869]Debug|        "num_index_entries": 990,
2024-1-7 20:09:18.9|[869]Debug|        "number": 18,
2024-1-7 20:09:18.9|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:18.9|[869]Debug|        "track_name": "Italian",
2024-1-7 20:09:18.9|[869]Debug|        "uid": 15289353928563414018
2024-1-7 20:09:18.9|[869]Debug|      },
2024-1-7 20:09:18.9|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:18.9|[869]Debug|    },
2024-1-7 20:09:18.9|[869]Debug|    {
2024-1-7 20:09:18.9|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.0|[869]Debug|      "id": 18,
2024-1-7 20:09:19.0|[869]Debug|      "properties": {
2024-1-7 20:09:19.0|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.0|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.0|[869]Debug|        "default_track": true,
2024-1-7 20:09:19.0|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.0|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.0|[869]Debug|        "forced_track": true,
2024-1-7 20:09:19.0|[869]Debug|        "language": "ita",
2024-1-7 20:09:19.0|[869]Debug|        "language_ietf": "it",
2024-1-7 20:09:19.0|[869]Debug|        "num_index_entries": 286,
2024-1-7 20:09:19.0|[869]Debug|        "number": 19,
2024-1-7 20:09:19.0|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.0|[869]Debug|        "track_name": "Italian [Forced]",
2024-1-7 20:09:19.0|[869]Debug|        "uid": 3672873954271270863
2024-1-7 20:09:19.0|[869]Debug|      },
2024-1-7 20:09:19.0|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.0|[869]Debug|    },
2024-1-7 20:09:19.0|[869]Debug|    {
2024-1-7 20:09:19.0|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.0|[869]Debug|      "id": 19,
2024-1-7 20:09:19.0|[869]Debug|      "properties": {
2024-1-7 20:09:19.1|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.1|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.1|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.1|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.1|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.1|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.1|[869]Debug|        "language": "jpn",
2024-1-7 20:09:19.1|[869]Debug|        "language_ietf": "ja",
2024-1-7 20:09:19.1|[869]Debug|        "num_index_entries": 900,
2024-1-7 20:09:19.1|[869]Debug|        "number": 20,
2024-1-7 20:09:19.1|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.1|[869]Debug|        "track_name": "Japanese",
2024-1-7 20:09:19.1|[869]Debug|        "uid": 12260019891790821810
2024-1-7 20:09:19.1|[869]Debug|      },
2024-1-7 20:09:19.1|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.1|[869]Debug|    },
2024-1-7 20:09:19.1|[869]Debug|    {
2024-1-7 20:09:19.1|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.1|[869]Debug|      "id": 20,
2024-1-7 20:09:19.1|[869]Debug|      "properties": {
2024-1-7 20:09:19.2|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.2|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.2|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.2|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.2|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.2|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.2|[869]Debug|        "language": "kor",
2024-1-7 20:09:19.2|[869]Debug|        "language_ietf": "ko",
2024-1-7 20:09:19.2|[869]Debug|        "num_index_entries": 1053,
2024-1-7 20:09:19.2|[869]Debug|        "number": 21,
2024-1-7 20:09:19.2|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.2|[869]Debug|        "track_name": "Korean",
2024-1-7 20:09:19.2|[869]Debug|        "uid": 3583797843210444213
2024-1-7 20:09:19.2|[869]Debug|      },
2024-1-7 20:09:19.2|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.2|[869]Debug|    },
2024-1-7 20:09:19.2|[869]Debug|    {
2024-1-7 20:09:19.2|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.2|[869]Debug|      "id": 21,
2024-1-7 20:09:19.2|[869]Debug|      "properties": {
2024-1-7 20:09:19.3|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.3|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.3|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.3|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.3|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.3|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.3|[869]Debug|        "language": "may",
2024-1-7 20:09:19.3|[869]Debug|        "language_ietf": "ms",
2024-1-7 20:09:19.3|[869]Debug|        "num_index_entries": 812,
2024-1-7 20:09:19.3|[869]Debug|        "number": 22,
2024-1-7 20:09:19.3|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.3|[869]Debug|        "track_name": "Malay",
2024-1-7 20:09:19.3|[869]Debug|        "uid": 11809213985266291214
2024-1-7 20:09:19.3|[869]Debug|      },
2024-1-7 20:09:19.3|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.3|[869]Debug|    },
2024-1-7 20:09:19.3|[869]Debug|    {
2024-1-7 20:09:19.3|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.3|[869]Debug|      "id": 22,
2024-1-7 20:09:19.4|[869]Debug|      "properties": {
2024-1-7 20:09:19.4|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.4|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.4|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.4|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.4|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.4|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.4|[869]Debug|        "language": "dut",
2024-1-7 20:09:19.4|[869]Debug|        "language_ietf": "nl",
2024-1-7 20:09:19.4|[869]Debug|        "num_index_entries": 699,
2024-1-7 20:09:19.4|[869]Debug|        "number": 23,
2024-1-7 20:09:19.4|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.4|[869]Debug|        "track_name": "Dutch",
2024-1-7 20:09:19.4|[869]Debug|        "uid": 9510377099443832725
2024-1-7 20:09:19.4|[869]Debug|      },
2024-1-7 20:09:19.4|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.4|[869]Debug|    },
2024-1-7 20:09:19.4|[869]Debug|    {
2024-1-7 20:09:19.5|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.5|[869]Debug|      "id": 23,
2024-1-7 20:09:19.5|[869]Debug|      "properties": {
2024-1-7 20:09:19.5|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.5|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.5|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.5|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.5|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.5|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.5|[869]Debug|        "language": "nob",
2024-1-7 20:09:19.5|[869]Debug|        "language_ietf": "nb",
2024-1-7 20:09:19.5|[869]Debug|        "num_index_entries": 703,
2024-1-7 20:09:19.5|[869]Debug|        "number": 24,
2024-1-7 20:09:19.5|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.5|[869]Debug|        "track_name": "Norwegian",
2024-1-7 20:09:19.5|[869]Debug|        "uid": 4227438771653435437
2024-1-7 20:09:19.5|[869]Debug|      },
2024-1-7 20:09:19.5|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.5|[869]Debug|    },
2024-1-7 20:09:19.5|[869]Debug|    {
2024-1-7 20:09:19.6|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.6|[869]Debug|      "id": 24,
2024-1-7 20:09:19.6|[869]Debug|      "properties": {
2024-1-7 20:09:19.6|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.6|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.6|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.6|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.6|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.6|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.6|[869]Debug|        "language": "pol",
2024-1-7 20:09:19.6|[869]Debug|        "language_ietf": "pl",
2024-1-7 20:09:19.6|[869]Debug|        "num_index_entries": 807,
2024-1-7 20:09:19.6|[869]Debug|        "number": 25,
2024-1-7 20:09:19.6|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.6|[869]Debug|        "track_name": "Polish",
2024-1-7 20:09:19.6|[869]Debug|        "uid": 11545629570927167418
2024-1-7 20:09:19.6|[869]Debug|      },
2024-1-7 20:09:19.6|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.6|[869]Debug|    },
2024-1-7 20:09:19.6|[869]Debug|    {
2024-1-7 20:09:19.6|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.6|[869]Debug|      "id": 25,
2024-1-7 20:09:19.7|[869]Debug|      "properties": {
2024-1-7 20:09:19.7|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.7|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.7|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.7|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.7|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.7|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.7|[869]Debug|        "language": "por",
2024-1-7 20:09:19.7|[869]Debug|        "language_ietf": "pt-BR",
2024-1-7 20:09:19.7|[869]Debug|        "num_index_entries": 906,
2024-1-7 20:09:19.7|[869]Debug|        "number": 26,
2024-1-7 20:09:19.7|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.7|[869]Debug|        "track_name": "Portuguese (Brazil)",
2024-1-7 20:09:19.7|[869]Debug|        "uid": 16647659821533189781
2024-1-7 20:09:19.7|[869]Debug|      },
2024-1-7 20:09:19.7|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.7|[869]Debug|    },
2024-1-7 20:09:19.7|[869]Debug|    {
2024-1-7 20:09:19.7|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.7|[869]Debug|      "id": 26,
2024-1-7 20:09:19.7|[869]Debug|      "properties": {
2024-1-7 20:09:19.7|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.8|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.8|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.8|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.8|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.8|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.8|[869]Debug|        "language": "rum",
2024-1-7 20:09:19.8|[869]Debug|        "language_ietf": "ro",
2024-1-7 20:09:19.8|[869]Debug|        "num_index_entries": 279,
2024-1-7 20:09:19.8|[869]Debug|        "number": 27,
2024-1-7 20:09:19.8|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.8|[869]Debug|        "track_name": "Romanian",
2024-1-7 20:09:19.8|[869]Debug|        "uid": 11090761842386337152
2024-1-7 20:09:19.8|[869]Debug|      },
2024-1-7 20:09:19.8|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.8|[869]Debug|    },
2024-1-7 20:09:19.8|[869]Debug|    {
2024-1-7 20:09:19.8|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.8|[869]Debug|      "id": 27,
2024-1-7 20:09:19.8|[869]Debug|      "properties": {
2024-1-7 20:09:19.8|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.8|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.8|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.9|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.9|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:19.9|[869]Debug|        "forced_track": false,
2024-1-7 20:09:19.9|[869]Debug|        "language": "rus",
2024-1-7 20:09:19.9|[869]Debug|        "language_ietf": "ru",
2024-1-7 20:09:19.9|[869]Debug|        "num_index_entries": 976,
2024-1-7 20:09:19.9|[869]Debug|        "number": 28,
2024-1-7 20:09:19.9|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:19.9|[869]Debug|        "track_name": "Russian",
2024-1-7 20:09:19.9|[869]Debug|        "uid": 17391686418673491717
2024-1-7 20:09:19.9|[869]Debug|      },
2024-1-7 20:09:19.9|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:19.9|[869]Debug|    },
2024-1-7 20:09:19.9|[869]Debug|    {
2024-1-7 20:09:19.9|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:19.9|[869]Debug|      "id": 28,
2024-1-7 20:09:19.9|[869]Debug|      "properties": {
2024-1-7 20:09:19.9|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:19.9|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:19.9|[869]Debug|        "default_track": false,
2024-1-7 20:09:19.9|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:19.9|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:20.0|[869]Debug|        "forced_track": false,
2024-1-7 20:09:20.0|[869]Debug|        "language": "swe",
2024-1-7 20:09:20.0|[869]Debug|        "language_ietf": "sv",
2024-1-7 20:09:20.0|[869]Debug|        "num_index_entries": 657,
2024-1-7 20:09:20.0|[869]Debug|        "number": 29,
2024-1-7 20:09:20.0|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:20.0|[869]Debug|        "track_name": "Svedish",
2024-1-7 20:09:20.0|[869]Debug|        "uid": 17965591705580260917
2024-1-7 20:09:20.0|[869]Debug|      },
2024-1-7 20:09:20.0|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:20.0|[869]Debug|    },
2024-1-7 20:09:20.0|[869]Debug|    {
2024-1-7 20:09:20.0|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:20.0|[869]Debug|      "id": 29,
2024-1-7 20:09:20.0|[869]Debug|      "properties": {
2024-1-7 20:09:20.0|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:20.0|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:20.0|[869]Debug|        "default_track": false,
2024-1-7 20:09:20.0|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:20.0|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:20.0|[869]Debug|        "forced_track": false,
2024-1-7 20:09:20.0|[869]Debug|        "language": "tha",
2024-1-7 20:09:20.1|[869]Debug|        "language_ietf": "th",
2024-1-7 20:09:20.1|[869]Debug|        "num_index_entries": 937,
2024-1-7 20:09:20.1|[869]Debug|        "number": 30,
2024-1-7 20:09:20.1|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:20.1|[869]Debug|        "track_name": "Thai",
2024-1-7 20:09:20.1|[869]Debug|        "uid": 3223169830584437933
2024-1-7 20:09:20.1|[869]Debug|      },
2024-1-7 20:09:20.1|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:20.1|[869]Debug|    },
2024-1-7 20:09:20.1|[869]Debug|    {
2024-1-7 20:09:20.1|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:20.1|[869]Debug|      "id": 30,
2024-1-7 20:09:20.1|[869]Debug|      "properties": {
2024-1-7 20:09:20.1|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:20.1|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:20.1|[869]Debug|        "default_track": false,
2024-1-7 20:09:20.1|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:20.1|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:20.1|[869]Debug|        "forced_track": false,
2024-1-7 20:09:20.1|[869]Debug|        "language": "tur",
2024-1-7 20:09:20.1|[869]Debug|        "language_ietf": "tr",
2024-1-7 20:09:20.1|[869]Debug|        "num_index_entries": 845,
2024-1-7 20:09:20.2|[869]Debug|        "number": 31,
2024-1-7 20:09:20.2|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:20.2|[869]Debug|        "track_name": "Turkish",
2024-1-7 20:09:20.2|[869]Debug|        "uid": 11435643029469935060
2024-1-7 20:09:20.2|[869]Debug|      },
2024-1-7 20:09:20.2|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:20.2|[869]Debug|    },
2024-1-7 20:09:20.2|[869]Debug|    {
2024-1-7 20:09:20.2|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:20.2|[869]Debug|      "id": 31,
2024-1-7 20:09:20.2|[869]Debug|      "properties": {
2024-1-7 20:09:20.2|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:20.2|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:20.2|[869]Debug|        "default_track": false,
2024-1-7 20:09:20.2|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:20.2|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:20.2|[869]Debug|        "forced_track": false,
2024-1-7 20:09:20.2|[869]Debug|        "language": "vie",
2024-1-7 20:09:20.2|[869]Debug|        "language_ietf": "vi",
2024-1-7 20:09:20.2|[869]Debug|        "num_index_entries": 953,
2024-1-7 20:09:20.2|[869]Debug|        "number": 32,
2024-1-7 20:09:20.2|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:20.3|[869]Debug|        "track_name": "Vietnamese",
2024-1-7 20:09:20.3|[869]Debug|        "uid": 16481010411043194482
2024-1-7 20:09:20.3|[869]Debug|      },
2024-1-7 20:09:20.3|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:20.3|[869]Debug|    },
2024-1-7 20:09:20.3|[869]Debug|    {
2024-1-7 20:09:20.3|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:20.3|[869]Debug|      "id": 32,
2024-1-7 20:09:20.3|[869]Debug|      "properties": {
2024-1-7 20:09:20.3|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:20.3|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:20.3|[869]Debug|        "default_track": false,
2024-1-7 20:09:20.3|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:20.3|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:20.3|[869]Debug|        "forced_track": false,
2024-1-7 20:09:20.3|[869]Debug|        "language": "chi",
2024-1-7 20:09:20.3|[869]Debug|        "language_ietf": "zh-Hans",
2024-1-7 20:09:20.3|[869]Debug|        "num_index_entries": 953,
2024-1-7 20:09:20.3|[869]Debug|        "number": 33,
2024-1-7 20:09:20.3|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:20.3|[869]Debug|        "track_name": "Chinese (Simplified)",
2024-1-7 20:09:20.3|[869]Debug|        "uid": 6216962489214841645
2024-1-7 20:09:20.4|[869]Debug|      },
2024-1-7 20:09:20.4|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:20.4|[869]Debug|    }
2024-1-7 20:09:20.4|[869]Debug|  ],
2024-1-7 20:09:20.4|[869]Debug|  "warnings": []
2024-1-7 20:09:20.4|[869]Debug|}
2024-1-7 20:09:20.5|[869]Debug|Chapters: 16 entries
2024-1-7 20:09:20.6|[869]Debug|Track ID 0: video (HEVC/H.265/MPEG-H) [codec_id:V_MPEGH/ISO/HEVC codec_private_data:01222000000090000000000078f000fcfdfafa00000f04a00001001840010c01ffff222000000300900000030000030078959809a100010039420101222000000300900000030000030078a003c080329f6d96566924c2a6a0204020800001f480002ee030464b2f000044aa200002160ec4a2000100084401c172b470e724a70001087b4e0105ffffffffffffffff762ca2de09b51747dbbb55a4fe7fc2fc4e7832363520286275696c642031373929202d20332e322b352d676662653966656633313a5b57696e646f77735d5b47434320392e322e305d5b3634206269745d203130626974202d20482e3236352f4845564320636f646563202d20436f7079726967687420323031332d3230313820286329204d756c7469636f7265776172652c20496e63202d20687474703a2f2f783236352e6f7267202d206f7074696f6e733a2063707569643d31313131303339206672616d652d746872656164733d35206e756d612d706f6f6c733d333220777070206e6f2d706d6f6465206e6f2d706d65206e6f2d70736e72206e6f2d7373696d206c6f672d6c6576656c3d322062697464657074683d313020696e7075742d6373703d31206670733d32343030302f3130303120696e7075742d7265733d313932307838303420696e7465726c6163653d3020746f74616c2d6672616d65733d313838343938206c6576656c2d6964633d343020686967682d746965723d31207568642d62643d30207265663d33206e6f2d616c6c6f772d6e6f6e2d636f6e666f726d616e6365207265706561742d6865616465727320616e6e657862206175642068726420696e666f20686173683d30206e6f2d74656d706f72616c2d6c6179657273206e6f2d6f70656e2d676f70206d696e2d6b6579696e743d3234206b6579696e743d32343020676f702d6c6f6f6b61686561643d3020626672616d65733d3420622d61646170743d3220622d707972616d696420626672616d652d626961733d302072632d6c6f6f6b61686561643d3235206c6f6f6b61686561642d736c696365733d34207363656e656375743d3430207261646c3d30206e6f2d73706c696365206e6f2d696e7472612d72656672657368206374753d3634206d696e2d63752d73697a653d38206e6f2d72656374206e6f2d616d70206d61782d74752d73697a653d33322074752d696e7465722d64657074683d312074752d696e7472612d64657074683d31206c696d69742d74753d302072646f712d6c6576656c3d322064796e616d69632d72643d302e3030206e6f2d7373696d2d7264207369676e68696465206e6f2d74736b6970206e722d696e7472613d30206e722d696e7465723d30206e6f2d636f6e73747261696e65642d696e747261206e6f2d7374726f6e672d696e7472612d736d6f6f7468696e67206d61782d6d657267653d33206c696d69742d726566733d31206c696d69742d6d6f646573206d653d32207375626d653d35206d6572616e67653d33352074656d706f72616c2d6d7670206e6f2d686d652077656967687470206e6f2d77656967687462206e6f2d616e616c797a652d7372632d70696373206465626c6f636b3d2d333a2d33206e6f2d73616f206e6f2d73616f2d6e6f6e2d6465626c6f636b2072643d342073656c6563746976652d73616f3d30206561726c792d736b69702072736b6970206e6f2d666173742d696e747261206e6f2d74736b69702d66617374206e6f2d63752d6c6f73736c65737320622d696e747261206e6f2d73706c697472642d736b697020726470656e616c74793d30207073792d72643d322e3030207073792d72646f713d302e3030206e6f2d72642d726566696e65206e6f2d6c6f73736c65737320636271706f6666733d3020637271706f6666733d302072633d637266206372663d32332e302071636f6d703d302e3630207170737465703d342073746174732d77726974653d302073746174732d726561643d30207662762d6d6178726174653d3138303030207662762d62756673697a653d3137353030207662762d696e69743d302e39206372662d6d61783d302e30206372662d6d696e3d302e30206970726174696f3d312e3430207062726174696f3d312e33302061712d6d6f64653d332061712d737472656e6774683d312e303020637574726565207a6f6e652d636f756e743d30206e6f2d7374726963742d6362722071672d73697a653d3332206e6f2d72632d677261696e2071706d61783d36392071706d696e3d30206e6f2d636f6e73742d766276207361723d30206f7665727363616e3d3020766964656f666f726d61743d352072616e67653d3020636f6c6f727072696d3d31207472616e736665723d3220636f6c6f726d61747269783d31206368726f6d616c6f633d3020646973706c61792d77696e646f773d3020636c6c3d302c30206d696e2d6c756d613d30206d61782d6c756d613d31303233206c6f67322d6d61782d706f632d6c73623d38207675692d74696d696e672d696e666f207675692d6872642d696e666f20736c696365733d31206e6f2d6f70742d71702d707073206e6f2d6f70742d7265662d6c6973742d6c656e6774682d707073206e6f2d6d756c74692d706173732d6f70742d727073207363656e656375742d626961733d302e3035206e6f2d6f70742d63752d64656c74612d7170206e6f2d61712d6d6f74696f6e206e6f2d686472206e6f2d6864722d6f7074206e6f2d6468647231302d6f7074206e6f2d6964722d7265636f766572792d73656920616e616c797369732d72657573652d6c6576656c3d35207363616c652d666163746f723d3020726566696e652d696e7472613d3020726566696e652d696e7465723d3020726566696e652d6d763d3120726566696e652d6374752d646973746f7274696f6e3d30206e6f2d6c696d69742d73616f206374752d696e666f3d30206e6f2d6c6f77706173732d64637420726566696e652d616e616c797369732d747970653d3020636f70792d7069633d31206d61782d617573697a652d666163746f723d312e30206e6f2d64796e616d69632d726566696e65206e6f2d73696e676c652d736569206e6f2d686576632d6171206e6f2d737674206e6f2d6669656c642071702d61646170746174696f6e2d72616e67653d312e303080 codec_private_length:2303 default_duration:41708333 default_track:true display_dimensions:1920x804 display_unit:0 enabled_track:true forced_track:false language:und language_ietf:und minimum_timestamp:0 num_index_entries:1365 number:1 packetizer:mpegh_p2_video pixel_dimensions:1920x804 uid:2462485880080419300]
2024-1-7 20:09:20.6|[869]Debug|Track ID 1: audio (AAC) [audio_channels:6 audio_sampling_frequency:48000 codec_id:A_AAC codec_private_data:11b0 codec_private_length:2 default_duration:21333333 default_track:true enabled_track:true forced_track:false language:ita language_ietf:it minimum_timestamp:9000000 num_index_entries:0 number:2 track_name:Italian uid:1750768790253513000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 2: audio (AAC) [audio_channels:6 audio_sampling_frequency:48000 codec_id:A_AAC codec_private_data:11b0 codec_private_length:2 default_duration:21333333 default_track:false enabled_track:true forced_track:false language:eng language_ietf:en minimum_timestamp:9000000 num_index_entries:0 number:3 track_name:English uid:6560122381100285000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 3: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:ara language_ietf:ar num_index_entries:927 number:4 text_subtitles:true track_name:Arabic uid:3831298856937744000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 4: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:ben language_ietf:bn num_index_entries:954 number:5 text_subtitles:true track_name:Bengali uid:8686017959914879000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 5: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:ger language_ietf:de num_index_entries:250 number:6 text_subtitles:true track_name:German uid:8108167315438014000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 6: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:eng language_ietf:en num_index_entries:940 number:7 text_subtitles:true track_name:English uid:4795122853379815000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 7: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:eng language_ietf:en num_index_entries:238 number:8 text_subtitles:true track_name:English\s[Forced] uid:4508675455933425700]
2024-1-7 20:09:20.6|[869]Debug|Track ID 8: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:eng language_ietf:en minimum_timestamp:3090000000 num_index_entries:1224 number:9 text_subtitles:true track_name:English\s[SDH] uid:4970878141585885000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 9: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:spa language_ietf:es num_index_entries:279 number:10 text_subtitles:true track_name:Spanish uid:2435259408223719400]
2024-1-7 20:09:20.6|[869]Debug|Track ID 10: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:per language_ietf:fa num_index_entries:998 number:11 text_subtitles:true track_name:Persian uid:18433199363927824000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 11: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:fin language_ietf:fi num_index_entries:962 number:12 text_subtitles:true track_name:Finnish uid:10120974273317420000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 12: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:fre language_ietf:fr num_index_entries:917 number:13 text_subtitles:true track_name:French uid:4129999346347515000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 13: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:heb language_ietf:he num_index_entries:903 number:14 text_subtitles:true track_name:Hebrew uid:6010498197398915000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 14: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:hrv language_ietf:hr num_index_entries:699 number:15 text_subtitles:true track_name:Croatian uid:8887556442993850000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 15: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:ice language_ietf:is num_index_entries:942 number:16 text_subtitles:true track_name:Icelandic uid:9828514208613982000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 16: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:ind language_ietf:id num_index_entries:927 number:17 text_subtitles:true track_name:Indonesian uid:5345958626247941000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 17: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:ita language_ietf:it num_index_entries:990 number:18 text_subtitles:true track_name:Italian uid:15289353928563415000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 18: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:true enabled_track:true encoding:UTF-8 forced_track:true language:ita language_ietf:it num_index_entries:286 number:19 text_subtitles:true track_name:Italian\s[Forced] uid:3672873954271271000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 19: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:jpn language_ietf:ja num_index_entries:900 number:20 text_subtitles:true track_name:Japanese uid:12260019891790821000]
2024-1-7 20:09:20.6|[869]Debug|Track ID 20: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:kor language_ietf:ko num_index_entries:1053 number:21 text_subtitles:true track_name:Korean uid:3583797843210444300]
2024-1-7 20:09:20.6|[869]Debug|Track ID 21: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:may language_ietf:ms num_index_entries:812 number:22 text_subtitles:true track_name:Malay uid:11809213985266290000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 22: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:dut language_ietf:nl num_index_entries:699 number:23 text_subtitles:true track_name:Dutch uid:9510377099443833000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 23: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:nob language_ietf:nb num_index_entries:703 number:24 text_subtitles:true track_name:Norwegian uid:4227438771653435400]
2024-1-7 20:09:20.7|[869]Debug|Track ID 24: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:pol language_ietf:pl num_index_entries:807 number:25 text_subtitles:true track_name:Polish uid:11545629570927167000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 25: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:por language_ietf:pt-BR num_index_entries:906 number:26 text_subtitles:true track_name:Portuguese\s(Brazil) uid:16647659821533190000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 26: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:rum language_ietf:ro num_index_entries:279 number:27 text_subtitles:true track_name:Romanian uid:11090761842386338000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 27: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:rus language_ietf:ru num_index_entries:976 number:28 text_subtitles:true track_name:Russian uid:17391686418673492000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 28: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:swe language_ietf:sv num_index_entries:657 number:29 text_subtitles:true track_name:Svedish uid:17965591705580261000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 29: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:tha language_ietf:th num_index_entries:937 number:30 text_subtitles:true track_name:Thai uid:3223169830584438000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 30: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:tur language_ietf:tr num_index_entries:845 number:31 text_subtitles:true track_name:Turkish uid:11435643029469936000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 31: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:vie language_ietf:vi num_index_entries:953 number:32 text_subtitles:true track_name:Vietnamese uid:16481010411043195000]
2024-1-7 20:09:20.7|[869]Debug|Track ID 32: subtitles (SubRip/SRT) [codec_id:S_TEXT/UTF8 codec_private_length:0 default_track:false enabled_track:true encoding:UTF-8 forced_track:false language:chi language_ietf:zh-Hans num_index_entries:953 number:33 text_subtitles:true track_name:Chinese\s(Simplified) uid:6216962489214842000]
2024-1-7 20:09:20.7|[869]Info|Original tracks: 33 (audio: 2, subtitles: 30)
2024-1-7 20:09:20.7|[869]Info|Chapters: 16
2024-1-7 20:09:20.7|[869]Debug|i:1 Track ID:0 Type:video Lang:und Codec:(HEVC/H.265/MPEG-H)
2024-1-7 20:09:20.7|[869]Debug|i:2 Track ID:1 Type:audio Lang:ita Codec:(AAC)
2024-1-7 20:09:20.7|[869]Debug|i:3 Track ID:2 Type:audio Lang:eng Codec:(AAC)
2024-1-7 20:09:20.7|[869]Info|Keeping audio track 2: eng (AAC)
2024-1-7 20:09:20.7|[869]Debug|i:4 Track ID:3 Type:subtitles Lang:ara Codec:(SubRip/SRT)
2024-1-7 20:09:20.7|[869]Debug|i:5 Track ID:4 Type:subtitles Lang:ben Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:6 Track ID:5 Type:subtitles Lang:ger Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:7 Track ID:6 Type:subtitles Lang:eng Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Info|Keeping subtitles track 6: eng (SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:8 Track ID:7 Type:subtitles Lang:eng Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Info|Keeping subtitles track 7: eng (SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:9 Track ID:8 Type:subtitles Lang:eng Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Info|Keeping subtitles track 8: eng (SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:10 Track ID:9 Type:subtitles Lang:spa Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:11 Track ID:10 Type:subtitles Lang:per Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:12 Track ID:11 Type:subtitles Lang:fin Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:13 Track ID:12 Type:subtitles Lang:fre Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:14 Track ID:13 Type:subtitles Lang:heb Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:15 Track ID:14 Type:subtitles Lang:hrv Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:16 Track ID:15 Type:subtitles Lang:ice Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:17 Track ID:16 Type:subtitles Lang:ind Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:18 Track ID:17 Type:subtitles Lang:ita Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:19 Track ID:18 Type:subtitles Lang:ita Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:20 Track ID:19 Type:subtitles Lang:jpn Codec:(SubRip/SRT)
2024-1-7 20:09:20.8|[869]Debug|i:21 Track ID:20 Type:subtitles Lang:kor Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:22 Track ID:21 Type:subtitles Lang:may Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:23 Track ID:22 Type:subtitles Lang:dut Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:24 Track ID:23 Type:subtitles Lang:nob Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:25 Track ID:24 Type:subtitles Lang:pol Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:26 Track ID:25 Type:subtitles Lang:por Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:27 Track ID:26 Type:subtitles Lang:rum Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:28 Track ID:27 Type:subtitles Lang:rus Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:29 Track ID:28 Type:subtitles Lang:swe Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:30 Track ID:29 Type:subtitles Lang:tha Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:31 Track ID:30 Type:subtitles Lang:tur Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:32 Track ID:31 Type:subtitles Lang:vie Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Debug|i:33 Track ID:32 Type:subtitles Lang:chi Codec:(SubRip/SRT)
2024-1-7 20:09:20.9|[869]Info|Removed audio tracks: 1: ita (AAC)
2024-1-7 20:09:20.9|[869]Info|Removed subtitles tracks: 9: spa (SubRip/SRT),10: per (SubRip/SRT),19: jpn (SubRip/SRT),11: fin (SubRip/SRT),20: kor (SubRip/SRT),12: fre (SubRip/SRT),29: tha (SubRip/SRT),21: may (SubRip/SRT),13: heb (SubRip/SRT),30: tur (SubRip/SRT),22: dut (SubRip/SRT),14: hrv (SubRip/SRT),31: vie (SubRip/SRT),23: nob (SubRip/SRT),15: ice (SubRip/SRT),32: chi (SubRip/SRT),24: pol (SubRip/SRT),16: ind (SubRip/SRT),25: por (SubRip/SRT),17: ita (SubRip/SRT),26: rum (SubRip/SRT),18: ita (SubRip/SRT),27: rus (SubRip/SRT),28: swe (SubRip/SRT),3: ara (SubRip/SRT),4: ben (SubRip/SRT),5: ger (SubRip/SRT)
2024-1-7 20:09:20.9|[869]Info|Kept tracks: 5 (audio: 1, subtitles: 3)
2024-1-7 20:09:20.9|[869]Debug|Executing: nice /usr/bin/mkvmerge --title "Sound of Freedom (2023)" -q -o "/media/develop/Movies/Sound of Freedom (2023)/Sound.tmp.q04JdR" -a 2 -s 6,7,8 "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv"
2024-1-7 20:09:22.4|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 158295825. Resyncing to the next level 1 element.
2024-1-7 20:09:22.4|[869]Warning: The last timestamp processed before the error was encountered was 00:10:52.986000000.
2024-1-7 20:09:22.4|[869]Warning: Resyncing successful at position 158464314.
2024-1-7 20:09:22.4|[869]Warning: The first cluster timestamp after the resync is 00:10:56.656000000.
2024-1-7 20:09:23.7|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 281590819. Resyncing to the next level 1 element.
2024-1-7 20:09:23.7|[869]Warning: The last timestamp processed before the error was encountered was 00:23:02.196333331.
2024-1-7 20:09:23.8|[869]Warning: Resyncing successful at position 282821426.
2024-1-7 20:09:23.8|[869]Warning: The first cluster timestamp after the resync is 00:23:07.177000000.
2024-1-7 20:09:27.5|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 684806048. Resyncing to the next level 1 element.
2024-1-7 20:09:27.6|[869]Warning: The last timestamp processed before the error was encountered was 00:51:19.451000000.
2024-1-7 20:09:27.7|[869]Warning: Resyncing successful at position 686311493.
2024-1-7 20:09:27.7|[869]Warning: The first cluster timestamp after the resync is 00:51:24.039000000.
2024-1-7 20:09:28.9|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 821189528. Resyncing to the next level 1 element.
2024-1-7 20:09:28.9|[869]Warning: The last timestamp processed before the error was encountered was 01:00:22.942333331.
2024-1-7 20:09:29.0|[869]Warning: Resyncing successful at position 822432868.
2024-1-7 20:09:29.0|[869]Warning: The first cluster timestamp after the resync is 01:00:34.256000000.
2024-1-7 20:09:32.0|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 1239302358. Resyncing to the next level 1 element.
2024-1-7 20:09:32.0|[869]Warning: The last timestamp processed before the error was encountered was 01:17:51.542000000.
2024-1-7 20:09:32.2|[869]Warning: Resyncing successful at position 1240836294.
2024-1-7 20:09:32.2|[869]Warning: The first cluster timestamp after the resync is 01:17:53.836000000.
2024-1-7 20:09:33.9|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 1477973639. Resyncing to the next level 1 element.
2024-1-7 20:09:33.9|[869]Warning: The last timestamp processed before the error was encountered was 01:31:30.819000000.
2024-1-7 20:09:34.0|[869]Warning: Resyncing successful at position 1479255494.
2024-1-7 20:09:34.0|[869]Warning: The first cluster timestamp after the resync is 01:31:31.569000000.
2024-1-7 20:09:35.1|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 1636651566. Resyncing to the next level 1 element.
2024-1-7 20:09:35.1|[869]Warning: The last timestamp processed before the error was encountered was 01:36:02.382000000.
2024-1-7 20:09:35.2|[869]Warning: Resyncing successful at position 1638161945.
2024-1-7 20:09:35.2|[869]Warning: The first cluster timestamp after the resync is 01:36:03.966000000.
2024-1-7 20:09:35.3|[869]Warning: /media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv: Error in the Matroska file structure at position 1654556198. Resyncing to the next level 1 element.
2024-1-7 20:09:35.3|[869]Warning: The last timestamp processed before the error was encountered was 01:36:25.780000000.
2024-1-7 20:09:35.5|[869]Warning: Resyncing successful at position 1656062736.
2024-1-7 20:09:35.5|[869]Warning: The first cluster timestamp after the resync is 01:36:28.324000000.
2024-1-7 20:09:40.7|[869]Warning: '/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv': A block was found at timestamp 02:07:01.940000000 for track number 4715. However, no headers were found for that track number. The block will be skipped.
2024-1-7 20:09:42.5|[869]Debug|awk exited with code: 0
2024-1-7 20:09:42.5|[869]Debug|Deleting or recycling "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv". Calling Radarr API using DELETE and URL 'http://localhost:7878/api/v3/moviefile/15'
2024-1-7 20:09:43.2|[869]Debug|API returned: 
2024-1-7 20:09:43.2|[869]Debug|Renaming: "/media/develop/Movies/Sound of Freedom (2023)/Sound.tmp.q04JdR" to "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv"
2024-1-7 20:09:43.2|[869]Info|New size: 1.919G
2024-1-7 20:09:43.3|[869]Info|Calling Radarr API to rescan movie
2024-1-7 20:09:43.3|[869]Debug|Forcing rescan of movie '3'. Calling Radarr API using POST and URL 'http://localhost:7878/api/v3/command' with data {"name":"RescanMovie","movieId":3}
2024-1-7 20:09:43.4|[869]Debug|API returned: {
2024-1-7 20:09:43.4|[869]Debug|  "name": "RescanMovie",
2024-1-7 20:09:43.4|[869]Debug|  "commandName": "Rescan Movie",
2024-1-7 20:09:43.4|[869]Debug|  "body": {
2024-1-7 20:09:43.4|[869]Debug|    "movieId": 3,
2024-1-7 20:09:43.4|[869]Debug|    "sendUpdatesToClient": true,
2024-1-7 20:09:43.4|[869]Debug|    "updateScheduledTask": true,
2024-1-7 20:09:43.4|[869]Debug|    "completionMessage": "Completed",
2024-1-7 20:09:43.4|[869]Debug|    "requiresDiskAccess": false,
2024-1-7 20:09:43.4|[869]Debug|    "isExclusive": false,
2024-1-7 20:09:43.4|[869]Debug|    "isTypeExclusive": false,
2024-1-7 20:09:43.4|[869]Debug|    "isLongRunning": false,
2024-1-7 20:09:43.4|[869]Debug|    "name": "RescanMovie",
2024-1-7 20:09:43.4|[869]Debug|    "trigger": "manual",
2024-1-7 20:09:43.5|[869]Debug|    "suppressMessages": false
2024-1-7 20:09:43.5|[869]Debug|  },
2024-1-7 20:09:43.5|[869]Debug|  "priority": "normal",
2024-1-7 20:09:43.5|[869]Debug|  "status": "started",
2024-1-7 20:09:43.5|[869]Debug|  "result": "unknown",
2024-1-7 20:09:43.5|[869]Debug|  "queued": "2024-01-08T02:09:43Z",
2024-1-7 20:09:43.5|[869]Debug|  "started": "2024-01-08T02:09:43Z",
2024-1-7 20:09:43.5|[869]Debug|  "trigger": "manual",
2024-1-7 20:09:43.5|[869]Debug|  "stateChangeTime": "2024-01-08T02:09:43Z",
2024-1-7 20:09:43.5|[869]Debug|  "sendUpdatesToClient": true,
2024-1-7 20:09:43.5|[869]Debug|  "updateScheduledTask": true,
2024-1-7 20:09:43.5|[869]Debug|  "id": 542
2024-1-7 20:09:43.5|[869]Debug|}
2024-1-7 20:09:44.7|[869]Debug|Checking job 542 completion. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/command/542'
2024-1-7 20:09:44.7|[869]Debug|API returned: {
2024-1-7 20:09:44.7|[869]Debug|  "name": "RescanMovie",
2024-1-7 20:09:44.7|[869]Debug|  "commandName": "Rescan Movie",
2024-1-7 20:09:44.7|[869]Debug|  "message": "Completed",
2024-1-7 20:09:44.8|[869]Debug|  "body": {
2024-1-7 20:09:44.8|[869]Debug|    "movieId": 3,
2024-1-7 20:09:44.8|[869]Debug|    "sendUpdatesToClient": true,
2024-1-7 20:09:44.8|[869]Debug|    "updateScheduledTask": true,
2024-1-7 20:09:44.8|[869]Debug|    "completionMessage": "Completed",
2024-1-7 20:09:44.8|[869]Debug|    "requiresDiskAccess": false,
2024-1-7 20:09:44.8|[869]Debug|    "isExclusive": false,
2024-1-7 20:09:44.8|[869]Debug|    "isTypeExclusive": false,
2024-1-7 20:09:44.8|[869]Debug|    "isLongRunning": false,
2024-1-7 20:09:44.8|[869]Debug|    "name": "RescanMovie",
2024-1-7 20:09:44.8|[869]Debug|    "trigger": "manual",
2024-1-7 20:09:44.8|[869]Debug|    "suppressMessages": false
2024-1-7 20:09:44.8|[869]Debug|  },
2024-1-7 20:09:44.8|[869]Debug|  "priority": "normal",
2024-1-7 20:09:44.8|[869]Debug|  "status": "completed",
2024-1-7 20:09:44.8|[869]Debug|  "result": "successful",
2024-1-7 20:09:44.8|[869]Debug|  "queued": "2024-01-08T02:09:43Z",
2024-1-7 20:09:44.8|[869]Debug|  "started": "2024-01-08T02:09:43Z",
2024-1-7 20:09:44.8|[869]Debug|  "ended": "2024-01-08T02:09:43Z",
2024-1-7 20:09:44.8|[869]Debug|  "duration": "00:00:00.1161117",
2024-1-7 20:09:44.8|[869]Debug|  "trigger": "manual",
2024-1-7 20:09:44.8|[869]Debug|  "stateChangeTime": "2024-01-08T02:09:43Z",
2024-1-7 20:09:44.9|[869]Debug|  "sendUpdatesToClient": true,
2024-1-7 20:09:44.9|[869]Debug|  "updateScheduledTask": true,
2024-1-7 20:09:44.9|[869]Debug|  "id": 542
2024-1-7 20:09:44.9|[869]Debug|}
2024-1-7 20:09:45.1|[869]Debug|Getting video information for movie '3'. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/movie/3'
2024-1-7 20:09:45.1|[869]Debug|API returned: {
2024-1-7 20:09:45.1|[869]Debug|  "title": "Sound of Freedom",
2024-1-7 20:09:45.1|[869]Debug|  "originalTitle": "Sound of Freedom",
2024-1-7 20:09:45.1|[869]Debug|  "originalLanguage": {
2024-1-7 20:09:45.1|[869]Debug|    "id": 1,
2024-1-7 20:09:45.1|[869]Debug|    "name": "English"
2024-1-7 20:09:45.1|[869]Debug|  },
2024-1-7 20:09:45.1|[869]Debug|  "alternateTitles": [
2024-1-7 20:09:45.1|[869]Debug|    {
2024-1-7 20:09:45.1|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.2|[869]Debug|      "title": "Zvuk slobode",
2024-1-7 20:09:45.2|[869]Debug|      "id": 13
2024-1-7 20:09:45.2|[869]Debug|    },
2024-1-7 20:09:45.2|[869]Debug|    {
2024-1-7 20:09:45.2|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.2|[869]Debug|      "title": "ندای آزادی",
2024-1-7 20:09:45.2|[869]Debug|      "id": 14
2024-1-7 20:09:45.2|[869]Debug|    },
2024-1-7 20:09:45.2|[869]Debug|    {
2024-1-7 20:09:45.2|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.2|[869]Debug|      "title": "Le son de la liberté",
2024-1-7 20:09:45.2|[869]Debug|      "id": 15
2024-1-7 20:09:45.2|[869]Debug|    },
2024-1-7 20:09:45.2|[869]Debug|    {
2024-1-7 20:09:45.2|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.2|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.2|[869]Debug|      "title": "Звук свободы",
2024-1-7 20:09:45.2|[869]Debug|      "id": 16
2024-1-7 20:09:45.2|[869]Debug|    },
2024-1-7 20:09:45.2|[869]Debug|    {
2024-1-7 20:09:45.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.3|[869]Debug|      "title": "El sonido de la libertad",
2024-1-7 20:09:45.3|[869]Debug|      "id": 17
2024-1-7 20:09:45.3|[869]Debug|    },
2024-1-7 20:09:45.3|[869]Debug|    {
2024-1-7 20:09:45.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.3|[869]Debug|      "title": "Özgürlüğün Sesi",
2024-1-7 20:09:45.3|[869]Debug|      "id": 18
2024-1-7 20:09:45.3|[869]Debug|    },
2024-1-7 20:09:45.3|[869]Debug|    {
2024-1-7 20:09:45.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.3|[869]Debug|      "title": "Brīvības skaņa",
2024-1-7 20:09:45.3|[869]Debug|      "id": 19
2024-1-7 20:09:45.3|[869]Debug|    },
2024-1-7 20:09:45.3|[869]Debug|    {
2024-1-7 20:09:45.3|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.3|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.3|[869]Debug|      "title": "Som da Liberdade",
2024-1-7 20:09:45.3|[869]Debug|      "id": 20
2024-1-7 20:09:45.4|[869]Debug|    },
2024-1-7 20:09:45.4|[869]Debug|    {
2024-1-7 20:09:45.4|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.4|[869]Debug|      "title": "Laisvės garsas",
2024-1-7 20:09:45.4|[869]Debug|      "id": 21
2024-1-7 20:09:45.4|[869]Debug|    },
2024-1-7 20:09:45.4|[869]Debug|    {
2024-1-7 20:09:45.4|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.4|[869]Debug|      "title": "Vabaduse hääl",
2024-1-7 20:09:45.4|[869]Debug|      "id": 22
2024-1-7 20:09:45.4|[869]Debug|    },
2024-1-7 20:09:45.4|[869]Debug|    {
2024-1-7 20:09:45.4|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.4|[869]Debug|      "title": "Ozodlik ovozi",
2024-1-7 20:09:45.4|[869]Debug|      "id": 23
2024-1-7 20:09:45.4|[869]Debug|    },
2024-1-7 20:09:45.4|[869]Debug|    {
2024-1-7 20:09:45.4|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.4|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.5|[869]Debug|      "title": "Sonido De Libertad",
2024-1-7 20:09:45.5|[869]Debug|      "id": 24
2024-1-7 20:09:45.5|[869]Debug|    },
2024-1-7 20:09:45.5|[869]Debug|    {
2024-1-7 20:09:45.5|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.5|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.5|[869]Debug|      "title": "自由之声",
2024-1-7 20:09:45.5|[869]Debug|      "id": 25
2024-1-7 20:09:45.5|[869]Debug|    },
2024-1-7 20:09:45.5|[869]Debug|    {
2024-1-7 20:09:45.5|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.5|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.5|[869]Debug|      "title": "קול החופש",
2024-1-7 20:09:45.5|[869]Debug|      "id": 26
2024-1-7 20:09:45.5|[869]Debug|    },
2024-1-7 20:09:45.5|[869]Debug|    {
2024-1-7 20:09:45.5|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.5|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.5|[869]Debug|      "title": "צלילי החופש",
2024-1-7 20:09:45.5|[869]Debug|      "id": 27
2024-1-7 20:09:45.5|[869]Debug|    },
2024-1-7 20:09:45.5|[869]Debug|    {
2024-1-7 20:09:45.6|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.6|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.6|[869]Debug|      "title": "Η ΜΕΛΩΔΙΑ ΤΗΣ ΕΛΕΥΘΕΡΙΑΣ",
2024-1-7 20:09:45.6|[869]Debug|      "id": 28
2024-1-7 20:09:45.6|[869]Debug|    },
2024-1-7 20:09:45.6|[869]Debug|    {
2024-1-7 20:09:45.6|[869]Debug|      "sourceType": "tmdb",
2024-1-7 20:09:45.6|[869]Debug|      "movieMetadataId": 5,
2024-1-7 20:09:45.6|[869]Debug|      "title": "A szabadság hangja",
2024-1-7 20:09:45.6|[869]Debug|      "id": 29
2024-1-7 20:09:45.6|[869]Debug|    }
2024-1-7 20:09:45.6|[869]Debug|  ],
2024-1-7 20:09:45.6|[869]Debug|  "secondaryYearSourceId": 0,
2024-1-7 20:09:45.6|[869]Debug|  "sortTitle": "sound freedom",
2024-1-7 20:09:45.6|[869]Debug|  "sizeOnDisk": 2059619110,
2024-1-7 20:09:45.6|[869]Debug|  "status": "released",
2024-1-7 20:09:45.6|[869]Debug|  "overview": "The story of Tim Ballard, a former US government agent, who quits his job in order to devote his life to rescuing children from global sex traffickers.",
2024-1-7 20:09:45.6|[869]Debug|  "inCinemas": "2023-07-03T00:00:00Z",
2024-1-7 20:09:45.6|[869]Debug|  "physicalRelease": "2023-11-14T00:00:00Z",
2024-1-7 20:09:45.6|[869]Debug|  "digitalRelease": "2023-10-13T00:00:00Z",
2024-1-7 20:09:45.6|[869]Debug|  "images": [
2024-1-7 20:09:45.6|[869]Debug|    {
2024-1-7 20:09:45.6|[869]Debug|      "coverType": "poster",
2024-1-7 20:09:45.7|[869]Debug|      "url": "/MediaCover/3/poster.jpg?lastWrite=638402743081821748",
2024-1-7 20:09:45.7|[869]Debug|      "remoteUrl": "https://image.tmdb.org/t/p/original/qA5kPYZA7FkVvqcEfJRoOy4kpHg.jpg"
2024-1-7 20:09:45.7|[869]Debug|    },
2024-1-7 20:09:45.7|[869]Debug|    {
2024-1-7 20:09:45.7|[869]Debug|      "coverType": "fanart",
2024-1-7 20:09:45.7|[869]Debug|      "url": "/MediaCover/3/fanart.jpg?lastWrite=638402743082891766",
2024-1-7 20:09:45.7|[869]Debug|      "remoteUrl": "https://image.tmdb.org/t/p/original/pA3vdhadJPxF5GA1uo8OPTiNQDT.jpg"
2024-1-7 20:09:45.7|[869]Debug|    }
2024-1-7 20:09:45.7|[869]Debug|  ],
2024-1-7 20:09:45.7|[869]Debug|  "website": "https://www.soundoffreedommovie.com/",
2024-1-7 20:09:45.7|[869]Debug|  "year": 2023,
2024-1-7 20:09:45.7|[869]Debug|  "hasFile": true,
2024-1-7 20:09:45.7|[869]Debug|  "youTubeTrailerId": "Rt0kp4VW1cI",
2024-1-7 20:09:45.7|[869]Debug|  "studio": "Santa Fe Films",
2024-1-7 20:09:45.7|[869]Debug|  "path": "/media/develop/Movies/Sound of Freedom (2023)",
2024-1-7 20:09:45.7|[869]Debug|  "qualityProfileId": 4,
2024-1-7 20:09:45.7|[869]Debug|  "monitored": true,
2024-1-7 20:09:45.7|[869]Debug|  "minimumAvailability": "released",
2024-1-7 20:09:45.7|[869]Debug|  "isAvailable": true,
2024-1-7 20:09:45.7|[869]Debug|  "folderName": "/media/develop/Movies/Sound of Freedom (2023)",
2024-1-7 20:09:45.7|[869]Debug|  "runtime": 131,
2024-1-7 20:09:45.7|[869]Debug|  "cleanTitle": "soundfreedom",
2024-1-7 20:09:45.8|[869]Debug|  "imdbId": "tt7599146",
2024-1-7 20:09:45.8|[869]Debug|  "tmdbId": 678512,
2024-1-7 20:09:45.8|[869]Debug|  "titleSlug": "678512",
2024-1-7 20:09:45.8|[869]Debug|  "rootFolderPath": "/media/develop/Movies/",
2024-1-7 20:09:45.8|[869]Debug|  "certification": "PG-13",
2024-1-7 20:09:45.8|[869]Debug|  "genres": [
2024-1-7 20:09:45.8|[869]Debug|    "Action",
2024-1-7 20:09:45.8|[869]Debug|    "Drama"
2024-1-7 20:09:45.8|[869]Debug|  ],
2024-1-7 20:09:45.8|[869]Debug|  "tags": [],
2024-1-7 20:09:45.8|[869]Debug|  "added": "2024-01-08T01:31:47Z",
2024-1-7 20:09:45.8|[869]Debug|  "ratings": {
2024-1-7 20:09:45.8|[869]Debug|    "imdb": {
2024-1-7 20:09:45.8|[869]Debug|      "votes": 92608,
2024-1-7 20:09:45.8|[869]Debug|      "value": 7.7,
2024-1-7 20:09:45.8|[869]Debug|      "type": "user"
2024-1-7 20:09:45.8|[869]Debug|    },
2024-1-7 20:09:45.8|[869]Debug|    "tmdb": {
2024-1-7 20:09:45.8|[869]Debug|      "votes": 1697,
2024-1-7 20:09:45.8|[869]Debug|      "value": 8.065,
2024-1-7 20:09:45.8|[869]Debug|      "type": "user"
2024-1-7 20:09:45.8|[869]Debug|    },
2024-1-7 20:09:45.9|[869]Debug|    "metacritic": {
2024-1-7 20:09:45.9|[869]Debug|      "votes": 0,
2024-1-7 20:09:45.9|[869]Debug|      "value": 43,
2024-1-7 20:09:45.9|[869]Debug|      "type": "user"
2024-1-7 20:09:45.9|[869]Debug|    }
2024-1-7 20:09:45.9|[869]Debug|  },
2024-1-7 20:09:45.9|[869]Debug|  "movieFile": {
2024-1-7 20:09:45.9|[869]Debug|    "movieId": 3,
2024-1-7 20:09:45.9|[869]Debug|    "relativePath": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:45.9|[869]Debug|    "path": "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:45.9|[869]Debug|    "size": 2059619110,
2024-1-7 20:09:45.9|[869]Debug|    "dateAdded": "2024-01-08T02:09:43Z",
2024-1-7 20:09:45.9|[869]Debug|    "indexerFlags": 0,
2024-1-7 20:09:45.9|[869]Debug|    "quality": {
2024-1-7 20:09:45.9|[869]Debug|      "quality": {
2024-1-7 20:09:45.9|[869]Debug|        "id": 7,
2024-1-7 20:09:45.9|[869]Debug|        "name": "Bluray-1080p",
2024-1-7 20:09:45.9|[869]Debug|        "source": "bluray",
2024-1-7 20:09:45.9|[869]Debug|        "resolution": 1080,
2024-1-7 20:09:45.9|[869]Debug|        "modifier": "none"
2024-1-7 20:09:45.9|[869]Debug|      },
2024-1-7 20:09:45.9|[869]Debug|      "revision": {
2024-1-7 20:09:45.9|[869]Debug|        "version": 1,
2024-1-7 20:09:46.0|[869]Debug|        "real": 0,
2024-1-7 20:09:46.0|[869]Debug|        "isRepack": false
2024-1-7 20:09:46.0|[869]Debug|      }
2024-1-7 20:09:46.0|[869]Debug|    },
2024-1-7 20:09:46.0|[869]Debug|    "customFormatScore": 0,
2024-1-7 20:09:46.0|[869]Debug|    "mediaInfo": {
2024-1-7 20:09:46.0|[869]Debug|      "audioBitrate": 0,
2024-1-7 20:09:46.0|[869]Debug|      "audioChannels": 5.1,
2024-1-7 20:09:46.0|[869]Debug|      "audioCodec": "AAC",
2024-1-7 20:09:46.0|[869]Debug|      "audioLanguages": "eng",
2024-1-7 20:09:46.0|[869]Debug|      "audioStreamCount": 1,
2024-1-7 20:09:46.0|[869]Debug|      "videoBitDepth": 10,
2024-1-7 20:09:46.0|[869]Debug|      "videoBitrate": 0,
2024-1-7 20:09:46.0|[869]Debug|      "videoCodec": "x265",
2024-1-7 20:09:46.0|[869]Debug|      "videoFps": 23.976,
2024-1-7 20:09:46.0|[869]Debug|      "videoDynamicRange": "",
2024-1-7 20:09:46.0|[869]Debug|      "videoDynamicRangeType": "",
2024-1-7 20:09:46.0|[869]Debug|      "resolution": "1920x804",
2024-1-7 20:09:46.0|[869]Debug|      "runTime": "2:11:02",
2024-1-7 20:09:46.0|[869]Debug|      "scanType": "Progressive",
2024-1-7 20:09:46.0|[869]Debug|      "subtitles": "eng/eng/eng"
2024-1-7 20:09:46.0|[869]Debug|    },
2024-1-7 20:09:46.1|[869]Debug|    "qualityCutoffNotMet": false,
2024-1-7 20:09:46.1|[869]Debug|    "languages": [
2024-1-7 20:09:46.1|[869]Debug|      {
2024-1-7 20:09:46.1|[869]Debug|        "id": 1,
2024-1-7 20:09:46.1|[869]Debug|        "name": "English"
2024-1-7 20:09:46.1|[869]Debug|      }
2024-1-7 20:09:46.1|[869]Debug|    ],
2024-1-7 20:09:46.1|[869]Debug|    "releaseGroup": "V3SP4EV3R",
2024-1-7 20:09:46.1|[869]Debug|    "edition": "",
2024-1-7 20:09:46.1|[869]Debug|    "id": 16
2024-1-7 20:09:46.1|[869]Debug|  },
2024-1-7 20:09:46.1|[869]Debug|  "popularity": 277.407,
2024-1-7 20:09:46.1|[869]Debug|  "id": 3
2024-1-7 20:09:46.1|[869]Debug|}
2024-1-7 20:09:46.3|[869]Debug|Set new video file id '16'.
2024-1-7 20:09:46.3|[869]Debug|Getting video file information for moviefile '16'. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/moviefile/16'
2024-1-7 20:09:46.3|[869]Debug|API returned: {
2024-1-7 20:09:46.3|[869]Debug|  "movieId": 3,
2024-1-7 20:09:46.3|[869]Debug|  "relativePath": "Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:46.3|[869]Debug|  "path": "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:46.3|[869]Debug|  "size": 2059619110,
2024-1-7 20:09:46.3|[869]Debug|  "dateAdded": "2024-01-08T02:09:43Z",
2024-1-7 20:09:46.3|[869]Debug|  "indexerFlags": 0,
2024-1-7 20:09:46.3|[869]Debug|  "quality": {
2024-1-7 20:09:46.4|[869]Debug|    "quality": {
2024-1-7 20:09:46.4|[869]Debug|      "id": 7,
2024-1-7 20:09:46.4|[869]Debug|      "name": "Bluray-1080p",
2024-1-7 20:09:46.4|[869]Debug|      "source": "bluray",
2024-1-7 20:09:46.4|[869]Debug|      "resolution": 1080,
2024-1-7 20:09:46.4|[869]Debug|      "modifier": "none"
2024-1-7 20:09:46.4|[869]Debug|    },
2024-1-7 20:09:46.4|[869]Debug|    "revision": {
2024-1-7 20:09:46.4|[869]Debug|      "version": 1,
2024-1-7 20:09:46.4|[869]Debug|      "real": 0,
2024-1-7 20:09:46.4|[869]Debug|      "isRepack": false
2024-1-7 20:09:46.4|[869]Debug|    }
2024-1-7 20:09:46.4|[869]Debug|  },
2024-1-7 20:09:46.4|[869]Debug|  "customFormats": [],
2024-1-7 20:09:46.4|[869]Debug|  "customFormatScore": 0,
2024-1-7 20:09:46.4|[869]Debug|  "mediaInfo": {
2024-1-7 20:09:46.4|[869]Debug|    "audioBitrate": 0,
2024-1-7 20:09:46.4|[869]Debug|    "audioChannels": 5.1,
2024-1-7 20:09:46.4|[869]Debug|    "audioCodec": "AAC",
2024-1-7 20:09:46.4|[869]Debug|    "audioLanguages": "eng",
2024-1-7 20:09:46.4|[869]Debug|    "audioStreamCount": 1,
2024-1-7 20:09:46.4|[869]Debug|    "videoBitDepth": 10,
2024-1-7 20:09:46.4|[869]Debug|    "videoBitrate": 0,
2024-1-7 20:09:46.5|[869]Debug|    "videoCodec": "x265",
2024-1-7 20:09:46.5|[869]Debug|    "videoFps": 23.976,
2024-1-7 20:09:46.5|[869]Debug|    "videoDynamicRange": "",
2024-1-7 20:09:46.5|[869]Debug|    "videoDynamicRangeType": "",
2024-1-7 20:09:46.5|[869]Debug|    "resolution": "1920x804",
2024-1-7 20:09:46.5|[869]Debug|    "runTime": "2:11:02",
2024-1-7 20:09:46.5|[869]Debug|    "scanType": "Progressive",
2024-1-7 20:09:46.5|[869]Debug|    "subtitles": "eng/eng/eng"
2024-1-7 20:09:46.5|[869]Debug|  },
2024-1-7 20:09:46.5|[869]Debug|  "qualityCutoffNotMet": false,
2024-1-7 20:09:46.5|[869]Debug|  "languages": [
2024-1-7 20:09:46.5|[869]Debug|    {
2024-1-7 20:09:46.5|[869]Debug|      "id": 1,
2024-1-7 20:09:46.5|[869]Debug|      "name": "English"
2024-1-7 20:09:46.5|[869]Debug|    }
2024-1-7 20:09:46.5|[869]Debug|  ],
2024-1-7 20:09:46.5|[869]Debug|  "releaseGroup": "V3SP4EV3R",
2024-1-7 20:09:46.5|[869]Debug|  "edition": "",
2024-1-7 20:09:46.5|[869]Debug|  "id": 16
2024-1-7 20:09:46.5|[869]Debug|}
2024-1-7 20:09:47.0|[869]Debug|Updating from quality 'Bluray-1080p' to 'Bluray-1080p' and release group 'V3SP4EV3R' to 'V3SP4EV3R'. Calling Radarr API using PUT and URL 'http://localhost:7878/api/v3/moviefile/editor' with data {"moviefileIds":[16],"quality":{"quality":{"id":7,"name":"Bluray-1080p","source":"bluray","resolution":1080,"modifier":"none"},"revision":{"version":1,"real":0,"isRepack":false}},"releaseGroup":"V3SP4EV3R"}
2024-1-7 20:09:47.3|[869]Debug|Successfully updated quality to 'Bluray-1080p'.
2024-1-7 20:09:47.4|[869]Debug|Successfully updated release group to 'V3SP4EV3R'.
2024-1-7 20:09:47.4|[869]Debug|Executing: /usr/bin/mkvmerge -J "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv"
2024-1-7 20:09:47.7|[869]Debug|mkvmerge returned: {
2024-1-7 20:09:47.7|[869]Debug|  "attachments": [],
2024-1-7 20:09:47.7|[869]Debug|  "chapters": [
2024-1-7 20:09:47.7|[869]Debug|    {
2024-1-7 20:09:47.7|[869]Debug|      "num_entries": 16
2024-1-7 20:09:47.8|[869]Debug|    }
2024-1-7 20:09:47.8|[869]Debug|  ],
2024-1-7 20:09:47.8|[869]Debug|  "container": {
2024-1-7 20:09:47.8|[869]Debug|    "properties": {
2024-1-7 20:09:47.8|[869]Debug|      "container_type": 17,
2024-1-7 20:09:47.8|[869]Debug|      "date_local": "2024-01-07T20:09:21-06:00",
2024-1-7 20:09:47.8|[869]Debug|      "date_utc": "2024-01-08T02:09:21Z",
2024-1-7 20:09:47.8|[869]Debug|      "duration": 7862452000000,
2024-1-7 20:09:47.8|[869]Debug|      "is_providing_timestamps": true,
2024-1-7 20:09:47.8|[869]Debug|      "muxing_application": "libebml v1.4.4 + libmatroska v1.7.1",
2024-1-7 20:09:47.8|[869]Debug|      "segment_uid": "e35327da61dcc428642de0c94624e5ab",
2024-1-7 20:09:47.8|[869]Debug|      "title": "Sound of Freedom (2023)",
2024-1-7 20:09:47.8|[869]Debug|      "writing_application": "mkvmerge v76.0 ('Celebration') 64-bit"
2024-1-7 20:09:47.8|[869]Debug|    },
2024-1-7 20:09:47.8|[869]Debug|    "recognized": true,
2024-1-7 20:09:47.8|[869]Debug|    "supported": true,
2024-1-7 20:09:47.8|[869]Debug|    "type": "Matroska"
2024-1-7 20:09:47.8|[869]Debug|  },
2024-1-7 20:09:47.8|[869]Debug|  "errors": [],
2024-1-7 20:09:47.8|[869]Debug|  "file_name": "/media/develop/Movies/Sound of Freedom (2023)/Sound.of.Freedom.2023.1080p.ITA-ENG.MULTI.BluRay.x265.AAC-V3SP4EV3R.mkv",
2024-1-7 20:09:47.8|[869]Debug|  "global_tags": [],
2024-1-7 20:09:47.8|[869]Debug|  "identification_format_version": 18,
2024-1-7 20:09:47.8|[869]Debug|  "track_tags": [],
2024-1-7 20:09:47.9|[869]Debug|  "tracks": [
2024-1-7 20:09:47.9|[869]Debug|    {
2024-1-7 20:09:47.9|[869]Debug|      "codec": "HEVC/H.265/MPEG-H",
2024-1-7 20:09:47.9|[869]Debug|      "id": 0,
2024-1-7 20:09:47.9|[869]Debug|      "properties": {
2024-1-7 20:09:47.9|[869]Debug|        "codec_id": "V_MPEGH/ISO/HEVC",
2024-1-7 20:09:47.9|[869]Debug|        "codec_private_data": "01222000000090000000000078f000fcfdfafa00000f04a00001001840010c01ffff222000000300900000030000030078959809a100010039420101222000000300900000030000030078a003c080329f6d96566924c2a6a0204020800001f480002ee030464b2f000044aa200002160ec4a2000100084401c172b470e724a70001087b4e0105ffffffffffffffff762ca2de09b51747dbbb55a4fe7fc2fc4e7832363520286275696c642031373929202d20332e322b352d676662653966656633313a5b57696e646f77735d5b47434320392e322e305d5b3634206269745d203130626974202d20482e3236352f4845564320636f646563202d20436f7079726967687420323031332d3230313820286329204d756c7469636f7265776172652c20496e63202d20687474703a2f2f783236352e6f7267202d206f7074696f6e733a2063707569643d31313131303339206672616d652d746872656164733d35206e756d612d706f6f6c733d333220777070206e6f2d706d6f6465206e6f2d706d65206e6f2d70736e72206e6f2d7373696d206c6f672d6c6576656c3d322062697464657074683d313020696e7075742d6373703d31206670733d32343030302f3130303120696e7075742d7265733d313932307838303420696e7465726c6163653d3020746f74616c2d6672616d65733d313838343938206c6576656c2d6964633d343020686967682d746965723d31207568642d62643d30207265663d33206e6f2d616c6c6f772d6e6f6e2d636f6e666f726d616e6365207265706561742d6865616465727320616e6e657862206175642068726420696e666f20686173683d30206e6f2d74656d706f72616c2d6c6179657273206e6f2d6f70656e2d676f70206d696e2d6b6579696e743d3234206b6579696e743d32343020676f702d6c6f6f6b61686561643d3020626672616d65733d3420622d61646170743d3220622d707972616d696420626672616d652d626961733d302072632d6c6f6f6b61686561643d3235206c6f6f6b61686561642d736c696365733d34207363656e656375743d3430207261646c3d30206e6f2d73706c696365206e6f2d696e7472612d72656672657368206374753d3634206d696e2d63752d73697a653d38206e6f2d72656374206e6f2d616d70206d61782d74752d73697a653d33322074752d696e7465722d64657074683d312074752d696e7472612d64657074683d31206c696d69742d74753d302072646f712d6c6576656c3d322064796e616d69632d72643d302e3030206e6f2d7373696d2d7264207369676e68696465206e6f2d74736b6970206e722d696e7472613d30206e722d696e7465723d30206e6f2d636f6e73747261696e65642d696e747261206e6f2d7374726f6e672d696e7472612d736d6f6f7468696e67206d61782d6d657267653d33206c696d69742d726566733d31206c696d69742d6d6f646573206d653d32207375626d653d35206d6572616e67653d33352074656d706f72616c2d6d7670206e6f2d686d652077656967687470206e6f2d77656967687462206e6f2d616e616c797a652d7372632d70696373206465626c6f636b3d2d333a2d33206e6f2d73616f206e6f2d73616f2d6e6f6e2d6465626c6f636b2072643d342073656c6563746976652d73616f3d30206561726c792d736b69702072736b6970206e6f2d666173742d696e747261206e6f2d74736b69702d66617374206e6f2d63752d6c6f73736c65737320622d696e747261206e6f2d73706c697472642d736b697020726470656e616c74793d30207073792d72643d322e3030207073792d72646f713d302e3030206e6f2d72642d726566696e65206e6f2d6c6f73736c65737320636271706f6666733d3020637271706f6666733d302072633d637266206372663d32332e302071636f6d703d302e3630207170737465703d342073746174732d77726974653d302073746174732d726561643d30207662762d6d6178726174653d3138303030207662762d62756673697a653d3137353030207662762d696e69743d302e39206372662d6d61783d302e30206372662d6d696e3d302e30206970726174696f3d312e3430207062726174696f3d312e33302061712d6d6f64653d332061712d737472656e6774683d312e303020637574726565207a6f6e652d636f756e743d30206e6f2d7374726963742d6362722071672d73697a653d3332206e6f2d72632d677261696e2071706d61783d36392071706d696e3d30206e6f2d636f6e73742d766276207361723d30206f7665727363616e3d3020766964656f666f726d61743d352072616e67653d3020636f6c6f727072696d3d31207472616e736665723d3220636f6c6f726d61747269783d31206368726f6d616c6f633d3020646973706c61792d77696e646f773d3020636c6c3d302c30206d696e2d6c756d613d30206d61782d6c756d613d31303233206c6f67322d6d61782d706f632d6c73623d38207675692d74696d696e672d696e666f207675692d6872642d696e666f20736c696365733d31206e6f2d6f70742d71702d707073206e6f2d6f70742d7265662d6c6973742d6c656e6774682d707073206e6f2d6d756c74692d706173732d6f70742d727073207363656e656375742d626961733d302e3035206e6f2d6f70742d63752d64656c74612d7170206e6f2d61712d6d6f74696f6e206e6f2d686472206e6f2d6864722d6f7074206e6f2d6468647231302d6f7074206e6f2d6964722d7265636f766572792d73656920616e616c797369732d72657573652d6c6576656c3d35207363616c652d666163746f723d3020726566696e652d696e7472613d3020726566696e652d696e7465723d3020726566696e652d6d763d3120726566696e652d6374752d646973746f7274696f6e3d30206e6f2d6c696d69742d73616f206374752d696e666f3d30206e6f2d6c6f77706173732d64637420726566696e652d616e616c797369732d747970653d3020636f70792d7069633d31206d61782d617573697a652d666163746f723d312e30206e6f2d64796e616d69632d726566696e65206e6f2d73696e676c652d736569206e6f2d686576632d6171206e6f2d737674206e6f2d6669656c642071702d61646170746174696f6e2d72616e67653d312e303080",
2024-1-7 20:09:47.9|[869]Debug|        "codec_private_length": 2303,
2024-1-7 20:09:47.9|[869]Debug|        "default_duration": 41708333,
2024-1-7 20:09:47.9|[869]Debug|        "default_track": true,
2024-1-7 20:09:47.9|[869]Debug|        "display_dimensions": "1920x804",
2024-1-7 20:09:47.9|[869]Debug|        "display_unit": 0,
2024-1-7 20:09:47.9|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:47.9|[869]Debug|        "forced_track": false,
2024-1-7 20:09:47.9|[869]Debug|        "language": "und",
2024-1-7 20:09:47.9|[869]Debug|        "language_ietf": "und",
2024-1-7 20:09:47.9|[869]Debug|        "minimum_timestamp": 0,
2024-1-7 20:09:47.9|[869]Debug|        "num_index_entries": 1362,
2024-1-7 20:09:47.9|[869]Debug|        "number": 1,
2024-1-7 20:09:47.9|[869]Debug|        "packetizer": "mpegh_p2_video",
2024-1-7 20:09:47.9|[869]Debug|        "pixel_dimensions": "1920x804",
2024-1-7 20:09:47.9|[869]Debug|        "uid": 2462485880080419356
2024-1-7 20:09:48.0|[869]Debug|      },
2024-1-7 20:09:48.0|[869]Debug|      "type": "video"
2024-1-7 20:09:48.0|[869]Debug|    },
2024-1-7 20:09:48.0|[869]Debug|    {
2024-1-7 20:09:48.0|[869]Debug|      "codec": "AAC",
2024-1-7 20:09:48.0|[869]Debug|      "id": 1,
2024-1-7 20:09:48.0|[869]Debug|      "properties": {
2024-1-7 20:09:48.0|[869]Debug|        "audio_channels": 6,
2024-1-7 20:09:48.0|[869]Debug|        "audio_sampling_frequency": 48000,
2024-1-7 20:09:48.0|[869]Debug|        "codec_id": "A_AAC",
2024-1-7 20:09:48.0|[869]Debug|        "codec_private_data": "11b0",
2024-1-7 20:09:48.0|[869]Debug|        "codec_private_length": 2,
2024-1-7 20:09:48.0|[869]Debug|        "default_duration": 21333333,
2024-1-7 20:09:48.0|[869]Debug|        "default_track": false,
2024-1-7 20:09:48.0|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:48.0|[869]Debug|        "forced_track": false,
2024-1-7 20:09:48.0|[869]Debug|        "language": "eng",
2024-1-7 20:09:48.0|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:48.0|[869]Debug|        "minimum_timestamp": 9000000,
2024-1-7 20:09:48.0|[869]Debug|        "num_index_entries": 0,
2024-1-7 20:09:48.0|[869]Debug|        "number": 2,
2024-1-7 20:09:48.1|[869]Debug|        "track_name": "English",
2024-1-7 20:09:48.1|[869]Debug|        "uid": 6560122381100285090
2024-1-7 20:09:48.1|[869]Debug|      },
2024-1-7 20:09:48.1|[869]Debug|      "type": "audio"
2024-1-7 20:09:48.1|[869]Debug|    },
2024-1-7 20:09:48.1|[869]Debug|    {
2024-1-7 20:09:48.1|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:48.1|[869]Debug|      "id": 2,
2024-1-7 20:09:48.1|[869]Debug|      "properties": {
2024-1-7 20:09:48.1|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:48.1|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:48.1|[869]Debug|        "default_track": false,
2024-1-7 20:09:48.1|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:48.1|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:48.1|[869]Debug|        "forced_track": false,
2024-1-7 20:09:48.1|[869]Debug|        "language": "eng",
2024-1-7 20:09:48.1|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:48.1|[869]Debug|        "num_index_entries": 927,
2024-1-7 20:09:48.1|[869]Debug|        "number": 3,
2024-1-7 20:09:48.1|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:48.1|[869]Debug|        "track_name": "English",
2024-1-7 20:09:48.2|[869]Debug|        "uid": 4795122853379815186
2024-1-7 20:09:48.2|[869]Debug|      },
2024-1-7 20:09:48.2|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:48.2|[869]Debug|    },
2024-1-7 20:09:48.2|[869]Debug|    {
2024-1-7 20:09:48.2|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:48.2|[869]Debug|      "id": 3,
2024-1-7 20:09:48.2|[869]Debug|      "properties": {
2024-1-7 20:09:48.2|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:48.2|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:48.2|[869]Debug|        "default_track": false,
2024-1-7 20:09:48.2|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:48.2|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:48.2|[869]Debug|        "forced_track": false,
2024-1-7 20:09:48.2|[869]Debug|        "language": "eng",
2024-1-7 20:09:48.2|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:48.2|[869]Debug|        "num_index_entries": 237,
2024-1-7 20:09:48.2|[869]Debug|        "number": 4,
2024-1-7 20:09:48.2|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:48.2|[869]Debug|        "track_name": "English [Forced]",
2024-1-7 20:09:48.2|[869]Debug|        "uid": 4508675455933425606
2024-1-7 20:09:48.2|[869]Debug|      },
2024-1-7 20:09:48.3|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:48.3|[869]Debug|    },
2024-1-7 20:09:48.3|[869]Debug|    {
2024-1-7 20:09:48.3|[869]Debug|      "codec": "SubRip/SRT",
2024-1-7 20:09:48.3|[869]Debug|      "id": 4,
2024-1-7 20:09:48.3|[869]Debug|      "properties": {
2024-1-7 20:09:48.3|[869]Debug|        "codec_id": "S_TEXT/UTF8",
2024-1-7 20:09:48.3|[869]Debug|        "codec_private_length": 0,
2024-1-7 20:09:48.3|[869]Debug|        "default_track": false,
2024-1-7 20:09:48.3|[869]Debug|        "enabled_track": true,
2024-1-7 20:09:48.3|[869]Debug|        "encoding": "UTF-8",
2024-1-7 20:09:48.3|[869]Debug|        "forced_track": false,
2024-1-7 20:09:48.3|[869]Debug|        "language": "eng",
2024-1-7 20:09:48.3|[869]Debug|        "language_ietf": "en",
2024-1-7 20:09:48.3|[869]Debug|        "minimum_timestamp": 3090000000,
2024-1-7 20:09:48.3|[869]Debug|        "num_index_entries": 1211,
2024-1-7 20:09:48.3|[869]Debug|        "number": 5,
2024-1-7 20:09:48.3|[869]Debug|        "text_subtitles": true,
2024-1-7 20:09:48.3|[869]Debug|        "track_name": "English [SDH]",
2024-1-7 20:09:48.3|[869]Debug|        "uid": 4970878141585885478
2024-1-7 20:09:48.3|[869]Debug|      },
2024-1-7 20:09:48.4|[869]Debug|      "type": "subtitles"
2024-1-7 20:09:48.4|[869]Debug|    }
2024-1-7 20:09:48.4|[869]Debug|  ],
2024-1-7 20:09:48.4|[869]Debug|  "warnings": []
2024-1-7 20:09:48.4|[869]Debug|}
2024-1-7 20:09:49.0|[869]Debug|Language(s) 'English' remained unchanged.
2024-1-7 20:09:49.0|[869]Debug|Getting list of videos that could be renamed. Calling Radarr API using GET and URL 'http://localhost:7878/api/v3/rename&movieId=3'
2024-1-7 20:09:49.0|[869]Debug|API returned: []
2024-1-7 20:09:49.0|[869]Info|Completed in 0m 37s
2024-1-7 20:09:49.0|[869]Debug|Exit code 0

Finished Radarr image: image

TheCaptain989 commented 6 months ago

Have you checked Radarr's logs? Does Radarr think the file is gone, or is it just not there in the file system anymore?

loof2736 commented 5 months ago

Radarr doesn't even notice the file as missing until it ends up re-scanning at a later point, then it marks it as "deleted" with the reason as "Radarr was unable to find the file on disk so the file was unlinked from the movie in the database"

I just tried re-enabling the script after a few radarr and sonarr updates, and i'm still getting the same issue. Again nothing in the striptracks logs indicating any issues.

Not too sure what else I can troubleshoot, I don't see anything going wrong in any of the logs.

I tried getting "auditd" set up to log all changes and get the PID of whatever is deleting the file, but I couldn't get it working in the docker container

TheCaptain989 commented 5 months ago

This is a really strange problem. Without something like a log entry that is pointing to what's going on, I'm at a loss on how to help.

I think you're looking at the right direction, though. Looking at file-system auditing is a good idea.

TheCaptain989 commented 5 months ago

FYI, I just pushed a development version that I'm pretty happy with. It does not address your specific issue (since I can't replicate it), but there are enough changes that the behavior you're seeing may have improved.

If you're interested, you can use the development version by setting your environment variable to: DOCKER_MODS=thecaptain989/radarr-striptracks:develop

Not promising anything.

loof2736 commented 5 months ago

Just tested with the development version, it still seems to be happening. I haven't had a chance to troubleshoot anything with the file system auditing yet

TheCaptain989 commented 5 months ago

Well, that stinks. 🦨 Oh, well.

loof2736 commented 5 months ago

I just set up the folder monitoring using auditd, and now I can't replicate the issue. I think my system is screwing with me lol

loof2736 commented 5 months ago

I finally was able to replicate the issue with the auditing active, but now I'm even more confused. If I'm reading the logs right, I don't see any history of the file being deleted

The auditd logs are close to impossible to read since everything important is encoded in hex for some reason, but by copy and pasted stuff into an online hex converted I was able to see the following events:

2:41:28 TMP "nametype=PARENT" (I think this is when it was created, not sure why it doesn't say nametype=CREATE)

2:41:52 MKV deleted 2:41:52 NFO deleted 2:41:52 MKV created 2:41:52 TMP deleted

*When I re-scanned and it saw the file was missing: 2:54:21 NFO deleted

Here is the log file - audit.log

I had it watching my full Movies directory, so it might have some other stuff in it as well. The movie in question is "Lift", and the directory is located at "/mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]"

TheCaptain989 commented 5 months ago

I think you have to use ausearch or aureport to view it correctly. I'll get it a try...

TheCaptain989 commented 5 months ago

I was able to use the two combined to interpret the audit log snippet:

root@ubuntu-vm:/home/tc989/Downloads# ausearch --input audit.log -f Lift | aureport -f -i

File Report
===============================================
# date time file syscall success exe auid event
===============================================
1. 02/11/2024 01:39:10 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.mkv unlink yes /app/radarr/bin/Radarr unset 146
2. 02/11/2024 01:39:11 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.nfo unlink yes /app/radarr/bin/Radarr unset 147
3. 02/11/2024 01:39:11 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/poster.jpg unlink yes /app/radarr/bin/Radarr unset 148
4. 02/11/2024 01:39:11 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878] rmdir yes /app/radarr/bin/Radarr unset 149
5. 02/11/2024 01:41:28 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift .tmp.YCy78f open yes /usr/bin/mkvmerge unset 150
6. 02/11/2024 01:41:52 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.mkv unlink yes /app/radarr/bin/Radarr unset 151
7. 02/11/2024 01:41:52 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.nfo unlink yes /app/radarr/bin/Radarr unset 152
8. 02/11/2024 01:41:52 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.mkv renameat2 yes /usr/bin/coreutils unset 153
9. 02/11/2024 01:54:21 /mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.nfo unlink yes /app/radarr/bin/Radarr unset 172

Entries 1-4 show Radarr deleting all files and removing the movie directory. Entry 5 shows my script creating the temporary file about 2 minutes later Entry 6-7 show Radarr deleting the original mkv and nfo Entry 8 show coreutils renaming the mkv (I can't tell what to/from, though?) Entry 9, which happens 13 minutes after the rename shows Radarr deleting the new nfo mkv I think this is your culprit

TheCaptain989 commented 5 months ago

Here's the whole event #172 (step 9 above):

root@ubuntu-vm:/home/tc989/Downloads# ausearch --input audit.log -i -a 172
----
type=PROCTITLE msg=audit(02/11/2024 01:54:21.354:172) : proctitle=/app/radarr/bin/Radarr -nobrowser -data=/config 
type=PATH msg=audit(02/11/2024 01:54:21.354:172) : item=1 name=/mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/Lift (2024) [imdbid-tt14371878] - [WEBRip-1080p][EAC3 Atmos 5.1][HEVC]-NmCT.nfo inode=50416799 dev=00:26 mode=file,775 ouid=abc ogid=abc rdev=00:00 nametype=DELETE cap_fp=none cap_fi=none cap_fe=0 cap_fver=0 cap_frootid=0 
type=PATH msg=audit(02/11/2024 01:54:21.354:172) : item=0 name=/mnt/nascat/Media/Movies/Lift (2024) [imdbid-tt14371878]/ inode=50416749 dev=00:26 mode=dir,775 ouid=abc ogid=abc rdev=00:00 nametype=PARENT cap_fp=none cap_fi=none cap_fe=0 cap_fver=0 cap_frootid=0 
type=CWD msg=audit(02/11/2024 01:54:21.354:172) : cwd=/app/radarr/bin 
type=SYSCALL msg=audit(02/11/2024 01:54:21.354:172) : arch=x86_64 syscall=unlink success=yes exit=0 a0=0x7f46f806d1c0 a1=0x7f46f806d238 a2=0x7f46cc68b6f0 a3=0x7f46f806d24c items=2 ppid=2821732 pid=2822036 auid=unset uid=abc gid=abc euid=abc suid=abc fsuid=abc egid=abc sgid=abc fsgid=abc tty=(none) ses=unset comm=.NET ThreadPool exe=/app/radarr/bin/Radarr subj=docker-default (enforce) key=media-deletion 
TheCaptain989 commented 5 months ago

A little oddly, I don't see a bash shell process or my script name anywhere. I don't really know how Radarr is calling custom scripts. The Radarr PID is 2822036, while the things my script is doing all start with 304xxxx.

Man, I think Radarr is deleting the file for some reason. I would turn up debug logging in Radarr and see what the heck is going on. In this case, it didn't happen until 13 minutes after my script was done.

loof2736 commented 5 months ago

Entries 1-4 is just me manually deleting the movie from radarr so I can re-add it trying to re-create the issue, you can ignore that

Entry 9 is actually radarr deleting the .NFO file, not the .MKV. This is when radarr re-scanned and realized the file was gone

TheCaptain989 commented 5 months ago

Oh, you're right! Soooo, there's no record of a deletion after the rename???

TheCaptain989 commented 3 months ago

Checking in if there's been any new developments on your end? The phantom delete seems to be occuring between entry 8 and 9 above and somehow wasn't in the audit logs.

TheCaptain989 commented 2 months ago

Closed due to inactivity.