feat(torrents): add movie new sub type and sports new sub type

This commit is contained in:
OldHawk
2017-10-10 14:43:45 +08:00
parent f8e8a4c6ba
commit 7ebfb53cbb
3 changed files with 49 additions and 0 deletions

View File

@@ -780,6 +780,25 @@ module.exports = {
{name: 'T2D_3D', icon: ''}
]
},
{
name: 'MOVIE_SUB_CAT',
cats: ['movie', 'tvserial'],
value: [
{name: 'CARTOON', icon: ''},
{name: 'DOCUMENTARY', icon: ''}
]
},
{
name: 'SPORTS_SUB_CAT',
cats: ['sports'],
value: [
{name: 'FOOTBALL', icon: ''},
{name: 'BASKETBALL', icon: ''},
{name: 'RUGBY', icon: ''},
{name: 'TENNIS', icon: ''},
{name: 'SNOOKER', icon: ''}
]
},
{
name: 'REGION',
cats: ['movie', 'tvserial', 'music', 'sports', 'variety'],

View File

@@ -946,6 +946,21 @@
MTV: 'MTV'
},
MOVIE_SUB_CAT: {
SELF: 'Video Category',
CARTOON: 'Cartoon',
DOCUMENTARY: 'Documentary'
},
SPORTS_SUB_CAT: {
SELF: 'Sports Event',
FOOTBALL: 'Football',
BASKETBALL: 'Basketball',
RUGBY: 'Rugby',
TENNIS: 'Tennis',
SNOOKER: 'Snooker'
},
PLATFORM: {
SELF: 'Platform',
Windows: 'Windows',

View File

@@ -946,6 +946,21 @@
MTV: 'MTV'
},
MOVIE_SUB_CAT: {
SELF: '视频分类',
CARTOON: '卡通片',
DOCUMENTARY: '记录片'
},
SPORTS_SUB_CAT: {
SELF: '运动项目',
FOOTBALL: '篮球',
BASKETBALL: '足球',
RUGBY: '橄榄球',
TENNIS: '网球',
SNOOKER: '斯诺克'
},
PLATFORM: {
SELF: 'Platform',
Windows: 'Windows',