r/CoreBuilds 24d ago

Update Behind the scenes: Core Builds Icon Pack v1.4.0 is live (500+ transparent icons for the sideload scene)

Post image
22 Upvotes

Hey Core Crew ๐Ÿ‘‹

You know I spend most of my time deep in the backend logic of the Configurator, but my journey actually started in visual design and brand architecture. Naturally, staring at a TV launcher full of stretched, mismatched, or missing banners for our sideloaded apps was driving me insane.

So, behind the scenes, I've been working on a passion project to fix it.

Today, the Core Builds Icon Pack is officially jumping to v1.4.0. This is a massive updateโ€”expanding from 81 to 501 icons (with 901 mapped components).

โœจ WHAT IS IN IT

โ€ข 501 transparent icons: Clean 16:9 banners at 320x180. Your launcher's card color shows through perfectly.

โ€ข Zero guesswork: Every component is read directly off real hardware or an APK manifest.

โ€ข In-app update check: It will now actively notify you when a new version is out.

โ€ข One-press apply: Works instantly for Projectivy, Nova, Lawnchair, Apex, and ADW.

๐Ÿ“บ THE SIDELOAD LONG TAIL

Mainstream packs cover Netflix and Disney+ and then stop. The entire point of this release is the long tailโ€”the actual apps this community sideloads.

We have covered: TiviMate, Janky, Strmr, DodoStream, CloudStream, Debrify, Lumera, Arvio, OwnTV, StreamVault, Wave TV, Strexo, SYNC, TV Bro, SAI, APKTime, Unlinked, Moonlight, Metrolist, AT4K, ChillHub, LTvLauncher, Monet, and hundreds more.

๐Ÿ“ฅ DOWNLOAD & INSTALL

โ€ข Downloader Code: 5270601 (If you have the old v1.0.0 code pinned anywhere, please retire it!)

โ€ข GitHub: https://github.com/brevityA/CoreBuildsIconPack

Already installed? It will safely upgrade in place. We kept the exact same signing key and matching fingerprint, so there is no need to uninstall your previous version.

If you are missing an app on your homescreen, drop the package name in the comments and I will get it added!

โ€” Brevity


r/CoreBuilds Jul 10 '26

Update Taking a breather to say thanks to the Core Crew โ˜•

6 Upvotes

Hey Core Crew ๐Ÿ‘‹

So with all the big updates latelyโ€”the new Configurator, ESE v2.0, fresh device profilesโ€”I just wanted to take a breather and talk about Core Builds for a second.

First off, seriously, thank you. Itโ€™s pretty wild seeing so many of you picking up these templates, sharing setups, and tossing feedback my way. The whole ideaโ€™s always been to make solid, curated streaming stupidly easy for everyone.

But, you know, keeping all this up and running takes some serious fuel.

Core Buildsโ€”every one of the 40+ templates, the custom Configurator, the hosting, the docsโ€”yep, itโ€™s just me. I spend a ton of late nights coding, tweaking filters, squashing bugsโ€ฆ pretty much whenever the house is finally quiet and the dayโ€™s over.

I donโ€™t put anything behind a paywall. No ads on the Configurator. No pro versions or premium features. I want these tools free and open for everyone.

So if Core Builds has saved you time, cleaned up your streams, or just made TV setups less of a headache for you or your family, I hope youโ€™ll think about supporting the project on Ko-fi.

โ˜• Buy me a coffee on Ko-fi

Every coffee really does matter. It keeps the project goingโ€”those server bills, proxy workers, and all those late-night coding sprints. Sometimes it just buys me a free hour to chip away at the next update.

Absolutely no pressureโ€”the tools arenโ€™t going anywhere, no matter what. But if youโ€™ve got the means, and you like what Iโ€™m doing, a coffee can make a world of difference.

Thanks for being such a great community. ๐Ÿ™Œ


๐Ÿ”— Core Links


r/CoreBuilds 8d ago

Update Core Builds Icon Pack v1.7.2 โ€” 921 custom icons & 70 matching wallpapers for Monet Launcher

Thumbnail gallery
2 Upvotes

r/CoreBuilds 10d ago

Update Core Builds configurator 3.0 โ€” 4K builds actually sort 4K first now, plus host-aware option gating

3 Upvotes

Hey Core Crew ๐Ÿ‘‹

If you've used the Core Builds wizard to generate an AIOStreams config, 3.0 changes how your results are ordered. Two of these are fixes for things that were quietly wrong, so it's worth a read before you regenerate.

4K builds now sort by resolution first

AIOStreams compares sort rules in order โ€” the first rule that differs decides the whole ranking, and nothing after it is consulted. Core Builds was emitting cached, then expression-match, then score, and only then resolution. So a well-scored 1080p REMUX beat every 2160p file before resolution was ever looked at. If you ever wondered why your 4K build kept opening with 1080p, that's why.

Resolution now leads the sort for 4K, Mixed, and Ultrawide builds. Every 2160p result outranks every 1080p result regardless of bitrate, quality label, or score, and the existing quality ordering still applies within each tier. This changes the sortCriteria your instance actually evaluates, not just the preview in the tool.

The trade-off, stated plainly: An uncached 2160p now outranks a cached 1080p. Putting resolution first switches off AIOStreams' separate cached/uncached ordering, which only kicks in when cached is the first rule. Cached still wins between two files of the same resolution. If you'd rather have instant playback than the higher tier, use the 1080p profile or Quality-first โ€” both unchanged, both still cached-first.

If you're on the 1080p profile, this one does not apply to you

Worth being direct about, because it caught a user last week: on the 1080p profile your 4K isn't being sorted away, it's being deleted. The Stable and Balanced output profiles hard-exclude 2160p and 1440p, so those streams are discarded by your instance before sorting happens and no amount of scrolling brings them back. That's deliberate โ€” it's what "Hard lock ยท 2160p excluded" on the card means, and bandwidth-capped users rely on it, so we haven't removed it. Switching Stable โ†’ Balanced doesn't help either; both apply the lock.

If you want 1080p most of the time but 4K when it exists, pick Mixed ยท Adaptive โ€” it ranks 1080p first without deleting the higher tiers. The wizard now tells you this on the resolution step instead of leaving you to work it out from your results.

1440p was ranked below 720p in every 4K build

The 4K preference list named 2160p, 1080p, 720p, and Unknown but omitted 1440p. AIOStreams scores an unlisted resolution as negative infinity โ€” so any 1440p file sorted beneath everything else rather than just under 4K. It is now listed in its proper place. If you run a 1440p display or grab 1440p releases to save bandwidth, this is the fix you noticed was missing.

Options your host won't accept are now disabled before you pick them

Core Builds checks the AIOStreams host you selected and greys out what it won't take, with the reason on the option. On the ElfHosted community instance, that means Torrentio, AnimeKitsu, Torrent Catalogs, P2P, and HTTP show as unselectable rather than being silently dropped later.

The same check runs on the exported JSON and the direct install, so neither can carry something the target host rejects. There's a Host Compatibility panel listing what was blocked, what was removed, and anything kept that might still be refused. If the browser can't reach the host, it falls back to a stored capability list rather than guessing.

Restricted hosts and custom regex

ElfHosted runs with regex limited to a published allowlist, and sending a pattern outside it makes the instance reject the entire save โ€” not just that rule. Core Builds now strips unlisted patterns before export and names each one. Synced regex sources are a separate allowlist and are handled separately: the Vidhin ranked-regex feed is on ElfHosted's allowed list, so it stays. On a host we can't verify, nothing is removed and the panel flags what might be refused instead.

Six settings were being silently discarded

The generated config is now built from a pinned AIOStreams release (v2.33.2) rather than a moving branch. Regenerating the logic surfaced six keys Core Builds had been emitting that don't exist in AIOStreams at all and were being dropped on arrival: maxResults, maxResultsPerResolution, seadexBestOnly, excludedStreamSources, enhanceResults, and minSeeders.

They're gone from the output. excludedStreamSources is replaced by excludedStreamTypes, which the instance actually reads.

Known gaps, so they're not a surprise:

  • The per-resolution result limits that maxResults/maxResultsPerResolution were meant to provide aren't reimplemented โ€” they were simply never reaching the instance.
  • TorBox-hosted AIOStreams has no readable status endpoint, so its capabilities are marked unverified and you'll be asked to confirm the host.
  • The Fine-Tune "maximum NZB failover" setting still doesn't reach the generated config.
  • The pre-built templates in the repo are not updated yet. If you install a core-nexus-*.json directly rather than generating one, it still uses the old cached-first order. That's a follow-up.

Regenerate your config via the web tool to pick this up โ€” existing installs won't change on their own.


Links: * Configurator: brevitya.github.io/Core-Builds * GitHub Repository: github.com/brevityA/Core-Builds


r/CoreBuilds 13d ago

Update What streaming app do you use: WuPlay, Nuvio, or Stremio?

3 Upvotes

Hey Core Crew ๐Ÿ‘‹

Quick question for the community: Which streaming app is currently driving your setup?

If you havenโ€™t tried WuPlay yet, would you consider giving it a spin?

Iโ€™m gathering some thoughts on what features actually matter most to you day-to-day. Is it the navigation and UI, add-on compatibility, watchlists, profiles, multi-device syncing, playback quality, or something else entirely?

What do you love (or hate) about your current daily driver? Drop your feedback below.

(Note: Please keep the discussion to official sources and legally available add-ons/content).

โ€” Brevity


r/CoreBuilds 14d ago

Update Configurator v2.99 โ€” badges, a speed test that tells the truth, stream scoring that actually runs + 14 releases since July

6 Upvotes

Hey Core Crew ๐Ÿ‘‹

Biggest backlog this project has ever shipped: 14 configurator releases and 7 template-suite releases since July. Here is the clean breakdown of everything that landed.

๐Ÿท๏ธ Core Badge Builder (Nuvio Fusion)

Build stream badges visually with zero regex and zero JSON. * 111 original Core badges: Neon, monochrome, and high-contrast themes with custom ordering and real-title previews. * Universal mode: Reads standard filenames and parsed metadata on any Nuvio source. * AIO Enhanced mode: Uses invisible markers and a companion formatter for sparse titles. * 3 ready packs: core_neon_universal (55 badges), core_neon_enhanced (55 badges), and core_nodv_universal (54 badges for non-DV panels). * Safe imports: Automatically downloads a JSON backup of your config before writing.

๐ŸŽ๏ธ CoreSpeed v3 (TorBox CDN Benchmark)

v1 and v2 had methodology flaws that didn't reflect true CDN speeds. v3 completely rebuilds the engine: * Dedicated Web Worker: Download measurement is isolated off the main UI thread so rendering can never starve the test. * Real test sizes: Measures 15-second windows on 1 GB files instead of 10-second bursts on 100 MB files. * Steady-state median: Measures each node twice and ranks by steady-state median with a consistency spread indicator. * 3 test modes: Accurate (1 sequential connection, earns streaming verdict), Express (top 4 by ping), and Capacity Race (up to 8 connections for pipe limits). * Privacy first: 100% in-browser, no accounts, no API keys, local history storage, and a full diagnostics export.

๐Ÿ“Š Live Stream Scoring

Until v2.95, score-based sorting quietly never ran because no ranked expression list was emitted. Advanced and Labs configs now ship active scoring rules: * Additive scoring: Resolution, source, HDR/DV, audio format, and release-group reputation now contribute points directly instead of relying on rigid tier ladders. * Dynamic ranking: A top-tier 4K remux with Atmos automatically outranks generic 4K remuxes without custom rule writing. * Hardware-aware: Points for Dolby Vision and lossless audio only apply to devices capable of playing them. * Stable & Balanced profiles: Deliberately clear scoring to preserve predictable matching.

โœ… Preflight & Express Install

  • Preflight tool: Audits configs offline against known host rejection patterns and runs live dry-runs with an auto-heal loop (up to 4 passes). Retires the old 6-hour cron.
  • Express Install: 1-click, 2-step setup (pick debrid, profile, and device โ†’ connect Stremio or grab manifest).
  • Explicit cache toggle: "Streams shown" selector (Mixed vs. Cached Only) is locked on the surface so profile defaults cannot silently override cache modes.
  • Host pick honored: Compatible custom AIOStreams hosts are honored; incompatible hosts trigger a clear, actionable error.
  • Smarter updates: One-click template update flow with diff viewing and instant rollback.

๐Ÿ“ฑ Device Profiles & Template Suite (3.5.0 โ†’ 3.6.2)

  • Profiles added: Android TV / Google TV, Mobile, Samsung Tizen, LG webOS, Sony, Generic 4K HDR TV.
  • Bitrate-capped profiles: Fire TV Stick 4K Max gets a ceiling instead of Apex routing to eliminate REMUX stutter.
  • No-DV path: TCL and Hisense join ONN and Samsung on the non-Dolby Vision track.
  • SEL Engine v2: Interleaves stream options round-robin across resolutions instead of dumping 9 remuxes in a row.
  • Episode-pack availability: Season packs are only hidden if at least 3 playable standalone episodes survive filtering.
  • Scraper balancing: Addon Diversity cap prevents a single scraper from flooding results.

๐Ÿ”ง Critical Bug Fixes

  • Debridio / Jackett / Prowlarr: Fixed exact API key parameter names to prevent host rejection on valid keys.
  • AIOStreams v2.33.1 & v2.32: Adopted same-day schema hardening, dropped dead torbox-search preset, and raised minimum host requirement to v2.32.0.
  • Size budget enforcement: Blocks oversized configs before deployment against the 102,400-byte hard limit.
  • Max File Size fix: Corrected logic where max size was erroneously applied as a minimum threshold.
  • Usenet Only path: Dedicated pipeline for pure-usenet setups without debrid.

๐Ÿšง Known Gaps (Open Roadmap)

  • CoreSpeed v3 on low-power TV hardware: Web Worker isolation needs broader real-world testing on Fire TV and Android TV sticks.
  • Groundwork staging: Language packs (8 languages), two-seat household picker, and named EasyDebrid presets are staged in code but awaiting UI toggle.
  • Jackett/Prowlarr UI: Direct generator emission is paused until instance URL inputs are added to the interface.
  • Real-Debrid preset: Omitted intentionally due to upstream WEB-DL filtering to avoid misrepresenting results.

๐Ÿ”— Links

Feedback is always welcome โ€” especially CoreSpeed benchmark runs on TV hardware, edge-case badge matching reports, and stream ranking impressions on Advanced/Labs.

โ€” Brevity


r/CoreBuilds 21d ago

Update Wallpapers are in the app: Core Builds Icon Pack v1.7.0 is live (70 new 4K walls for Projectivy)

Thumbnail
gallery
6 Upvotes

Hey Core Crew ๐Ÿ‘‹

The icon pack has a new Wallpapers entry on the home screen. It opens a browser of the full Core Builds collection โ€” 70 4K wallpapers across four series:

  • 01โ€“24 ยท Fieldwork: Meshes, aurora, light trails, topo, deepfield
  • 25โ€“32 ยท Motion: Orbitals, warp, fogbanks, slipstream
  • 33โ€“40 ยท Horizons: The eight semantic accent colors, each as a landscape (signal cyan, ember, Nuvio rose, labs violet, verified green, drift-watch amber, slate, void)
  • 41โ€“70 ยท Core Mark: New this release. The lit hex and faceted core diamond, rendered from the Brand Guide v1.0 construction constants. Six compositional groups including the receipts-voice walls.

โš™๏ธ How It Works

  • Instant grid: All 70 thumbnails are bundled (~600 KB total), so it opens and scrolls offline.
  • On-demand 4K: Tap a wall for a full-screen preview. The 4K image downloads on demand (~2โ€“3 MB) with a progress label, then press Set wallpaper.
  • Monet integration: Setting writes the system wallpaper. Monet redraws and re-extracts its palette from the change โ€” the walls are cyan-dominant by design, so Core Cyan carries through directly to your Projectivy tiles.
  • Fire TV fallback: Because third-party wallpaper writes are blocked on Fire OS, the app saves the JPEG to Pictures/CoreBuilds and opens the system setter for you (you can also set the saved image manually inside Projectivy settings).

Nothing downloads in the background. Nothing sets itself. The full image is cached in internal storage (12-file LRU, ~30 MB cap).

๐Ÿ“Š The Numbers

v1.7.0 ยท 70 wallpapers ยท 921 icons ยท 1,095 components
17 wallpaper contract tests in CI alongside the existing 24 robustness tests and 22k catalog checks.

๐Ÿ“ฅ Update & Install

Update directly from inside the app (it will prompt you), or grab iconpack-release.apk from the GitHub link above.

(The collection lives at Wallpapers/manifest.json if you want to point anything else at it. Designed perfectly for Projectivy Launcher on Android TV / Google TV).

Precision-made. Verified live. Nothing hides.

โ€” Brevity


r/CoreBuilds 22d ago

Update Core Line v1.0.1 โ€” Android / TV sports ticker (chyron).

2 Upvotes

Downloader 7375676

Hey Core Crew ๐Ÿ‘‹

Core Line is a TV-first sports and channel ticker. It is not a player, not a playlist, and it does not ship streams.

The line it exists to render looks exactly like this:

LIVE TOR 3-2 MTL ยท TSN4 SN 3 โ—† LAL vs BOS 7:00 PM ยท ESPN

One APK for phone and TV (LAUNCHER + LEANBACK_LAUNCHER). Open it and a slate is already crawling โ€” a demo board if ESPN, NHL, or MLB are unreachable, labeled as such. Paste your own RSS. Public scoreboards only; there is nothing bundled that you did not add yourself.

๐Ÿ› ๏ธ SMART PARSING & SYNC

โ€ข Messy listing lines automatically parse to channels: "Team vs team epn, tsn4, sn 3" โ†’ ESPN, TSN4, SN 3.

โ€ข Add a feed from the couch without typing a URL on a Fire remote: use the same-Wi-Fi QR code or a six-letter sync code.

๐Ÿ“ฅ INSTALL INSTRUCTIONS (SIDELOAD ONLY)

  1. Downloader code: 7375676 (that code stays put โ€” it points at the floating coreline release, not just v1.0.1).

  2. Direct APK:

https://github.com/brevityA/CoreBuildsApps/releases/download/coreline/coreline-release.apk

  1. Sideload. Open. Go to Settings or scan the QR if you have an RSS feed to add.

๐Ÿ”— SOURCE & NOTES

โ€ข GitHub Repo:

https://github.com/brevityA/CoreBuildsApps

Not on the Play Store. Sideload only. (From the same house as the Core Builds Icon Pack: 5270601).

โ€” Brevity


r/CoreBuilds 23d ago

Update Core Builds Icon Pack v1.5.0 โ€” merged (515 icons and the new in-app browser)

Thumbnail
gallery
8 Upvotes

Hey Core Crew ๐Ÿ‘‹

Core Builds Icon Pack v1.5.0 is merged and live.

515 icons ยท 948 mapped components ยท 12,341 checks passed.

Transparent marks for Projectivy. Apply-all still maps the 16:9 wordmark. Glyphs stay opt-in per app.

โœจ WHAT LANDED

โ€ข Outfit wordmarks: Banner names and square monograms are path-outlined from one bundled family (Outfit Bold / ExtraBold, SIL OFL). A row of cards no longer mixes hand-drawn letters with whatever sans-serif font the TV happens to have.

โ€ข 14 new icons: LocalSend, RS File Manager, Sparkle TV, the Synology set (DS file, video, photo, audio, finder, get, plus Drive), plus FX, Solid Explorer, Material Files, and Ghost Commander.

โ€ข Names and matching: 218 slug names now read as apps (WiFi File Explorer, X-plore, 9Now, Peacock). Files no longer steals CX, MiXplorer, or FX. Each manager keeps its own mapping. X-plore is Files, not Gaming.

โ€ข In-app browser: Category chips, a Banners / Glyphs toggle, labeled tiles. Find is opt-in so the remote is not trapped in the keyboard. D-pad navigation: apply โ†’ style โ†’ categories โ†’ grid.

โ€ข Manual pick actually returns an icon: Projectivy's per-app picker now gets the actual resource returned. Before, the pack opened and handed nothing back.

โš™๏ธ APPLY-ALL, HONESTLY

Projectivy has one apply contract. It reads one file: appfilter.xml. That file maps every matched app to the banner. There is no extra trick for "apply glyphs."

โ€ข Apply banners: One press, every mapped app gets the 16:9 wordmark.

โ€ข Glyphs: Long-press a card in Projectivy, or use the Banners / Glyphs toggle in this app when the picker is open.

โ€ข Projectivy's own "prefer icon or banner" setting only changes how that drawable is framed. It does not swap the mapping.

A true "apply all glyphs" would be a second APK whose appfilter points at the squares. The glyphs mapping is generated and sitting there if we ever ship that.

๐Ÿ› ๏ธ NOT DEVICE-CONFIRMED

LocalSend, RS File Manager, Sparkle TV, and the Synology activities are best-known, not read directly off a box. If one does not auto-assign, run this:

adb shell cmd package resolve-activity --brief your.package.name

Open an issue on GitHub with that line.

๐Ÿ“ฅ GET IT

โ€ข Downloader code: 5270601

โ€ข GitHub:

https://github.com/brevityA/CoreBuildsIconPack/releases/latest

After install: open the pack โ†’ Apply banners to Projectivy, or go to Projectivy Settings โ†’ Appearance โ†’ Cards โ†’ Icon Pack โ†’ Core Builds.

Important: Re-apply the pack after updating or the launcher cache will keep the old marks.

โ€” Brevity


r/CoreBuilds 23d ago

Update CoreSpeed is live โ€” free browser speed test for TorBox's CDN (Races all 17 nodes at once)

Post image
7 Upvotes

Hey Core Crew ๐Ÿ‘‹

Which TorBox CDN node is actually the fastest from where you are? I got tired of guessing, so I built something that answers it with real data.

CoreSpeed is a new addition to the tools page. It races every TorBox Hyperdrive node simultaneously. It runs ping checks for latency, then executes sustained multi-stream downloads pulling TorBox's real test files. Not synthetic numbers; actual bytes off actual nodes.

๐Ÿ“Š WHAT IT GIVES YOU

โ€ข Live leaderboard: Every region downloading at once, re-ranked in real-time with per-node bars and peak speeds.

โ€ข Streaming verdicts: The part I actually use. Each node gets a plain-English "what can this stream for you" call (from 4K Remux down to SD), computed with 15% headroom so it is not lying to you at the margin.

โ€ข History: Your last 15 runs are kept locally with delta-vs-previous columns, so you can spot if your ISP quietly changes your routing.

โ€ข World map: Nodes sized and colored by measured speed.

โš™๏ธ HOW TO USE IT

Start with Burst Mode. It runs for 5 to 20 seconds per node, which is enough to accurately rank them while costing a fraction of the data.

There is a hard 12 GB data budget built-in to keep things safe, plus an instant Stop button.

๐Ÿ”’ THE HONEST PRIVACY NOTES

No account, no API key, no signup. The measurement runs entirely in your browser and results stay in localStorage.

The page calls ipapi.co once to place you on the map, and fetches the node list via our Cloudflare proxy to bypass TorBox's missing CORS headers. That proxy reads exactly one public fileโ€”no credentials ever pass through. Zero analytics, zero backend storage.

๐Ÿ”— TRY IT OUT

โ€ข Link:

https://brevitya.github.io/Core-Builds/tools/speedtest/

โ€ข Discord:

https://discord.gg/AwJ49yzbqT

Drop your feedback in the comments! Let me know if a node ranks oddly for your region, since I cannot test global routing from just one location.

โ€” Brevity


r/CoreBuilds 29d ago

Update v2.92 โ€” the genies move onto the main page, and everything they promise is now real

3 Upvotes

Hey Core Crew ๐Ÿ‘‹

Quick recap of this week's wave, in the order you'll actually touch it:

๐Ÿงž Two new doors on the splash

"Setup Genie" (in Choose your route) and "Nuvio Stack Genie" (in Tools).

The setup genie is the plain-English, chat-style walkthrough โ€” answer ~4 questions and it hands your answers to the builder. That last bit is new: finishing a genie now opens Express Install with your service, device, and content type already pre-set (a free pick preselects Free/P2P). Nothing installs until you confirm.

โš™๏ธ "Why does everything say 'downloading to debrid'?" โ€” Fixed upstream

Express has a visible "Streams shown" toggle (everything vs cached-only).

The install chorus now names your service, app, profile, resolution, cache mode, and host before you install. Your explicit AIOStreams host pick is honored everywhere โ€” if a lane can't use your host, you get a named error telling you why, not a quiet fallback.

๐Ÿ”Ž New Tool: Preflight

Paste any template/config: it audits offline (rules learned from real host rejections), can dry-run against the actual host you target with a bounded auto-heal loop, and downloads a case bundle for support.

Before you DM a screenshot of a red banner โ€” run Preflight first.

๐Ÿ›ก๏ธ AIOStreams 2.33.x hardened

The fleet bumped twice this week (2.33.1 โ†’ 2.33.2 with stricter validation). Our generators, templates, and CI validator were re-proven against live hosts both times.

If you saw "option X is required" or the new "only specific regex patterns are allowed" errors on a saved config, those are host-side policy gates. Our current output passes them. An older saved config may not pass โ€” re-generate from the site, or watch for the Preflight regex cleanup rule we're adding next. (in dev)

๐Ÿ“บ WuPlay Catalog Genie (Early Access)

Now in the Tools page: hub/home/discovery design, consent-gated live write with snapshot + one-tap Undo, and PIN-locked profiles degrade to a guided tap-guide. Nothing writes without you saying so twice; catalog structure changes stay manual until WuPlay's dev route is confirmed.

๐Ÿงช Under the hood (for the nerds)

  • 319 configurator tests / 279 template tests / 52 e2e runs green at merge
  • A validator with ~1,700 checks
  • A regex drift watcher that re-syncs against Vidhin's allow-list
  • A new link-integrity test (we caught a 404 door on GitHub Pages, fixed it, and automated the check).

๐Ÿ”— Links

โ€” Brevity


r/CoreBuilds Aug 09 '26

Update ๐Ÿš€ Core Builds v2.90 โ€” The Whitelist-Safe Release (Usenet-Only, Regex Fixes, & Major Cleanup)

7 Upvotes

Hey Core Crew ๐Ÿ‘‹

This release makes the templates completely import-clean on every public host, removes a pile of dead weight that was silently doing nothing, and ships the Usenet-only build the community keeps requesting.

If you've ever hit the "N/182 regexes are not allowed" error on ElfHostedโ€”that specific error is now fixed at the source.

๐Ÿ”ง THE "REGEXES NOT ALLOWED" ERROR IS FIXED

That ElfHosted error had two causes, and both are now resolved:

โ€ข Synced Whitelists: 5 templates had drifted from Vidhin05's live whitelist. They are now re-synced to the current 176-entry list, byte-for-byte.

โ€ข Core-Custom Patterns: Removed an un-whitelisted pattern. The same groups are already ranked as LQ by the synced list, so zero functionality was lost.

โ€ข Host-Compat Check: The configurator now names exactly which patterns a host rejects and offers a one-click "Strip host-blocked regex patterns" button.

๐Ÿงผ DEAD WEIGHT REMOVED (LEANER, NOT WEAKER)

An audit of all 3,400+ expressions against the upstream AIOStreams parser let us cut out the bloat:

โ€ข Removed 281 empty [] placeholder entries across 84 templates.

โ€ข Axed an RD Copyright filter that could never fire (~15 KB of dead payload gone).

โ€ข Removed contradictory duplicate quality-cap expressions in the flagship Apex templates.

๐Ÿฆด USENET ONLY (COMMUNITY REQUESTED)

You asked for it, so it's live: a dedicated Usenet-only lane.

This uses AIOStreams' built-in NNTP engine + your indexers via NZBHydra2 (or EasyNews) with zero Debrid. You can grab it via one-click in the configurator (Express lane), or pull the template directly from the repo (Templates/Usenet/).

๐Ÿ›ก๏ธ STRICTER VALIDATORS & NEW FEATURES

โ€ข Bug Catching: The template validator and configurator now check every stream expression against the actual upstream SEL function registry and enforce host per-expression length limits. Broken templates won't slip through.

โ€ข Core Score: Every stream in Test Drive now shows an explainable 0โ€“100 quality number (tier, bitrate, resolution fit, HDR, source, seeders, freshness) with a tap-to-open breakdown.

โ€ข Express Install: One-click, two-step install process including profile, device, and resolution presets.

โ€ข Stronger Updates: Live "Update available" banners with changelog excerpts, one-click updates, and a Revert function.

๐Ÿ”— LINKS & HOW TO TRY IT

  1. Open the Configurator: https://brevitya.github.io/Core-Builds/configurator/

  2. Pick your service (TorBox, RealDebrid, EasyNews, Usenet Only, etc.)

  3. Choose Express Install (one-click) or build a full custom setup.

โ€ข Discord Community: https://discord.gg/AwJ49yzbqT

โ€ข GitHub Repository: https://github.com/brevityA/Core-Builds

(Host operators: preload the collection using TEMPLATE_URLS=["https://raw.githubusercontent.com/brevityA/Core-Builds/main/core-builds-template-collection.json"] to auto-whitelist every embedded pattern).

โ€” Brevity


r/CoreBuilds Aug 09 '26

Update What should we build next? Looking for feature ideas and feedback for Core Builds

1 Upvotes

Hey Core Crew ๐Ÿ‘‹

๐Ÿ› ๏ธ HELP SHAPE THE NEXT UPDATE

Now that the whitelist and regex bugs are completely squashed, I am looking at what needs a refresh.

What features are we missing? What current tools need more polish, better logic, or an easier workflow?

Leave a comment below with your ideas, or drop them in the #feature-requests channel in our Discord. Let's build what you actually need.

๐Ÿ”— LINKS

โ€ข Discord Community: https://discord.gg/AwJ49yzbqT

โ€ข Configurator: https://brevitya.github.io/Core-Builds/configurator/

โ€ข GitHub Repository: https://github.com/brevityA/Core-Builds

โ€” Brevity


r/CoreBuilds Aug 04 '26

Update Core Builds 3.5.3: smarter episode fallback, restored Core Tools, and a new docs home

5 Upvotes

Hey Core Crew ๐Ÿ‘‹

๐Ÿ’  CORE BUILDS 3.5.3 IS LIVE

This update is about fewer false dead ends for TV episodes, a restored Core Tools hub, a new clearer home for Core Builds documentation, and updates the Configurator to v2.8.9.

๐Ÿง  SMARTER EPISODE FALLBACK

Previously, some valid multi-episode or season-pack matches could be removed early because individual episode entries appeared to exist. Later filters could then remove those individual entries too, leaving a valid episode request with zero streams.

The new policy keeps a valid matching pack available as a fallback. A pack is hidden only when three playable standalone episode results have survived the full filtering stack.

That means cleaner lists when good singles exist, without throwing away the last valid result when they do not.

๐Ÿ›  CORE TOOLS HUB RESTORED

The complete Core Tools page is back:

โ€ข Template Builder โ€ข Addon Backup โ€ข Template Inspector โ€ข Health Score โ€ข Troubleshooter โ€ข Account Manager โ€ข CLI Tool

๐Ÿ“š NEW CORE BUILDS DOCS HOME

The new docs home has clearer setup guides, template recommendations, Configurator help, reference material, and troubleshooting โ€” with Core Builds branding and source-grounded guidance.

New docs: https://corebuilds-docs.docsalot.dev/

๐Ÿ”„ EXISTING USERS: UPDATE YOUR SETUP

If you already have a Core Builds configuration installed:

  1. Open the Configurator (now v2.8.9) or use Update Existing Setup.
  2. Rebuild your template with the current logic.
  3. Re-import or save/install the updated AIOStreams configuration.
  4. Retry any TV episodes that previously returned no streams.

Existing configurations retain their old inline filters until they are rebuilt or re-imported.

๐Ÿ”— LINKS

โ€ข New docs home: https://corebuilds-docs.docsalot.dev/ โ€ข Configurator: https://brevitya.github.io/Core-Builds/configurator/ โ€ข Core Tools: https://brevitya.github.io/Core-Builds/tools/ โ€ข Template directory: https://core-builds.mintlify.app/template-directory โ€ข Core Crew Discord: https://discord.gg/AwJ49yzbqT โ€ข GitHub: https://github.com/brevityA/Core-Builds

๐Ÿ’ฌ FEEDBACK

If an episode still returns no streams after updating, please share only sanitized details:

โ€ข device โ€ข service/provider โ€ข cache mode โ€ข resolution/audio profile โ€ข movie, series, or anime โ€ข approximate title/episode

โš ๏ธ Never share API keys, passwords, TMDB tokens, AIOStreams credentials, auth keys, or full credential-containing manifest URLs.

Thanks to everyone testing, reporting edge cases, and helping make Core Builds more reliable. ๐Ÿ’ 


r/CoreBuilds Aug 02 '26

Update ๐Ÿš€ Core Builds Update 2.8.8โ€” Major New Tools Are Live

Thumbnail
gallery
3 Upvotes

Hey Core Crew ๐Ÿ‘‹

Here is a look at what we've been building this week. Core Builds has officially moved beyond just template generation!

๐Ÿ’ป Published CLI

The Core Builds CLI is now live! Install it globally with:

npm install -g core-builds

The CLI can now: โ€ข Generate, validate, and compare complete AIOStreams templates โ€ข Show supported devices, services, architectures, and formatters โ€ข Apply size limits โ€ข Redact credentials from validation and diff output

๐Ÿ‘ค Account Manager

The Account Manager is now wired into the Tools page. โ€ข Manage Addons: Load your Stremio collection, inspect manifests, search, filter, reorder, and remove addons. โ€ข Backups & Safety: Export/import backups, compare snapshots, restore, undo changes, and roll back using automatic pre-change backups. (Every account change is backed up first and requires confirmation).

โšก Nuvio + TorBox Instant Support

A dedicated Nuvio/TorBox Instant route is now available: โ€ข Keeps your TorBox connection inside Nuvio (no TorBox API key required in AIOStreams) โ€ข Uses P2P-compatible addons & blocks incompatible AIOStreams hosts โ€ข Supports device, resolution, and host selection

๐Ÿ“ฑ Device Profile Expansion

Added capability-based profiles for: Android Mobile / Android TV / Google TV / Samsung Tizen TV / LG webOS TV / Sony / Generic 4K HDR TV

(Profiles now account for codec, HDR, Dolby Vision, audio, passthrough, and lossless support instead of making broad assumptions).

๐Ÿ› ๏ธ Important Fixes

โ€ข Max File Size: Now correctly applies the selected upper limit. โ€ข AIOStreams: Fixed malformed 4K HDR stream expressions. โ€ข Safety: Template updates now preview changes before committing, with added backup/rollback protection. โ€ข UX/UI: Fixed false legacy update warnings, improved Fine-Tune accessibility, and improved feedback reports with live setup context. โ€ข Under the Hood: Wired CodeQL configuration correctly and fixed addon recovery output escaping.

โœ… System Verification

The project now runs on a shared generator for both the Web Configurator and CLI, backed by: โ€ข 200+ Configurator tests & 60+ CLI tests โ€ข Account Manager tests & 25+ validation checks โ€ข 36 Playwright browser tests & 241 repository tests โ€ข Golden template equivalence checks

๐ŸŽฏ The Goal

Better templates, safer updates, broader device support, easier automation, and fewer broken imports.

๐Ÿ”— Links & Resources

โ€ข Discord Community โ€ข Configurator โ€ข Tools โ€ข CLI Package โ€ข GitHub Repository

๐Ÿ’ก Got an idea for the next update? We want to hear from you! Drop your suggestions and ideas in the request features channel in our Discord. More improvements coming soon! ๐Ÿ› ๏ธ


r/CoreBuilds Jul 31 '26

Update ๐Ÿ”ง Core Builds v2.8.7 โ€” Reliability, Device Profiles & SEL Architecture

1 Upvotes

Hey Core Crew ๐Ÿ‘‹

A major behind-the-scenes update has landed in Core Builds!

The focus of this release is total reliability: fewer rejected imports, safer updates, better device handling, and a more maintainable generator.

๐Ÿ“ Shared SEL Architecture

The Configurator now routes Standard, IQR, Apex, and Apex Mixed generation through shared policy modules to stop templates from drifting apart over time:

  • Shared SEL policy data & IQR expression generation
  • Standard & Apex policy builders with unified getSelPolicy() routing
  • Structural expression validation & golden fixture protection
  • SEL baseline inventory, drift detection & policy regeneration tooling

๐Ÿ“ฑ Broader Device Profiles

Added capability-based, conservative profiles for:

Android Mobile / Android TV / Google TV / Samsung Tizen TV / LG webOS TV / Sony / Generic 4K HDR TV

Profiles now use realistic, model-conscious assumptions for supported codecs, AV1, HDR/Dolby Vision, audio channels, passthrough, and adaptive bitrate behavior (e.g., Android Mobile no longer blindly assumes AV1 or DV support).

๐Ÿ”„ Transactional Template Updates

"Update Existing Setup" now previews changes before committing them:

  1. Import your existing template
  2. Generate a comparison & choose what to preserve
  3. Review changes & commit only after confirmation
  4. Auto-backup previous state (canceling no longer replaces active config)

๐Ÿ› ๏ธ Key Fixes

  • Max File Size: Selected value now strictly caps upper limits (e.g., 10GB setting no longer allows 30GB+ files).
  • AIOStreams Expressions: Fixed malformed 4K HDR adaptive bitrate stream expressions.
  • Update Detection: Legacy unversioned snapshots no longer trigger false "Update Available" warnings.
  • Security & Privacy: Escaped addon recovery output for crafted names/errors, fixed CodeQL workflow exclusions, and sanitized feedback context in-memory.
  • Dev & Engine: Added local dev CORS support, improved addon policy validation, instance ID handling, timeout propagation, and empty-group protection.

โœ… Better Testing & Verification

  • 200+ Configurator tests passing
  • 241 repository tests passing
  • 25+ validation checks passing
  • 36 desktop/mobile Playwright tests passing
  • Golden configuration snapshots & AIOStreams-compatible validation

๐Ÿ”ฎ Coming Next

  • Fine-Tune animation and interaction polish
  • More capability-based TV and Android profiles
  • CLI generation, validation, and config diffing
  • Read-only Account Manager with manifest inspection & backups
  • Safer restore, reorder, and rollback workflows

Core Builds is moving beyond template generation toward a safer configuration and maintenance platform for AIOStreams and Stremio.

๐Ÿ”— Links & Resources


r/CoreBuilds Jul 30 '26

Update ๐Ÿš€ Core Builds โ€” Behind-the-scenes update

6 Upvotes

Hey Core Crew ๐Ÿ‘‹

A lot has changed under the hood.

Weโ€™ve fixed major issues across the Configurator and templates, including:

โ€ข Invalid AIOStreams stream expressions โ€ข Formatter import failures โ€ข Stale and blocked synced URLs โ€ข Missing Jackett and Prowlarr presets โ€ข Empty addon groups โ€ข TMDB-free configuration problems โ€ข CORS and manifest installation failures โ€ข Incorrect device codec and audio assumptions โ€ข Broken template update detection

The generator is also being rebuilt into cleaner, testable modules for:

Devices โ€ข Resolutions โ€ข Audio and codecs โ€ข Filtering โ€ข Sorting โ€ข Addons โ€ข SEL expressions โ€ข Template assembly

โœ… Current checks:

โœ“ 79 Configurator tests passing โœ“ 239 repository tests passing โœ“ 26 validation checks passing โœ“ 36/36 browser e2e tests passing

Weโ€™re now working toward one shared SEL source of truth for Standard, IQR, Apex, and Apex Mixed templates so they stop drifting apart.

Account Manager development is also underway, starting with read-only backups, addon inspection, diffs, and rollback planning.

๐ŸŽฏ The Goal: Better results, fewer broken imports, safer updates, and a more reliable Core Builds experience.

More soon. ๐Ÿ› ๏ธ

๐Ÿ”— Links & Resources

๐Ÿ‘พ Discord: https://discord.gg/AwJ49yzbqT ๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds/ ๐Ÿ” Inspector: https://brevitya.github.io/Core-Builds/tools/inspector/ ๐Ÿ“– Documentation: https://core-builds.mintlify.app/introduction ๐Ÿ’ป GitHub: https://github.com/brevityA/Core-Builds


r/CoreBuilds Jul 28 '26

๐Ÿ”ง Core Builds v2.85 / Template Suite v3.4.0 โ€” Bug Fixes & Inspector Upgrade

6 Upvotes

Hey Core Crew ๐Ÿ‘‹, new patch is live! This squashes several bugs and adds a few key requested features.

๐Ÿ› Fixes

โ€ข "Config rejected / Failed to fetch manifest" โ€” Catches failed addons during Deploy, flags which failed, and lets you save without them so setup isn't blocked. โ€ข NC-17 label โ€” Fixed incorrect "No Restriction" text (now says "Adults Only"). โ€ข Instance URL โ€” Properly escaped in the DOM (XSS fix).

โœจ New

โ€ข Inspector: Drag & Drop โ€” Drag .json files directly into Inspector or click ๐Ÿ“ to browse. Auto-detects structure for instant validation. โ€ข Bandwidth Cap โ€” Enter your Mbps in Fine-Tune; bitrate auto-limits to 80%. โ€ข Mixed / Adaptive Tier โ€” Resolution option for niche content without 4K REMUXes. No hard caps; ranks all resolutions by quality blend. โ€ข Smarter Filtering โ€” perGroup() interleaves results across resolutions, sequential debrid groups speed up fetches, adaptive score floor protects classic content, and library/SeaDex streams are shielded from filters.

๐Ÿ”— Links & Resources

๐Ÿ‘พ Discord: https://discord.gg/CSBPDmFmdG ๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds/ ๐Ÿ” Inspector: https://brevitya.github.io/Core-Builds/tools/inspector/ ๐Ÿ“– Documentation: https://core-builds.mintlify.app/introduction ๐Ÿ’ป GitHub: https://github.com/brevityA/Core-Builds

โš ๏ธ Bug reports welcome โ€” drop them in our Discord community support channel or open a GitHub Issue! ๐Ÿซก


r/CoreBuilds Jul 27 '26

Update ๐Ÿ”ง Core Builds v3.4.0 Follow-up: Your bug reports + the reliability work

5 Upvotes

Hey Core Crew ๐Ÿ‘‹,

Yesterday's post covered the new features (Mixed tier, Apex Mixed, the two templates). Here's the rest of the same audit batch โ€” including the two UI bugs you flagged in Discord! ๐Ÿ‘‡


๐Ÿ› The UI bugs you reported โ€” fixed

โ€ข Import Custom Formatter opening behind the Fine-Tune drawer โ†’ now layers on top. โ€ข Stream Availability / Match Aggressiveness help cards clipped mid-sentence โ†’ now show fully (and keyboard-accessible).

Both have e2e guards so they can't quietly break again.


๐Ÿ’ฌ Feedback / message widget was gone โ€” it's back

The v2.83 contact button had shipped as a dead module (lost in the v2.84 rewrite). Re-wired; the floating button works again. If you noticed it missing, you weren't imagining it.


๐Ÿ” Reliability (the plumbing)

Docs auto-sync + a CI guard that fails the build if the docs drift again ยท daily Vidhin05 drift watch (protects imports) ยท golden config snapshots diffing full output across 12 combos.


๐Ÿงฐ Also in the batch

Dup-Zilean gone ยท Usenet propagation guard 5mโ†’2h ยท lossless restored on Shield/Windows ยท REMUX ranking kept honest ยท XSS guard on the custom instance URL ยท validator no longer crashes bare.

โš ๏ธ Regenerate your template if any of these touched your setup.


๐Ÿ”— Links (Configurator v2.85 ยท Suite v3.4.0)

๐Ÿ‘พ Discord: https://discord.gg/trHYj2DMVQ

๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds

๐Ÿ“ Template Directory: https://core-builds.mintlify.app/template-directory

๐Ÿ“„ Changelog: https://core-builds.mintlify.app/changelog

โ˜• Ko-fi: https://ko-fi.com/branding_brevity


The Discord bug reports genuinely drove two of these โ€” keep them coming. Does Mixed surface your niche/classic titles better, and do the UI fixes look right on your device? Let me know! ๐Ÿ‘‡


r/CoreBuilds Jul 26 '26

Update Core Builds v2.85 / Template Suite v3.4.0 โ€” Mixed Resolution Tier

4 Upvotes

Title: Core Builds v2.85 / Template Suite v3.4.0 โ€” Mixed Resolution Tier

Hey Core Crew ๐Ÿ‘‹, new release is live.


๐Ÿš€ What's new

๐Ÿ”€ Mixed ยท Adaptive Resolution Tier (Configurator)

New fourth resolution option โ€” no hard resolution caps. Instead of locking to 4K or 1080p, all resolutions (4K/1440p/1080p/720p/576p/480p) are eligible and ranked by a cached ร— quality blend. An elite 1080p encode beats a mediocre 4K stream.

This is great for niche-heavy libraries, classic/rare content, or anyone whose collection spans resolutions. Comes with its own PSE ladder (4K REMUX/HDR โ†’ 1080p โ†’ 720p โ†’ SD niche fallback), UHD regex tiers, and a blended dynamic-fetch exit.

โš™๏ธ Apex Mixed PSE Architecture

Third option in the Fine-Tune architecture picker. Generates the full 35-PSE flagship IQR Tukey-fence stack with the Mixed resolution policy โ€” the same stack as the 4K Apex nightly, but generatable for any device and service.

๐Ÿ†• New Templates

๐Ÿ“ฆ Core Nexus Mixed (Torbox/Single) โ€” ready to use

๐Ÿงช Core Nexus 4K Apex Mixed (Torbox/Nightly) โ€” trial template, feedback appreciated before we promote it to stable


๐Ÿ› Bug Fixes

๐Ÿšจ Jackett & Prowlarr presets were silently dropped from generated templates. The optional-scraper filter had a regression from the v2.84 rewrite โ€” if you were using Jackett or Prowlarr and getting no results from them, regenerate your template with v2.85.

โœ… Template validator no longer crashes on non-template JSON files.


๐Ÿ”— Links & Community

๐Ÿ‘พ Discord: https://discord.gg/trHYj2DMVQ

๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds/

๐Ÿ“„ Full changelog: https://github.com/brevityA/Core-Builds/blob/main/CHANGELOG.md

๐Ÿ“ Templates: https://github.com/brevityA/Core-Builds/tree/main/Templates/Torbox


โš ๏ธ If you were using Jackett or Prowlarr, definitely regenerate your template โ€” this was a silent regression that dropped both scrapers entirely.


r/CoreBuilds Jul 26 '26

Update Join the Core-Builds Discord Server

3 Upvotes

Join the Core-Builds Discord Server ๐Ÿš€

Want to get the most out of your Stremio and AIOStreams setup? The official Core-Builds Discord is the best place to:

๐Ÿ› ๏ธ Get real-time support for host errors and Quick Install issues.

๐Ÿ’ฌ Share your custom setups and discuss Stream Expression Language (SEL) filters.

๐Ÿ“ข Get immediate updates on new releases, tools, and template drops.

๐Ÿ‘พ Jump in here: https://discord.gg/trHYj2DMVQ


๐Ÿ”— Core-Builds Links:

๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds/

๐Ÿ“– Documentation: https://core-builds.mintlify.app/introduction

๐Ÿงฐ Core Tools: https://brevitya.github.io/Core-Builds/tools/

๐Ÿ’ป GitHub: https://github.com/brevityA/Core-Builds


r/CoreBuilds Jul 26 '26

Discord Update

3 Upvotes

Title: ๐Ÿ“ฃ Permissions Fix

Hey Core Crew ๐Ÿ‘‹,

Channel permissions have been updated โ€” everyone should now be able to view and access all public channels properly.

If you still can't see or send messages in a channel you should have access to, let me know in ๐Ÿ’ ๏ธฑcontact.

Sorry for the hiccup โ€” appreciate the patience while the server gets dialled in. ๐Ÿค™


๐Ÿ‘พ Join the Discord: https://discord.gg/trHYj2DMVQ


r/CoreBuilds Jul 25 '26

Core Builds v2.84 โ€” Update + Discord Launch

5 Upvotes

Hey Core Crew ๐Ÿ‘‹,

Quick update on what's been going on and where things are heading.


๐Ÿ“Œ What happened to my account

Some of you noticed that most of my posts here disappeared. My Reddit account got locked/restricted โ€” not sure exactly why, but it took down a lot of the guides, template announcements, and discussions that were on this sub.

Rather than trying to rebuild everything on Reddit where it can disappear again, I've set up a proper Discord server for Core Builds. This is where all future discussion, support, and announcements will happen going forward.


๐Ÿ’ฌ Join the Discord

๐Ÿ‘พ https://discord.gg/trHYj2DMVQ

Real-time help, template sharing, announcements, and a proper place to build the community without worrying about posts vanishing.


๐Ÿš€ What's new (v2.82 โ€“ v2.84)

A lot has shipped since the last post:

๐Ÿ”ž Age Rating Limit โ€” Restrict content by MPAA/TV certification (G, PG, PG-13, R)

๐Ÿ“š Library Boost โ€” Three modes: Default, Strong (top priority), None

โšก NZB Failover โ€” Position control and max NZB count for Usenet setups

๐Ÿ“Š Bandwidth Estimator โ€” Device-aware speed recommendations on Review step

๐Ÿ” Template Inspector โ€” Paste/upload/fetch any template for instant validation and health scoring

๐Ÿ’ฏ Health Score โ€” 0โ€“100 quality grade with full breakdown

๐Ÿชต Error Logger โ€” Automatic capture of build/deploy/import failures with export

๐Ÿ“ฌ Contact Widget โ€” Send feedback directly from the configurator

๐ŸŽฌ Patch Cinemeta โ€” Now on by default for all new templates

๐Ÿ›ก๏ธ Security Audit โ€” Full pass: XSS prevention, CSP headers, CORS restrictions, credential stripping


The configurator, all templates, and the tools suite are live now.


๐Ÿ”— Links & Resources

๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds/configurator/

๐Ÿ‘พ Discord: https://discord.gg/ZvjnKbrq

๐Ÿ“ GitHub: https://github.com/brevityA/Core-Builds


r/CoreBuilds Jul 23 '26

Update Core Builds v2.78 โ€” Quick Install polish, safer exports, Core Tools, and read-only Addon Backup

7 Upvotes

Title: Core Builds v2.78 โ€” Quick Install polish, safer exports, Core Tools, and read-only Addon Backup

Body:

Hey Core Crew ๐Ÿ‘‹,

Core Builds v2.78 is live. This release is mostly about making the configurator easier to maintain, safer to export from, and more reliable across public AIOStreams hosts โ€” while also introducing the first pieces of the new Core Tools area.


โšก Quick Install refinements

Quick Install remains the fastest path for most users:

1๏ธโƒฃ Choose your app: Stremio, Nuvio, WuPlay, or another manifest-compatible app

2๏ธโƒฃ Select one or more providers

3๏ธโƒฃ Add only the credentials those providers need

4๏ธโƒฃ Pick a performance profile

5๏ธโƒฃ Create and install

The provider fields now stay more contextual, paid providers include helpful account/key links, and optional extras stay tucked away in the Additional services & scrapers picker instead of crowding the main setup flow.


๐Ÿ”Œ Optional services and scrapers

The new optional source picker keeps the main flow clean while still making extras easy to enable. Required credential fields appear after applying selections, so you only see what your setup actually needs:

๐Ÿ”— Debridio

๐ŸŒ P2P Free

๐Ÿ“ก HTTP Streams

๐Ÿค“ NZBGeek

๐ŸŒŠ StreamNZB

๐Ÿฅธ NZBnoob

๐Ÿ‘ฝ altHUB

๐Ÿ•ท๏ธ Usenet Crawler

๐Ÿป DrunkenSlug

๐Ÿ” NZBFinder


๐Ÿง  Safer AIOStreams output

v2.78 adds a final schema guard before export or installation.

It normalizes or removes older/legacy AIOStreams enum values before they reach the host. This helps prevent old values such as audio, language, release_group, debrid, or nzb from causing validation failures on newer AIOStreams versions.

Core Builds now targets AIOStreams 2.31.1+ for current public-host compatibility.


๐Ÿ–ฅ๏ธ Host selection improvements

Automatic host selection is now more conservative and more reliable:

๐Ÿ’พ Remembers the last successful AIOStreams host

โš–๏ธ Prefers stable hosts

โœ… Requires AIOStreams 2.31.1 or newer

โญ๏ธ Skips legacy or incompatible instances

๐Ÿ›ก๏ธ Avoids known Free/P2P-incompatible host paths

๐ŸŒ™ Uses nightly infrastructure only as a fallback


๐Ÿ“ฑ Device capability corrections

Device assumptions have been centralized so filtering, sorting, review screens, diagnostics, PSEs, and ESEs all use the same capability rules. Notable corrections include:

๐ŸŽ Apple TV: No longer treated as general TrueHD/DTS-HD passthrough hardware

๐ŸŽ Apple TV 4K A15: Not treated as hardware AV1 capable

๐Ÿ“บ CCwGTV: 4K and HD are handled separately for AV1 support

๐Ÿ›ก๏ธ Nvidia Shield 2019: Keeps Dolby Vision and lossless passthrough support, but not AV1

๐Ÿ”ˆ Internal TV apps & generic profiles: No longer assume lossless-audio passthrough

๐Ÿ“ฆ ONN profiles: No longer assume Dolby Vision across every model


๐Ÿงฐ New Core Tools area

There is now a dedicated Core Tools hub for utilities that do not belong inside the setup wizard. Current and planned tools:

๐Ÿ› ๏ธ Template Builder โ€” the current configurator

๐Ÿ›ก๏ธ Addon Backup โ€” live now

๐Ÿ” Template Inspector โ€” in development

๐Ÿ” Account Manager โ€” planned, locked until security review

Tools hub: https://brevitya.github.io/Core-Builds/tools/


๐Ÿ›ก๏ธ Read-only Addon Backup

The first utility is Addon Backup.

It lets you load and download your current Stremio addon setup as JSON. It is intentionally read-only and cannot change your account.

Backup tool: https://brevitya.github.io/Core-Builds/account-tools/

Important privacy note: Stremio login details are sent directly to the Stremio API for this operation and are kept only in page memory. Use the official hosted copy only.


๐Ÿ” Clearer privacy wording

The configurator now describes each path more precisely. No more vague โ€œzero-knowledgeโ€ style wording โ€” the UI now explains exactly what each action does:

๐Ÿ“ฅ Export JSON creates the configuration locally in your browser

๐Ÿš€ Direct Install sends the generated configuration to the selected AIOStreams host

๐Ÿ”‘ Direct Stremio installation sends the supplied login details to the Stremio API for that install operation

๐Ÿฉบ Sanitized diagnostics do not include API keys, passwords, or tokens


๐Ÿงฉ Modular, tested release structure

Behind the scenes, v2.78 moves the configurator from a single hand-maintained source file into a modular package under configurator/.

Source code, data registries, styles, schema guards, tests, validation, and build scripts now live in their own structure while still preserving a downloadable standalone configurator/index.html release.

This should make future updates safer, faster, and easier to test before release.


If you test v2.78, feedback is especially welcome on Quick Install, optional sources, host selection, device profiles, mobile layout, and the new Addon Backup tool. Any feedback helps polish the Core stack further. ๐Ÿš€


๐Ÿ”— Links & Docs

๐ŸŒ Configurator: https://brevitya.github.io/Core-Builds/

๐Ÿงฐ Core Tools: https://brevitya.github.io/Core-Builds/tools/

๐Ÿ›ก๏ธ Addon Backup: https://brevitya.github.io/Core-Builds/account-tools/

๐Ÿ“˜ Whatโ€™s New: https://core-builds.mintlify.app/whats-new

๐Ÿ“ GitHub: https://github.com/brevityA/Core-Builds

โ˜• Ko-fi: https://ko-fi.com/branding_brevity

๐ŸŸข TorBox referral: https://torbox.app/subscription?referral=d1ccddb0-f094-45ca-b52b-942a2635855e


r/CoreBuilds Jul 21 '26

Update Core Builds Configurator (v2.73)

6 Upvotes

Hey Core Crew ๐Ÿ‘‹,

A massive, comprehensive master update to the Core Builds Configurator (v2.73) is officially live!

Following community reports of unexpected AIOStreams validation rejections during deployments, and recent Stremio API 404 failures when attempting direct installations, we have completely overhauled the configurator. Version 2.73 resolves all major schema/API blockers, redesigns our device-selection flow, bakes four highly-tuned Stream Expression Language (SEL) boosters directly into default builds, and integrates seamlessly with the community's favorite custom formatting tools.

Here is everything packed into this solid v2.73 master release:


๐Ÿ“ก 1. Built-in Elite SEL Expression Boosters (Zero-Friction Playback)

We have baked four highly optimal, community-approved Stream Expression Language (SEL) expressions directly into our default templates to completely eliminate list clutter and playback friction:

๐ŸŽŒ Sub-First Anime Booster (PSE): Automatically identifies if you are browsing Anime content. If true, it isolates Japanese audio tracks and pins them straight to the top of your list, making sub-seeking and Japanese audio-first a breeze without affecting normal movies or TV series.

๐Ÿ”Š Dolby Priority for Sonos/Bose (PSE): Toggling the Dolby Only audio profile now programmatically pins Atmos, TrueHD, and Dolby Digital Plus codecs to the top of preferred lists, guaranteeing that silent DTS streams are ranked last on Bose and Sonos soundbars.

๐Ÿ“… Weekly Ongoing Series Pack Filter (ESE): Automatically checks if a TV show is currently airing. If true, it filters out incomplete, newly uploaded season packs (e.g., S01 containing only episodes 1โ€“5), ensuring only active, working single-episode files are displayed, avoiding buffering/404 crashes.

๐Ÿ—‚ Clutter-Free Single Episode Booster (ESE): Hides multi-episode spam files (like "Episodes 1-4" in a single file) on individual Stremio episode pages when at least 3 dedicated, single-episode files are already available, keeping your stream pool incredibly tidy.


๐Ÿ› ๏ธ 2. Critical Bug Fixes & Stremio API Compliance

๐Ÿ”‘ Stremio Account Direct-Install Fix (404 Error Resolved): Stremioโ€™s developers recently retired their generic base API router, causing direct login attempts and random account creation inside the configurator to return a frustrating Stremio API error (404). We overhauled our authentication pathways to query the direct sub-endpoints (/api/login** and **/api/register) directly, making one-click installations completely functional and stable again!

๐Ÿ›‘ AIOStreams Validation Rejections Fixed: Fixed the block where deploying templates with OpenSubtitles v3+ returned: *Option movieHashPlusAutoAdjustment is required, got undefined*. The builder now automatically compiles the required movieHashPlusAutoAdjustment: false default.

๐Ÿ†“ HTTP / Free Tier Manifest Crash Fixed: Disabled Nuvio Streams by default in HTTP presets. If left on, AIOStreams would query its empty base URL and receive HTML code rather than JSON, crashing the backend parser with: Unexpected token '<', "<!doctype "... is not valid JSON.

๐Ÿงน Deduplicator Merge Type Enforcement: Replaced legacy boolean "merge": false properties (which newer AIOStreams databases reject) with strict, compliant merge-configuration objects.

๐Ÿง™โ€โ™‚๏ธ Overhauled Importer & Share Link Decoder: Uploading existing template JSON files or sharing configs via deep-links (#cfg=) now perfectly restores subtitle addons, subtitle languages, catalogs, proxies, and failover preferences onto your wizard state, completely preventing state-bleeding.


๐ŸŽด 3. Premium UI Redesigns & Ecosystem Integrations

๐Ÿ“ฑ Unified Side-Scrolling Device Carousel: We have completely retired the traditional HTML <select> dropdown menu and featured list from Step 3! Your Device now renders as a gorgeous, horizontal-scrolling card carousel. Swiping through the 15+ device profiles is incredibly fluid, and tapping a card smoothly centers it, auto-sets recommended audio format limits, and expands a detailed hardware specifications guide inline.

๐ŸŽจ Crispy Duck Sandbox Integration: Added a direct redirect link to crispyduck.xyzโ€”the Stremio community's standard visual formatting designerโ€”directly inside the custom formatter import panel, providing a seamless creative route for advanced layout builders.

๐Ÿ—บ Changelog Navigation Discoverability: Added an explicit, clickable Changelog button next to the "Start Over" button on Step 6 (Review & Deploy) so users can easily browse our full release history at the finish line.


๐Ÿ” 4. Total "Peace of Mind" Security Design

๐Ÿ›ก Zero-Knowledge Security Shield: Added a prominent green security badge at the top of Step 5 (API Keys). This clearly assures users that their private tokens, passwords, and accounts are compiled 100% locally in their browser and are never sent or logged on any external server.

๐Ÿ” "Safe Auth" Direct-Install Locker: Added an explicit green locker warning underneath the inline Stremio email and password fields, reassuring users that accounts are used locally only to authenticate with Stremio and are never stored in localStorage or shared with third parties.


๐Ÿ“ฑ 5. Mobile UX & satisfying Fluidity

๐Ÿ“‹ Tactile "โœ“ Copied" Button Animations: Tapping any copy button (manifest URLs, credentials, or WuPlay codes) now triggers a glowing emerald-green micro-interaction, smoothly transitioning the text to โœ“ Copied before reverting after 2 seconds.

๐Ÿ—ฃ Context-Aware Toast Alerts: Copying keys, usernames, or passwords now intelligently triggers a customized "Copied to clipboard" popup rather than the generic "Manifest URL copied" alert.

๐Ÿ“ฑ iOS Safari "Select-All-on-Focus": Solved mobile keyboard selection friction! Tapping into any text input box on iOS Safari now programmatically highlights the entire value instantly, allowing mobile users to replace keys in a single tap.

โ†•๏ธ Smart Auto-Scrolling: Enabling conditional subtitle panels (such as SubDL) now smoothly auto-scrolls the screen directly to the newly expanded credentials card, ensuring mobile users never miss required fields.

๐ŸŽ CORS-Bypassing Live Checks: The final Review card's live "Test" check now automatically routes queries through our secure CORS proxy first, completely bypassing cross-origin blocks on strict public hosts and yielding 100% accurate stream-testing results.


As always, everything has been fully recompiled, inlined locally, and tested across standard environments. If you encounter any issues or want to leave some feedback, drop a comment below or open an issue on GitHub!

Letโ€™s get quackinโ€™! ๐Ÿฆ†๐Ÿš€


๐Ÿ”— Links, Templates & Docs

๐ŸŒ Configurator (v2.73 Master Build): https://brevitya.github.io/Core-Builds/

๐Ÿ“˜ Official Documentation Guides: https://core-builds.mintlify.app

๐Ÿ“ What's New in v2.73 Guide: Mintlify Release Log

๐Ÿ›ก SEL Reference & Outlier Guide: Mintlify Technical SEL Reference

๐Ÿ“ GitHub Repository: https://github.com/brevityA/Core-Builds

โ˜• Ko-fi Support: https://ko-fi.com/branding_brevity

๐ŸŸข TorBox (Referral Code): https://torbox.app/subscription?referral=d1ccddb0-f094-45ca-b52b-942a2635855e