Update content type names to match DTT list better
This commit is contained in:
parent
806918c131
commit
622e9bb98c
@ -1,9 +1,9 @@
|
||||
Package: sweeper
|
||||
Priority: optional
|
||||
Section: misc
|
||||
Version: 2.2.6
|
||||
Version: 2.3.0
|
||||
Architecture: mipsel
|
||||
Maintainer: af123@hummypkg.org.uk
|
||||
Depends: webif(>=1.4.2-10),jim-cgi(>=0.7-2)
|
||||
Depends: webif(>=1.5.3),jim-cgi(>=0.7-2)
|
||||
Description: Sweeper is a package for managing recordings in a variety of ways using custom rules
|
||||
Tags: http://hummy.tv/forum/threads/5138/
|
||||
|
@ -103,14 +103,18 @@ var schema = {
|
||||
negate: true,
|
||||
select: {
|
||||
Unclassified: 'Unclassified',
|
||||
Film: 'Film',
|
||||
Children: 'Children',
|
||||
'News & Factual': 'News & Factual',
|
||||
Entertainment: 'Entertainment',
|
||||
Sport: 'Sport',
|
||||
Education: 'Education',
|
||||
'Entertainment (Show)': 'Entertainment (Show)',
|
||||
'Entertainment (Music)': 'Entertainment (Music)',
|
||||
Drama: 'Drama',
|
||||
Lifestyle: 'Lifestyle',
|
||||
Drama: 'Drama'
|
||||
'News & Factual': 'News & Factual',
|
||||
'News & Factual (Arts)': 'News & Factual (Arts)',
|
||||
'News & Factual (Social)': 'News & Factual (Social)',
|
||||
Education: 'Education',
|
||||
Film: 'Film',
|
||||
Sport: 'Sport',
|
||||
Children: 'Children',
|
||||
Adult: 'Adult'
|
||||
},
|
||||
def: 'Unclassified'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user