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