summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-11 19:52:44 +0200
committerYorhel <git@yorhel.nl>2019-09-11 19:52:44 +0200
commit794806518f18bfb5470a785bb47ca799f11679b3 (patch)
tree63be39090829a890f9a95d2397d12635bcaab31b /data/global.pl
parent26c2f1290468309e69d3139842481920e79cd5bc (diff)
VNDB::Types: Convert vn_lengths, anime_types and tag_categories
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl23
1 files changed, 0 insertions, 23 deletions
diff --git a/data/global.pl b/data/global.pl
index 252cc9bb..2e99d049 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -65,24 +65,6 @@ our %S;
p => 'Producers',
u => 'Users',
),
- vn_lengths => [
- # name time examples
- [ 'Unknown', '', '' ],
- [ 'Very short', '< 2 hours', 'OMGWTFOTL, Jouka no Monshou, The world to reverse' ],
- [ 'Short', '2 - 10 hours', 'Narcissu, Saya no Uta, Planetarian' ],
- [ 'Medium', '10 - 30 hours', 'Yume Miru Kusuri, Cross†Channel, Crescendo' ],
- [ 'Long', '30 - 50 hours', 'Tsukihime, Ever17, Demonbane' ],
- [ 'Very long', '> 50 hours', 'Clannad, Umineko, Fate/Stay Night' ],
- ],
- anime_types => {
- tv => 'TV Series',
- ova => 'OVA',
- mov => 'Movie',
- oth => 'Other',
- web => 'Web',
- spe => 'TV Special',
- mv => 'Music Video',
- },
board_edit_time => 7*24*3600,
age_ratings => [-1, 0, 6..18],
release_types => [qw|complete partial trial|],
@@ -120,11 +102,6 @@ our %S;
'1600x900' => [ '1600x900', 'widescreen' ],
'1920x1080' => [ '1920x1080', 'widescreen' ],
),
- tag_categories => ordhash(
- cont => 'Content',
- ero => 'Sexual content',
- tech => 'Technical',
- ),
animated => [ 'Unknown', 'No animations', 'Simple animations', 'Some fully animated scenes', 'All scenes fully animated' ],
icons_story_animated => [ 'unknown', 'story_not_animated', 'story_simple_animated', 'story_some_fully_animated', 'story_all_fully_animated' ],
icons_ero_animated => [ 'unknown', 'ero_not_animated', 'ero_simple_animated', 'ero_some_fully_animated', 'ero_all_fully_animated' ],