Avatar Item Collection
Avatar-Item-Collection is the avatar library name used by XeCLI for browsing, download, install planning, and console-side deployment.
XeCLI includes two selection paths for this library:
rgh avatar choosefor a terminal-based pickerrgh avatar browsefor a Windows picker
Both sit on top of the same manifest, cache, ownership patch, and install pipeline.
This is the name shown throughout the CLI, the wiki, and the hosted library.
What XeCLI Supports
XeCLI now exposes a finished avatar command surface against this collection in local or remote mode:
rgh avatar library showrgh avatar library setrgh avatar gamesrgh avatar itemsrgh avatar choosergh avatar browsergh avatar installrgh avatar apply
That surface can:
- resolve the active collection root
- fall back to the hosted GitHub collection when a local corpus is not configured
- build and cache a searchable item index
- resolve item names and title labels from package metadata before falling back to raw IDs
- list games with avatar content
- list items by title, text match, publisher, or derived tag
- offer a terminal picker for title-first or item-first selection
- offer a Windows picker for search, filtering, multi-select, and select-all workflows
- patch ownership for a target XUID
- install directly into the console content tree with progress-aware transfer output
- fall back to XBDM upload and verification when FTP is unavailable
- show progress bars and per-item status during multi-item installs
Collection Layout
The top-level folder should be named Avatar-Item-Collection.
XeCLI supports two on-disk layouts inside each title folder.
Standard avatar-content layout
Avatar-Item-Collection/
415608C3/
00009000/
000000080DF3B242CAE65A52415608C3
This is the common Xbox 360 avatar-content structure.
Irregular title-root payload layout
Avatar-Item-Collection/
58410A5D/
0000020800060102C383304058410A5D
XeCLI preserves that root layout during install instead of forcing a 00009000 folder.
Runtime Paths
By default XeCLI resolves the collection root in this order:
- explicit
--library <DIR> - saved config value
XECLI_AVATAR_COLLECTION_ROOTAvatar-Item-Collectionbeside the executable- the local fallback path bundled into the current build or test environment
If no local corpus is available, XeCLI can switch to the hosted GitHub-backed collection automatically or when --remote is supplied.
Hosted collection:
Index cache and working files live under the XeCLI config or cache directories unless overridden.
Typical runtime paths:
%APPDATA%\XeCLI\avatar-index.v3.json%APPDATA%\XeCLI\avatar-work\...%LOCALAPPDATA%\XeCLI\cache\avatar\avatar-remote-index.v1.json%LOCALAPPDATA%\XeCLI\cache\avatar\packages\...%LOCALAPPDATA%\XeCLI\cache\avatar\download-cache\...
Command Usage
Show the active collection path
rgh avatar library show
rgh avatar library show --remote
Save the default collection path
rgh avatar library set --path A:\Downloads\12\em\Avatar-Item-Collection
rgh avatar library set --manifest-url https://raw.githubusercontent.com/SaveEditors/Avatar-Item-Collection/main/avatar-manifest.json
rgh avatar library set --title-map-url https://raw.githubusercontent.com/SaveEditors/Avatar-Item-Collection/main/avatar-title-map.json
rgh avatar library set --content-base-url https://raw.githubusercontent.com/SaveEditors/Avatar-Item-Collection/main/
rgh avatar library set --download-cache C:\Users\B\AppData\Local\XeCLI\cache\avatar\download-cache
List games with avatar items
rgh avatar games
rgh avatar games --search "Black Ops"
rgh avatar games --remote --search "Black Ops"
List items for a title
rgh avatar items --titleid 415608C3 --limit 10
rgh avatar items --titleid 58410A5D --limit 10
rgh avatar items --remote --titleid 415608C3 --limit 10
Choose items in the terminal
rgh avatar choose --search "Black Ops" --current-user
rgh avatar choose --remote --titleid 58410A5D --all --current-user
Browse items in the Windows picker
rgh avatar browse --remote
rgh avatar browse --remote --titleid 415608C3 --search hoodie
Install one item for the current signed-in user
rgh avatar install --contentid 000000080DF3B242CAE65A52415608C3 --current-user
rgh avatar install --remote --contentid 000000080DF3B242CAE65A52415608C3 --current-user
Install every item for a title
rgh avatar install --titleid 415608C3 --all --current-user
rgh avatar install --remote --titleid 415608C3 --all --current-user
Install one item through the alias
rgh avatar apply --contentid 0000020800060102C383304058410A5D --current-user
Ownership and Install Model
Avatar installs are not just file copies.
XeCLI:
- resolves the target user XUID
- patches ownership data in a temporary working copy
- preserves the item’s original relative store layout
- uploads to the console content tree
- verifies the remote file size
When --remote is used, XeCLI first downloads the selected package from the hosted Avatar-Item-Collection repo into the local cache, verifies it, patches ownership, and then uploads it to the console.
The download step is cached so repeated installs do not re-fetch the same package unless the manifest changes or the local cache is cleared.
If no explicit XUID is provided, XeCLI resolves the current signed-in user from the console and uses that XUID for patching.
Remote Install Paths
XeCLI installs avatar items into the console content tree under:
/Hdd1/Content/0000000000000000/<TITLEID>/...
Examples validated against a live console:
Standard layout proof
- source:
A:\Downloads\12\em\Avatar-Item-Collection\415608C3\00009000\000000080DF3B242CAE65A52415608C3- remote:
/Hdd1/Content/0000000000000000/415608C3/00009000/000000080DF3B242CAE65A52415608C3
Root-layout proof
- source:
A:\Downloads\12\em\Avatar-Item-Collection\58410A5D\0000020800060102C383304058410A5D- remote:
/Hdd1/Content/0000000000000000/58410A5D/0000020800060102C383304058410A5D
Transport Behavior
XeCLI prefers FTP for avatar install when the console FTP service is available.
If FTP is unavailable, XeCLI can fall back to:
- XBDM directory creation
- XBDM file upload
- XBDM-side size verification
That means avatar install does not depend entirely on FTP being up.
The simplest way to use the library is:
- pick a game from the catalog
- filter the items for that game
- select one or many items
- install them with
rgh avatar install
XeCLI includes both a terminal picker and a Windows picker that follow that flow.
Search and Metadata
XeCLI indexes avatar items with:
- title ID
- resolved title name
- content ID
- display name
- game name when present
- publisher
- file size
- relative store path
- derived tags
- package layout type
Title matching uses container metadata first, then the bundled Title ID database as fallback. That keeps avatar item labels readable even when a package would otherwise surface only a raw content ID.
For hosted browsing, XeCLI uses the remote manifest/title-map pair before falling back to the bundled database. That keeps title labels consistent across the CLI and future UI clients.
Use With Other Tools
Other launchers or managers can reuse the same collection name and layout model.
The clean integration pattern is:
- point to
Avatar-Item-Collection - build or reuse an index
- filter by title or item name
- hand selected installs to XeCLI
That keeps one shared library name and one predictable storage model across tools.