Update content type names to match DTT list better

This commit is contained in:
prpr 2024-11-02 21:19:04 +00:00
parent 806918c131
commit 622e9bb98c
2 changed files with 13 additions and 9 deletions

View File

@ -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/

View File

@ -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'
}, },