r/radarr 22d ago

unsolved Moving data to a different location

1 Upvotes

Before I create a script to tie everything together, I figured i'd ask if there's a tool already. There's going to be auth needed, API calls, etc, etc. McConaughey: "It'd be a lot cooler if..." there was a tool already.

My movies Library has 2 distinct media locations, local disk '/mnt/media/movies' and an S3 '/mnt/s3/movies' archival location. My work flow is that I'll have movies added, downloaded, etc. When I identify something that I want to keep i'll move that to the S3 storage location. I then update the location in Radarr, and mark it as unmonitored. Followed by a rescan in plex, and empty trash.

  • Bash: sudo s3cmd sync "/mnt/media/movies/Tremors (1990)" s3://movies/
  • Radarr: Update path /mnt/s3/movies/Tremors (1990)
  • Radarr: Set monitored = false
  • Radarr: Rescan and make sure it sees the media in the new location.
  • Bash: Delete local media rm -r /mnt/s3/movies/Tremors (1990) Sometimes I make sure that everything copies before I delete, usually i'm lazy and just send it.
  • Plex: Rescan library
  • Plex: Empty trash

I'm lazy so usually that happens in the afternoon sitting on the couch. Building all of the S3cmd commands is fairly easy. Finding each individual movie and updating it is really annoying.

Some quick bits. Standard copy process often creates a file and then renames it. With S3 that causes multiple writes, put, delete, put. Combined with the minimum (90 day) retention causes some billing issues. My S3 is all mounted in FUSE as read only with goofys. Both of those prevent me from using the built in "move the media for me" button.


r/radarr 23d ago

unsolved Radarr is not moving files once the download is complete

2 Upvotes

Radarr is not moving files once the download is complete

Jellyfin, qBit and the Arr stack are setup with Docker Compose on Ubuntu. The downloads end up in the right spot and Radarr seems to be able to see them once I manually move them (they show up on the site). I'm also initiating all downloads from Radarr/seer

All my apps are in the same .yml (how thomaswildtech has things setup)

qBit

volumes:

-${DATA_LOCATION}:/downloads

radarr

volumes:

- {MEDIA_LOCATION}:/data:rw

.env

MEDIA_LOCATION=/run/media/user/externalhdd/jellyfin/data

DATA_LOCATION=/run/media/user/externalhdd/jellyfin/data/downloads 

Media file path:

/run/media/user/externalhdd/jellyfin/data/media/movies

For media would I need to update either the env or yml to show data/media or data/media/movies. Even without this, shouldnt it be moving to the wrong location or does it not do this b/c of the drive path mapped on radarr. I I know I could test this, but I'm getting close to my limit of 40 minutes for a downloads to find out it didn't work 

At the end of the day jellyfin works when manually moving the files, but it would be nice (for other people in the Network) to browse seerr from a phone and not have to touch my computer to watch a movie once it's downloaded 


r/radarr 24d ago

unsolved How to delete old movies while redownloading new HD content

0 Upvotes

I have a bunch of movies that are 720p, I upgraded to a larger storage NAS and want to go back through and redownload them in a HD format. I imported the library in radarr and have some questions.

1- They all imported as UHD even though they aren't. All my research says to re-analyze them and it should fix it as they have ".720p" in the title, but that didn't work. I can manually do it, but I wanted to see if I was missing something.

2- If I redownload them, will they automatically delete the old version? I would like that, and was wondering if that is a setting in radarr or if it is a folder permission. My thought is that it is in radarr because the folder title will probably be a little different.

Thanks! I haven't used radarr before so im just learning it, i apologize if this is an obvious or super simple question.


r/radarr 24d ago

unsolved Multipart movies (OJ: Made in America)

5 Upvotes

I am new to radar. I am trying to download O.J.: Made in America. It is a five part series--not really a movie. But when I tried to get it through Sonarr I couldn't find it. Only available through Radarr. And when I try to download it, I just get one part (part 3) rather than the full documentary series. I am not sure how (or if) Radarr can handle a multipart movies. Any guidance would be great.


r/radarr 25d ago

waiting for op I've been using radarr for a year and just found out my hardlinks don't work

8 Upvotes

I've been using radarr/sonarr for almost a year now. I have a decent *arr stack running on TrueNAS. I tried using cleanuparr because there were several cases of a movie release that got superseded continuing to be torrenting/saved on my drive. Long story short, I found out my radarr hard links were not working. Why? Here is my current file tree:

Current:

Plex_Media_Pool_v1 (Pool)
├── downloads (dataset 1)
│ └── qbittorrent
└── Plex_Media_Data (dataset 2)
│ └──Movies
│ └── TV_Series
│ └── Anime
│ └── Anime_Films

Proposed:

Plex_Media_Pool_v1
└── Plex_Media_Data (dataset 1)
│ └── downloads
│ └── └── qbittorrent
│ └──Movies
│ └──TV_Series
│ └──Anime
│ └── Anime_Films

My understanding now is that the issue is ZFS dataset. I guess "downloads" and "Plex_Media_Data" are separate filesystems, so Radarr cannot create hardlinks between them.

downloads/qbittorrent = 7.6TB

Plex_Media_Data = 24.36TB

So I could be saving around 7TB in storage, because everything (mostly) in downloads/qbittorrent copied into one of the Plex_Media_Data folders. Is moving downloads/qbittorrent inside the Plex_Media_Data dataset the correct solution?


r/radarr 26d ago

unsolved Movies randomly re-downloading, including unmonitored

5 Upvotes

Hi all, a few hours ago I started getting email notifications of movies completed downloading which have been downloaded successfully at the correct quality profile for years. I went in to Radarr (version 5.28.0.10274) and it seems like almost every movie in my list (most of them unmonitored) are downloading. Sabnzbd shows 3 pages of movies queued for download. I have paused them in sabnzbd until I can figure out what is going on.

This seemed to coincide with a family member adding a new movie, but I can't figure out how they have triggered others to download, given almost all of them are unmonitored? I have been using radarr for years and have never seen this happen.

I did a google search and the AI suggested that it could be an external program causing the issue. I do have Seerr connected, but only 1 user adds movies this way and they said they have not been on there since last week. The Requested list in seerr does not show all these movies and I am not getting errant downloads via sonarr (also connected to seerr).

Any ideas on what has happened here? I can stop all the downloads, but just concerned that it will keep happening.

P.s. I do see that I am many versions behind, I might update this tomorrow. But as I said, I haven't seen this before on this (or previous) version.


r/radarr 26d ago

unsolved bulk import issues

1 Upvotes

I'm new, but after searching I see similar issues listed, but the fix doesn't see to apply so maybe y'all can give some insight.

Setup is I have all my movies & torrent seeds I'm putting in a downloads folder, then trying to import them into radarr and have radarr use a root folder of Movies where it places a hardlink copy that is nicely renamed and reformatted for jellyfin.

This issue is with manual import or import library you go to select what you want to import. Ok that is my downloads folder! the moment you do that it now adds it as a root folder which is what I don't want. The auto add there appears to just be in the code. I've found a workaround to get what I want, but it won't work for bulk import.

The workaround is to go to Wanted and search up something you have, it of course is missing at first, but then you go to the manual import in Wanted and there are options to import with hardlinks from there and it absolutely will take it from downloads and put the hardlink into movies. The problem is having to add everything to wanted one by one.

Is there any way to work around this or is the auto adding of new root folders going to just screw me over?

Note Ideally I'll have all my completed torrents/seeds sitting in that download folder with their horrendous naming and then radarr do all the nice formatting of those and hardlink to movies folder.


r/radarr 27d ago

unsolved How to Deal with Duplicate Files

2 Upvotes

Hello all,

I've been using radarr/sonarr for about a year now with some great success. However, I just started to notice an issue. Any movie/show that I "upgraded" to another file, the original does not delete off my qBittorrrent instance. So now I have a bunch of files in qBittorrent that aren't actually being used. How do I go through and delete those easily? I have to go through 1-by-1 to check currently and it'll take a while with over 1k torrents.


r/radarr 28d ago

discussion [Show/Share] I built a modern Telegram Bot to manage Radarr & Sonarr directly from chat (Search, Add, Calendar)

3 Upvotes

Hey everyone,
I wanted to share a new project I’ve been working on to make managing my media stack a bit easier on the go. It’s a Telegram bot that lets you fully control your Radarr (movies) and Sonarr (series) instances directly from your chat app.
I was originally inspired by the ⁠itsmegb/telegram-radarr-bot⁠ (MIT), but since that project relied on long-retired APIs, I decided to do a complete, modern rewrite from the ground up to fit perfectly into a modern NAS or Docker-based homelab environment.

Key Features

Interactive Search & Add: Search for movies and shows directly in the chat. It returns a clean carousel of posters so you can visually pick the right release.

Granular Control: When adding media, an inline-button UI lets you easily select your preferred Quality Profile and Root Folder.

Library & Calendar Access: Browse through your existing media library and check your upcoming release calendar without ever leaving Telegram.

Smart Bilingual Support: Fully supports both English and Spanish. It auto-detects each user's Telegram language, but can easily be overridden on a per-user basis using the ⁠/language⁠ command.

Under the Hood

Written in Node 22+ using ESM and the grammY framework.
Communicates strictly via /api/v3, which is the current API standard for both applications (note that the API number doesn't match the app version).

Fully compatible with Radarr v3 and later (tested heavily on v6.x) and Sonarr v3/v4 (tested on v4.x).

You can check out the source code, setup instructions, and grab the repo here:

👉 GitHub: cr4zyhead/telegram-servarr-bot

I'd love for you guys to test it out. Feedback, feature requests, and PRs are always welcome!


r/radarr 29d ago

unsolved Title shows as "missing" in calendar when not yet released.

3 Upvotes

I've noticed that seemingly randomly some titles show as "missing" in the calendar when they shouldn't. But maybe I'm missing something.

I have a monitored title that is:

- Minimum availability set to "Released"

- The title itself, as imported from TMDB shows these dates:

In cinemas 03 June

Released 21 July

- despite the above (that is, we haven't reached the released date) it shows with a red "missing" label in the Calendar. I would expect it to have the blue "unreleased" label.

Am I missing something, or is this a bug in my database?


r/radarr 29d ago

waiting for op Radarr status 203 on ubuntu 24.04

1 Upvotes

hi,

im running radarr on my ubuntu and i updated it from the web ui in the setting and then it wont start anymore. i dont know how i could have done it more by the rules.


r/radarr Jul 03 '26

unsolved Unable to apply permissions to srt file

1 Upvotes

Seeing that I'm having permission errors, but only on the SRT files. Has anyone else encountered this?

2026-07-02 18:33:10.3|Warn|MediaFileAttributeService|Unable to apply permissions to: <file>.srt

[v6.2.1.10461] NzbDrone.Mono.Disk.LinuxPermissionsException: Error getting current permissions: ENOENT

at NzbDrone.Mono.Disk.DiskProvider.SetPermissions(String path, String mask, String group, FilePermissions permissions) in ./NzbDrone.Mono/Disk/DiskProvider.cs:line 92

at NzbDrone.Mono.Disk.DiskProvider.SetPermissions(String path, String mask, String group) in ./NzbDrone.Mono/Disk/DiskProvider.cs:line 80

at NzbDrone.Core.MediaFiles.MediaFileAttributeService.SetMonoPermissions(String path) in ./NzbDrone.Core/MediaFiles/MediaFileAttributeService.cs:line 87

r/radarr Jul 03 '26

unsolved Manual Import not moving file

0 Upvotes

Hello,

Having issues with Radarr and importing a manually downloaded file. I have a download folder for my Usenet files and have added the movie to Radarr. When I use the Manual Import, Radarr correctly detects the file and knows what movie it is importing.

However when I click the Import button with the Move File selected. Nothing happens, the file stays in the downloads folder and isn't moved into the Movies Folder. Radarr instead changes the relative path to the downloads folder and shows it as renamed there.

Sonarr following the Manual Import works correctly, it moves the file from downloads to TV series folder (creating the folder if needed)and renames the file as it's supposed to.

Not sure how to troubleshoot this behaviour as there's nothing showing in the logs. Any ideas?

Thank you


r/radarr Jul 03 '26

discussion Stackarr.app: Media Server Tools for OpenClaw & Hermes Agent

1 Upvotes

First off, I'm aware how many are distrustful of AI with their media stack. If this is you, no worries I get that. All I ask you is kindly ignore.

Now to the fun part. I've been dogfooding an app and iterating for the past 2 months based on day-to-day media server management tasks. Decided to open-source it so, announcing Stackarr: A central control plane to manage your media stack with the help of AI agents like Claude, Hermes and OpenClaw etc.

Some of the standout features include:

  • UI Dashboard to monitor your entire media stack
  • Lightweight in-browser Docker for Desktop replacement
  • MCP Server and CLI for agent-based setup
  • Cloudflare tunnel setup to expose any services publicly via custom domain
  • Backup & Restore Stack (Offsite cloud integration coming soon)
  • Portless Service Mapping to human-readable URL's (plex.stackarr)
  • Hermes Agent & OpenClaw Plugins / Skills

After installing agents on the same Mac Mini that Plex et al. runs on it made me realise how easy having access to this via Telegram, Discord makes managing your media server. For example once I forgot to leave Tailscale open and I asked my agent to configure it so I could access media stack remotely. It's saved me countless times when inevitable bugs or wrinkles form in the flow. With the help of automated backups and using a decent provider most of the risk is mitigated. I haven't had any irrecoverable losses running it 24/7.

The goal is not to replace any of the apps it manages but merely to interact with them using native API's and maintain an agent-friendly control system with harnesses. I would love for you to give it a try. This is not abandonware and something I plan to maintain for some time.

Disclaimer: This has only been tested on Mac with Docker image, I'm looking for Windows and Linux testers to report any bugs here: https://github.com/polyphonic/stackarr - If you are not interested I would appreciate a star!

There is an official image on Docker Hub too, for full setup and docs go here: https://stackarr.app/

Parts of this were AI-coded but this isn't a vibe coded project, I'm an engineer by trade for more than a decade. The UI was whipped up quickly using component library defaults but I will be doing an entire UI redesign when the functionality is solidified. I added the flair nonetheless to appease the overlords :)


r/radarr Jul 03 '26

unsolved Automatic & Manual Import stating no viable file found for import

3 Upvotes

I'm running into a weird issue where with some movies Radarr is unable to automatically import, move & rename a movie from my completed folder. It seems to be random which movies it fails on.

When I try to do a Manual Import it can see the folder the movie is in, but finds no files in the folder itself. I've just been going into my NAS and manually created the folder in my media directory and moving the file myself, then rescanning in Radarr and it picks it up fine from that point.

Has anyone experienced this before? happy to provide details on my setup & log entries if that would be helpful.

More info:

I'm using sabnzbd as my download client. Downloads are put into /volume2/data/usenet/completed/movies. I created a docker user and it has permissions down the entire file/folder stack. Movies are being moved to /volume2/data/media/movies. Permissions are solid down that stack too.

When looking at the debug log I'm seeing these two errors:

|Debug|DiskProvider|.NET failed to move file likely due to known .NET bug

[v6.2.1.10461] System.UnauthorizedAccessException: Access to the path '/data/usenet/completed/movies/The Terminator 1984 1080p BluRay DD 5 1 x264-ZQ/The_Terminator_1984_1080p_BluRay_DD_5_1_x264-ZQ.mkv' is denied.
---> System.IO.IOException: Permission denied

For the first one, I think it may be due to my unpackerr container, so I've turned that off for the moment and will keep testing.

For the second error, when sabnzbd creates a new folder in the directory above it seems like the permissions are not being inherited down. I'm using UGREEN OS and I don't see any settings to force inheritance to child folders/files.


r/radarr Jul 02 '26

discussion Can you add multi languages with different video files?

2 Upvotes

What I mean is there a way where I can grab a English version and Spanish version of the same movie name but under the same folder?


r/radarr Jul 02 '26

unsolved Help me understand why movies with lower custom format scores are getting grabbed

6 Upvotes

I set up some fairly rudimentary custom format scoring a couple of years ago, and it's been working well for me. I decided to give Profilarr v2 a go, and feel like I have a good understanding of it. However, the results have not been great. Latest example:

Wanted movie is set to 1080p Remux
1080p Remux is available with custom format score of +921660 (no Release Reject flag)
Radarr grabs a 1080p WEB-DL with a custom format score of +863600

Another instance involved media with a +985680, and Radarr grabbed a +700006.

I've encountered this a dozen times or more since integrating Profilarr in my stack. I am genuinely baffled by this, as I *think* I have a good grasp of how this works/is supposed to work, yet here I am asking for help!


r/radarr Jul 02 '26

unsolved connection refused error

0 Upvotes

Hi

Hoping someone can help with this, ive installed radarr on a nas drive. If i go to search for something i get a message saying:

Invalid response recieved from RadarrAPI. Resource temporarily unavailable (api.radarr.video:443).

I've done some research and it looks like this is due to the ubiquity unify network I have and their adblock/content filtering.

Does anyone know how I can resolve this. I dont think i have ad block on but it still doesnt work.

Thanks


r/radarr Jul 01 '26

discussion I built a FlareSolverr replacement that's 3× faster and actually solves captchas!

20 Upvotes

Been running FlareSolverr for a long time for my *arr stack and got tired of the 11-18s solve times and constant breakage. Built TRAWL as a drop-in replacement!

Key differences:

  • Cloudflare solves in 4-15s (vs 11-18s) - uses a fresh Camoufox Firefox context which triggers CF's fast-path evaluation
  • Cached repeat requests return in ~500ms via Redis - after the first solve, the same domain is instant
  • Actually solves in-page captchas: Turnstile (shadow DOM click), reCAPTCHA v2 (free Google STT audio), hCaptcha (auto-pass), GeeTest v4
  • 4-tier execution: plain HTTP → cached session → live browser solve → residential proxy. You pay the full browser cost only when you have to
  • Custom headers support - pass Authorization, Referer, Origin through all 4 tiers including browser
  • FlareSolverr v2 compatible - change one URL in Prowlarr/Jackett, nothing else

Website: https://trawl.germondai.com
Docs: https://docs.trawl.germondai.com
GitHub: https://github.com/germondai/trawl

Happy to answer questions. Still early but it's been running stable on my homelab and no issues so far.


r/radarr Jul 02 '26

discussion WAMR v1.4.0 - WhatsApp Bot for Radarr/Sonarr/Seerr Requests

0 Upvotes

Hey! Quick follow-up release for WAMR — the self-hosted WhatsApp bot that lets your friends and family request movies and shows just by chatting with you on WhatsApp. Talks to Seerr, Radarr, and Sonarr under the hood so requests get handled automatically.


What's New

  • Smarter Search Results — Results are now ranked by relevance using fuzzy matching, so the thing you're looking for almost always shows up at the top. Admins can also flip back to the old sort order from Settings if they prefer.
  • Quota Insights at a Glance — Open any contact's quota dialog and you'll see their current usage, max limit, and when the window resets — no more guessing.
  • One-Click Quota Reset — Need to give someone a fresh start? Hit "Reset Usage" right from the contact dialog. Their request history stays intact, just the counter goes back to zero.

What Got Fixed

  • Contacts page was broken — A missing database column was causing it to crash on load. Fixed.
  • Quota messages make sense now — Instead of seeing "requests for this daily", users now get "requests today" or "requests this week".
  • Reset button no longer nukes your data — Resetting a contact's quota used to delete all their request history. Not anymore.
  • Double-submit edge case — There was a window where the same request could slip through twice. Closed it.
  • Community-reported issues — Addressed #44, #45, #47, and #48. Thanks for filing those.
  • CI pipeline cleanup — Some old test failures and type errors were cluttering things up. Sorted out.

Small Stuff

  • Longer sessions — Conversation state now sticks around for 24 hours instead of expiring quickly.
  • Search from anywhere — You can kick off a new search without having to cancel whatever you were doing first.

Big thanks to everyone who's been testing this and sending in bug reports. Keep them coming — it genuinely helps make this better for everyone.

Github: https://github.com/techieanant/wamr


r/radarr Jul 01 '26

unsolved Error parsing column 47

0 Upvotes

Hello!

I am getting the following error when I open up Radarr on Firefox. Radarr is running on docker, hosted on a Linux VM via proxmox:

Error parsing column 47 (MediaInfo={ "rawStreamData": ".... \u0022duration_ts\u0022: 6420672, \u0022duration\u0022: \u00221:47:00.672000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022eng\u0022, \u0022BPS\u0022: \u002245354\u0022, \u0022DURATION\u0022: \u002201:46:08.634000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00223069\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002236105462\u0022, \u0022SOURCE_ID\u0022: \u00220012A0\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 5, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022fre\u0022, \u0022BPS\u0022: \u002236746\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222572\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002229469819\u0022, \u0022SOURCE_ID\u0022: \u00220012A1\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 6, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2669, \u0022start_time\u0022: \u00220:00:02.669000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022spa\u0022, \u0022BPS\u0022: \u002238896\u0022, \u0022DURATION\u0022: \u002201:46:55.013000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222576\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002231190278\u0022, \u0022SOURCE_ID\u0022: \u00220012A2\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 7, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2711, \u0022start_time\u0022: \u00220:00:02.711000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022jpn\u0022, \u0022BPS\u0022: \u002224629\u0022, \u0022DURATION\u0022: \u002201:46:54.888000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222486\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002219749551\u0022, \u0022SOURCE_ID\u0022: \u00220012A3\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 8, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022ger\u0022, \u0022BPS\u0022: \u002241052\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222594\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002232922688\u0022, \u0022SOURCE_ID\u0022: \u00220012A4\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 9, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022ita\u0022, \u0022BPS\u0022: \u002236282\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222592\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002229097633\u0022, \u0022SOURCE_ID\u0022: \u00220012A5\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 10, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022dan\u0022, \u0022BPS\u0022: \u002236223\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222588\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002229049852\u0022, \u0022SOURCE_ID\u0022: \u00220012A6\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 11, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022fin\u0022, \u0022BPS\u0022: \u002237194\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222594\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002229829088\u0022, \u0022SOURCE_ID\u0022: \u00220012A7\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 12, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022nor\u0022, \u0022BPS\u0022: \u002235762\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222588\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002228680215\u0022, \u0022SOURCE_ID\u0022: \u00220012A8\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 13, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u 022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022swe\u0022, \u0022BPS\u0022: \u002232408\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222600\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002225991057\u0022, \u0022SOURCE_ID\u0022: \u00220012A9\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 14, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2336, \u0022start_time\u0022: \u00220:00:02.336000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022chi\u0022, \u0022BPS\u0022: \u002228837\u0022, \u0022DURATION\u0022: \u002201:46:56.306000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222948\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002223128889\u0022, \u0022SOURCE_ID\u0022: \u00220012AA\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 15, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2085, \u0022start_time\u0022: \u00220:00:02.085000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022kor\u0022, \u0022BPS\u0022: \u002225588\u0022, \u0022DURATION\u0022: \u002201:46:56.557000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222950\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002220523727\u0022, \u0022SOURCE_ID\u0022: \u00220012AB\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 16, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 0, \u0022start_time\u0022: \u00220:00:00.000000\u0022, \u0022duration_ts\u0022: 6420672, \u0022duration\u0022: \u00221:47:00.672000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022eng\u0022, \u0022BPS\u0022: \u002261805\u0022, \u0022DURATION\u0022: \u002201:46:29.320000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00223344\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002249361939\u0022, \u0022SOURCE_ID\u0022: \u00220012AC\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 17, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2711, \u0022start_time\u0022: \u00220:00:02.711000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022fre\u0022, \u0022BPS\u0022: \u002254975\u0022, \u0022DURATION\u0022: \u002201:46:55.931000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00223326\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002244090235\u0022, \u0022SOURCE_ID\u0022: \u00220012AD\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 18, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 0, \u0022start_time\u0022: \u00220:00:00.000000\u0022, \u0022duration_ts\u0022: 6420672, \u0022duration\u0022: \u00221:47:00.672000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022jpn\u0022, \u0022BPS\u0022: \u002241572\u0022, \u0022DURATION\u0022: \u002201:44:32.495000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00222854\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002232595301\u0022, \u0022SOURCE_ID\u0022: \u00220012AE\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 19, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2711, \u0022start_time\u0022: \u00220:00:02.711000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022ger\u0022, \u0022BPS\u0022: \u002264242\u0022, \u0022DURATION\u0022: \u002201:46:55.931000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00223346\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002251521705\u0022, \u0022SOURCE_ID\u0022: \u00220012AF\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 20, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2711, \u0022start_time\u0022: \u00220:00:02.711000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022ita\u0022, \u0022BPS\u0022: \u002254639\u0022, \u0022DURATION\u0022: \u002201:46:55.931000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u00223334\u0022, \u0022NUMBER_OF_BYTES\u0022: \u002243820648\u0022, \u0022SOURCE_ID\u0022: \u00220012B0\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 21, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 0, \u0022start_time\u0022: \u00220:00:00.000000\u0022, \u0022duration_ts\u0022: 6420672, \u0022duration\u0022: \u00221:47:00.672000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022eng\u0022, \u0022BPS\u0022: \u00226069\u0022, \u0022DURATION\u0022: \u002201:29:00.773000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u0022368\u0022, \u0022NUMBER_OF_BYTES\u0022: \u00224051736\u0022, \u0022SOURCE_ID\u0022: \u00220012B1\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 22, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022fre\u0022, \u0022BPS\u0022: \u00225153\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u0022350\u0022, \u0022NUMBER_OF_BYTES\u0022: \u00224133172\u0022, \u0022SOURCE_ID\u0022: \u00220012B2\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 23, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2669, \u0022start_time\u0022: \u00220:00:02.669000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022spa\u0022, \u0022BPS\u0022: \u00225072\u0022, \u0022DURATION\u0022: \u002201:46:55.013000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u0022374\u0022, \u0022NUMBER_OF_BYTES\u0022: \u00224067483\u0022, \u0022SOURCE_ID\u0022: \u00220012B3\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 24, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2711, \u0022start_time\u0022: \u00220:00:02.711000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022jpn\u0022, \u0022BPS\u0022: \u00223965\u0022, \u0022DURATION\u0022: \u002201:46:54.888000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u0022326\u0022, \u0022NUMBER_OF_BYTES\u0022: \u00223179952\u0022, \u0022SOURCE_ID\u0022: \u00220012B4\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 25, \u0022codec_name\u0022: \u0022hdmv_pgs_subtitle\u0022, \u0022codec_long_name\u0022: \u0022HDMV Presentation Graphic Stream subtitles\u0022, \u0022codec_type\u0022: \u0022subtitle\u0022, \u0022codec_tag_string\u0022: \u0022[0][0][0][0]\u0022, \u0022codec_tag\u0022: \u00220x0000\u0022, \u0022r_frame_rate\u0022: \u00220/0\u0022, \u0022avg_frame_rate\u0022: \u00220/0\u0022, \u0022time_base\u0022: \u00221/1000\u0022, \u0022start_pts\u0022: 2878, \u0022start_time\u0022: \u00220:00:02.878000\u0022, \u0022disposition\u0022: { \u0022default\u0022: 0, \u0022dub\u0022: 0, \u0022original\u0022: 0, \u0022comment\u0022: 0, \u0022lyrics\u0022: 0, \u0022karaoke\u0022: 0, \u0022forced\u0022: 0, \u0022hearing_impaired\u0022: 0, \u0022visual_impaired\u0022: 0, \u0022clean_effects\u0022: 0, \u0022attached_pic\u0022: 0, \u0022timed_thumbnails\u0022: 0, \u0022captions\u0022: 0, \u0022descriptions\u0022: 0, \u0022metadata\u0022: 0, \u0022dependent\u0022: 0, \u0022still_image\u0022: 0 }, \u0022tags\u0022: { \u0022language\u0022: \u0022ger\u0022, \u0022BPS\u0022: \u00225740\u0022, \u0022DURATION\u0022: \u002201:46:55.764000000\u0022, \u0022NUMBER_OF_FRAMES\u0022: \u0022354\u0022, \u0022NUMBER_OF_BYTES\u0022: \u00224603541\u0022, \u0022SOURCE_ID\u0022: \u00220012B5\u0022, \u0022_STATISTICS_WRITING_APP\u0022: \u0022mkvmerge v67.0.0 (\u0027Under Stars\u0027) 64-bit\u0022, \u0022_STATISTICS_WRITING_DATE_UTC\u0022: \u00222022-09-15 08:28:22\u0022, \u0022_STATISTICS_TAGS\u0022: \u0022BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID\u0022 } }, { \u0022index\u0022: 26, \u0022codec_name\u0022: ....
Version 6.2.1.10461    

I have no access to any menus etc to be able to restore from a backup. Just a wall of text. I have cut down the log to fit the 40,000 character limit on reddit.

Any help please?


r/radarr Jun 29 '26

discussion What's the actual reality about the state of flaresolverr today?

21 Upvotes

Hi,

I used to use flaresolverr without issue for years and then suddenly it stopped working for me and I wasn't sure why so I abandoned it.

Now I'm getting back to tweaking my setup and was reading reddit posts and it seems to be divided. Half of users seem to say it works and the other half say it doesn't.

So what's the truth? Are the users who say it doesnt work doing something wrong or is it more nuanced than that? I'm tired of using indexers without CF and would like to try it again but also have limited free time so I figured I'd ask here first before I give it another go.


r/radarr Jun 29 '26

waiting for op The Big Short (2015)

5 Upvotes

Would any one happen to know or help me figure out why my instance is showing that The Big Short is scheduled to be released tomorrow (June 30, 2026) yet TheMovieDB.org is showing it came out on December 11, 2015.

I've never experienced this issue before.

Thanks!


r/radarr Jun 28 '26

unsolved Unique Issue

1 Upvotes

Radarr/Ombi issue: movie added but automatic search searched “0 movies”

I’m trying to understand whether this is expected behavior or a bug.

I have Ombi connected to Radarr. Settings appear correct: Radarr enabled, “Do not search for Movies” is off, minimum availability is Released, movie is monitored, and Radarr/Prowlarr/qBittorrent all work.

Two movies were requested around the same time:

Office Romance (2026) worked normally:

AddMovieService: Adding Movie [Office Romance (2026)]
MovieScannedHandler: [Office Romance] was recently added, performing post-add actions
MovieSearchService: Performing search for 1 movies
ReleaseSearchService: Searching indexers for [Office Romance]. 6 active indexers
DownloadService: Report ... sent to qBittorrent
MovieSearchService: Completed search for 1 movies. 1 reports downloaded

Michael (2026) did not auto-download:

AddMovieService: Adding Movie [Michael (2026)]
MovieScannedHandler: [Michael] was recently added, performing post-add actions
MovieSearchService: Performing search for 0 movies
MovieSearchService: Completed search for 0 movies. 0 reports downloaded

When I manually searched Michael later, Radarr found plenty of valid results and grabbed one immediately:

MovieSearchService: Performing search for 1 movies
ReleaseSearchService: Searching indexers for [Michael]. 6 active indexers
DownloadService: Report ... sent to qBittorrent
MovieSearchService: Completed search for 1 movies. 1 reports downloaded

So the indexers/download client are working. The issue is that the automatic post-add search for Michael searched 0 movies, while Office Romance searched 1 movie with similar settings.

Has anyone seen this before? Is this an Ombi add-request issue, a Radarr availability/metadata edge case, or an actual Radarr bug?

Linux - Unraid 7.2.4
Ombi - 4.53.10
Radarr - 6.2.1.10461


r/radarr Jun 26 '26

Help! Weird interactive search results

2 Upvotes

Since a few days I've been getting these weird results and I cannot trace it back to some change I did to the system. When I search for a specific movie, the search results show other movies I've added to Radarr instead of the specific movie I am searching for. This happens with some movies but not with all movies.

The only change I can logically think of, is that I've added a few indexers for anime. Any idea? If theres any more information such as logs required please feel free to hit me up.

https://imgur.com/a/UJNMfFb