kodi-game / kodi-game-scripting

Scripting for Kodi Game add-ons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate wiki page

fetzerch opened this issue · comments

Use the parsed/generated information to fill: http://kodi.wiki/view/Game_add-ons#Libretro_cores

There's now some logic (and a template) included that generates a summary page after the generator run:

grafik

Missing information needs to be read from libretro-super metadata, then we can change the template to generate wiki markup.

grafik

  • More data is read from the libretro-super info files.
  • Detect GL by LDDing the binary. Kudos to @a1rwulf for the idea.

Besides summary.html, there's now a text file generated after every run, which can be pasted into the wiki.

grafik