Myster-Tee / TinfoilWebServer

Install your packages from your own server
GNU General Public License v3.0
124 stars 26 forks source link

edit .TFL file #17

Closed CodeHedge closed 11 months ago

CodeHedge commented 12 months ago

Is there a way to edit the tfl file. There are some files in my repo that aren't recognized by tinfoil. I understand you can create custom items by following Tinfoils documentation

Adding Metadata

You may add or modify title metadata using the "titledb" json key:

{ "titledb": { "050000BADDAD0000": { "id": "050000BADDAD0000", "name": "Tinfoil", "version": 0, "region": "US", "releaseDate": 20180801, "rating": 10, "publisher": "N/A", "description": "Nintendo Switch Title Manager", "size": 14000000, "rank": 1 } } }

Is there a way to expose that tfl file?