What would you think about having two contents folders:
That would:
The use case here is someone installed too many sysmodules (preventing the console from booting) and wanted to remove all of them. In the end they had to remove the contents folder and put back the files from the Atmos release.
i suggested something similar a while ago, but with subfolders inside contents here https://github.com/Atmosphere-NX/Atmosphere/issues/870
Definitely support anything that helps manage that folder.
That's what I exactly thought.
That would be a welcome improvement
Reminds me of how systemd has separate directories for package-provided unit files and hand-written unit files. On that note though, dealing with multiple software distributions that all place files in a common directory tree smells a lot like a general package management problem.
Separating AMS content from user content is a very good start, but I would love to see package management be like what we've done for exefs_patches, where they are grouped by patchset: a packages/ directory where each directory represents a different software distribution and has its own contents/, exefs_patches/, etc. directories. Perhaps even specify a manifest with information like human-readable package name, author, release date, homepage, license, supported AMS versions, supported HOS versions, etc., not so much for AMS to use as to create a standard for homebrew package managers to use.
supported AMS versions, supported HOS versions
I'd love to have this feature.
The manifest could also be expanded to e.g. emuMMC on/off, Calcio/Hoag/...
I am mostly okay with this conceptually.
I like the idea, however this could be more confusing to the users. Also, we can't easily migrate existing installs to this
We don't need to migrate anything since the current folder will still work, we'll just need to encourage users to move their stuff to the new folder
That will be the first thing I do if/when this gets implemented Not having to pick through the contents folder to delete sysmodules without deleting mods would be a godsend. As for migration, We could move any directory corresponding to a published Nintendo game. While it's not perfect it would get the vast majority of titles.
I agree with this idea.
The ability to add names after the folder title IDs would also be incredibly nice
No matter what solution we take regarding multi-contents-folder support, atmosphere is never going to allow non-program id folder names (or text after the program id). The complexity overhead is flat out not worth it, it introduces entirely new classes of error case bullshit (like two or more folders with the same program id).
It turns a simple one way mapping via string format into an ambiguous operation that requires a full directory scan.
Not happening.
Makes alot of sense. Ill jsut have to stick to my text file index solution
Most helpful comment
I am mostly okay with this conceptually.