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

View File

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