Experimental Branch Updates #112
Jstudner
announced in
Announcements
Replies: 1 comment 2 replies
|
I will also be improving the Nomad Manager to like.. work lol. going to move transcoding to a secoundary thing, and focus on getting a bunch of little tools like indexing, aswell as formating new sd cards. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Nomad MK3 – Experimental Branch Preview
So… as usual, even though I just pushed a release, I’m already back with what’s coming next 😅
I wanted to put together a proper announcement covering some of the upcoming changes planned for the experimental branch, because this is a pretty big shift for Nomad.
One of the standout features in the MK3 update is CBZ (comic) support. If you’ve been following the project for a while, you’ll know this is more than just “comic support”, it’s actually the result of finally solving a long-standing limitation in Nomad.
What changed
The new system allows Nomad to:
In simple terms: instead of loading an entire archive into memory, Nomad can dynamically pull only the pieces it needs, on demand. This takes the time down from literal hours to minutes or even seconds, making the system viable for use again.
This is a big deal because most “complex” file formats are actually just compressed containers. That includes things like:
Because of this, CBZ support is really just the beginning.
What this unlocks
With this system working, I’m starting a new push toward expanding Nomad beyond traditional media:
ZIM support is already in progress
ROM / Game system support is now much more realistic
General archive browsing is on the table
UI & System Changes
Since this will expand Nomad quite a bit, I’m also planning a few structural updates:
This is a pretty big step toward making Nomad more than just a media server, it’s starting to become a more general offline content platform with support for real offgrid resource in additon to media content.
As always, I’d love to hear your thoughts or suggestions.
Thanks for following along!
All reactions