diff --git a/CONTROL/control b/CONTROL/control index 9c3d915..e664e8a 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -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/ diff --git a/webif/plugin/sweeper/schema.js b/webif/plugin/sweeper/schema.js index f406d34..a316397 100644 --- a/webif/plugin/sweeper/schema.js +++ b/webif/plugin/sweeper/schema.js @@ -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' },