Xbox:Pinecone: Difference between revisions
Jump to navigation
Jump to search
m (Added example JSON, and updated credits.) |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|author = [https://github.com/MrMilenko Milenko] / [https://twitter.com/OGX_Harcroft Harcroft] / [https://twitter.com/gregandcin4real Greg the Goat] | |author = [https://github.com/MrMilenko Milenko] / [https://twitter.com/OGX_Harcroft Harcroft] / [https://twitter.com/gregandcin4real Greg the Goat] | ||
|type = Content Discovery Tool | |type = Content Discovery Tool | ||
|version = 0. | |version = 0.5.1 | ||
|license = [http://www.gnu.org/licenses/gpl-3.0.txt General Public License v3.0] | |license = [http://www.gnu.org/licenses/gpl-3.0.txt General Public License v3.0] | ||
|website = [https://teamuix.net TeamUIX Website] | |website = [https://teamuix.net TeamUIX Website] | ||
Line 27: | Line 27: | ||
} | } | ||
</pre> | </pre> | ||
[[Category:Xbox]] |
Latest revision as of 20:25, 4 September 2024
Pinecone
Information | |
---|---|
Author | Milenko / Harcroft / Greg the Goat |
Type | Content Discovery Tool |
Version | 0.5.1 |
License | General Public License v3.0 |
Links | |
Website | TeamUIX Website |
Source | GitHub Repo |
Download(s) | GitHub Repo |
Pinecone is a content discovery tool for Xbox hard drives. It detects title updates and downloadable content. Written in GoLang, Pinecone is currently a command-line interface (CLI) tool, with ongoing efforts to develop it into a graphical user interface (GUI) tool. Eventually, it is planned to serve as a PC counterpart to other Xbox based applications.
Harcroft's Data
Pinecone utilizes JSON files containing hashes, title IDs, and other identifiers for searching purposes. Below is a simplified example of such JSON:
{ "Title": "Advent Rising", "Content ID": "4d4a000900000000", "Title Updates": [], "Title Updates Known": [], "Archived": { "4d4a000900000000": "Contest Week 1" } }