summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-20 13:25:54 +0100
committerYorhel <git@yorhel.nl>2008-11-20 13:25:54 +0100
commit985d0633b1d7ad61bb2eaea877e204ee81c3c3ee (patch)
tree6f624750f8cfa07947e679de09df5cefbe28b95a /data
parent29a9cd8509d27a06785f7c6e34e7515385efab7b (diff)
Related anime on VN pages
Diffstat (limited to 'data')
-rw-r--r--data/global.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index e983b2e3..6b9a1824 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -119,6 +119,17 @@ our %S = (
ra => 'Rape',
}, 7 ],
},
+ anime_types => [
+ # VNDB AniDB
+ [ 'unknown', 'unknown', ],
+ [ 'TV', 'TV Series' ],
+ [ 'OVA', 'OVA' ],
+ [ 'Movie', 'Movie' ],
+ [ 'unknown', 'Other' ],
+ [ 'unknown', 'Web' ],
+ [ 'TV Special', 'TV Special' ],
+ [ 'unknown', 'Music Video' ],
+ ],
);