this post was submitted on 27 May 2026
37 points (97.4% liked)

Open Source

47489 readers
17 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Discarr is a self-hosted web UI that bridges disc rips (VIDEO_TS / BDMV / ISO) into Sonarr and Radarr. Scan a disc directory, map the titles to the right episodes or movies in the browser, and it handles the encode queue and arr notification.

Stack: Pure Node.js 18+, no npm packages, only built-in modules. Requires ffmpeg and ffprobe on the host; HandBrake optional. Docker image bundles both.

License: GPL-3.0.

Forgejo (primary): https://git.opensourcesolarpunk.com/Circuit-Forge/discarr GitHub (mirror): https://github.com/pyr0ball/discarr

Still early, issues and PRs welcome.

you are viewing a single comment's thread
view the rest of the comments
[–] BertramDitore@lemmy.zip 7 points 4 weeks ago (2 children)

Seems like a very cool concept. Will/does it support outputting untouched remuxes? I don’t like to reencode my discs rips, I prefer a remux, and MakeMKV is the only reliable free option for this (as far as I know). I’d love to eliminate MakeMKV from my workflow…

Regardless, I’ll be watching this, nice work!

[–] pyr0ball@reddthat.com 5 points 4 weeks ago (1 children)

Happy to add remux support! I'll get it on my backlog. Probably should have some kind of configurable output profile rather than just HEVC or remux

[–] BertramDitore@lemmy.zip 3 points 4 weeks ago (1 children)
[–] pyr0ball@reddthat.com 3 points 4 weeks ago (1 children)
[–] prenatal_confusion@feddit.org 4 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Okay that was quick.

Expecting 1.0 by 9 tomorrow.

[–] pyr0ball@reddthat.com 3 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Lolol if you've got bugs to throw at me, I've got my flyswatter ready

But for real I've got a lot of projects that could use beta testers if you want to poke around my Forgejo: https://git.opensourcesolarpunk.com/explore/repos

Edit: also I was already adding alternative profiles, I just forgot about remuxes. And pushes...

[–] prenatal_confusion@feddit.org 2 points 4 weeks ago (1 children)

I see a few LLM AI projects in there. It's not a no go for me but if you choose to use these tools I appreciate (and I know lots of people so) a disclaimer in the projects that use them.

[–] pyr0ball@reddthat.com 4 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

So noted, I'll get a disclaimer up there ASAP

Edit: and just for clarity, there's no LLM tooling in discarr at all

[–] HeartyOfGlass@piefed.social 3 points 4 weeks ago (1 children)

I've been trying to get on ripping my dvd library, but some of this stuff flies over my head:

Can you give me a gist on what a "remux" is & why you prefer it over encoding it? From the context it seems like it's similar to lossless vs lossy codecs for audio?

[–] BertramDitore@lemmy.zip 7 points 4 weeks ago (1 children)

A remux is a fully lossless video file, typically a MKV, that is just the video streams from a DVD/Bluray wrapped in an MKV container. It’s not a new encoding, it’s the original video, in its original codec, fully lossless.

I personally like knowing that I’m watching the best possible quality of any given media, without any extra processing. Most people probably wouldn’t immediately notice the difference between a high quality encode and a remux, but I’m a quality snob.

[–] HeartyOfGlass@piefed.social 4 points 4 weeks ago (1 children)

Thank you for the explanation! Makes sense to me.

[–] justme@lemmy.dbzer0.com 3 points 4 weeks ago (1 children)

Just to clear it up. The video won't be lossless, as the DVD is already in a lossy format (mpeg2), but the conversion from DVD to mkv won't add anything more as it just copies the data without transcoding.

[–] BertramDitore@lemmy.zip 2 points 4 weeks ago (1 children)

Yeah, that’s a clearer way of saying it. I usually think of the highest quality commercially available version as being lossless, since the raw files or negatives are almost never accessible to the public (wouldn’t that be awesome??). But yeah, every DVD/Bluray is still technically just a disc with lossy video files that the studio encoded.

[–] justme@lemmy.dbzer0.com 1 points 3 weeks ago

Yes, of course. Sorry, that was just my OCD peeking through :)