Skip to content

Commit

Permalink
TPB: Reorder categories
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Feb 20, 2014
1 parent 59c4666 commit fb799d9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions resources/site-packages/xbmctorrent/scrapers/tpb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,22 @@


CATEGORIES = [
("Movies", 201),
("Movies DVDR", 202),
("Movies", 201, [
("in HD", 207),
("in 3D", 209),
]),
("Music videos", 203),
("Movie clips", 204),
("TV shows", 205),
("Handheld", 206),
("HD - Movies", 207),
("HD - TV shows", 208),
("3D", 209),
("TV shows", 205, [
("in HD", 208),
]),
("Other", 299),
]

if plugin.get_setting("porn", bool):
CATEGORIES += [
("XXX", 500, [
("Movies", 501),
("Movies DVDR", 502),
("HD - Movies", 503),
("in HD", 503),
("Movie clips", 504),
("Other", 599),
]),
Expand Down

0 comments on commit fb799d9

Please sign in to comment.