-
Notifications
You must be signed in to change notification settings - Fork 40
Game Library Database Schema (Obsolete)
athairus edited this page May 4, 2015
·
2 revisions
column name | type | description |
---|---|---|
id | INTEGER | |
title | TEXT NOT NULL | Game title (how do we get it ?) |
is_favorite | BOOLEAN | |
console | TEXT NOT NULL | Should we maintain a list of consoles somewhere ? |
region | TEXT | https://en.wikipedia.org/wiki/GoodTools#Country_codes |
goodtools_code | TEXT | https://en.wikipedia.org/wiki/GoodTools#Standard_codes |
time_played | DATETIME | |
artwork | TEXT | Path to artwork obtained by scraper using TheGamesDB API |
directory | TEXT | path to the directory (how about remote dirs ?) |
filename | TEXT | filename of rom file |
- For now, simple algorithm to get game title based on common file name format ? E.g: "Game Title (Region) [!].ext"
column name | type | description |
---|---|---|
version | INTEGER NOT NULL | Revision of the schema. For migration |
master
Branch
Build Guide (obsolete)