Skip to content

Commit

Permalink
Split links into metadata for original games
Browse files Browse the repository at this point in the history
  • Loading branch information
tzizi committed Aug 6, 2018
1 parent 5c1c002 commit bc86c4f
Show file tree
Hide file tree
Showing 29 changed files with 3,371 additions and 1,262 deletions.
1 change: 1 addition & 0 deletions _ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def parse_items(site, item, key):

meta = item.get('meta', {})
meta["names_ascii"] = parse_unicode(names(item))
meta["external"] = item.get('external', {})

parse_fn = partial(parse_item, entry_tags=game_tags, meta=meta, meta_tags=meta_tags)

Expand Down
15 changes: 11 additions & 4 deletions originals/0scumm.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@

- name: SCUMM
external:
wikipedia: SCUMM
meta:
genre: [Adventure, Compilation]
genre:
- Adventure
- Compilation

- name: 3D Deathchase
external:
wikipedia: 3D Deathchase
meta:
genre: [Racing]
subgenre: [Vehicular Combat]
genre:
- Racing
subgenre:
- Vehicular Combat
Loading

0 comments on commit bc86c4f

Please sign in to comment.