Skip to content

Commit

Permalink
cinemamovies: update categories
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Nov 17, 2021
1 parent 6ba887e commit 5b6a855
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/Jackett.Common/Definitions/cinemamovies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ links:

caps:
categorymappings:
- {id: 3, cat: Movies/BluRay, desc: "Filmy BD25/50_5/9"}
- {id: 3, cat: Movies/BluRay, desc: "BD25/50_5/9"}
- {id: 5, cat: Movies/3D, desc: "Filmy 3D"}
- {id: 6, cat: Movies/DVD, desc: "Filmy DVD5/9"}
- {id: 6, cat: Movies/DVD, desc: "DVD5/9"}
- {id: 8, cat: Movies/HD, desc: "Filmy HD"}
- {id: 11, cat: Movies/SD, desc: "Filmy SD"}
- {id: 12, cat: Movies/Other, desc: "Filmy Inne"}
- {id: 32, cat: Movies/UHD, desc: "Filmy UHD"}
- {id: 2, cat: TV/Anime, desc: "Anime"}
- {id: 10, cat: TV/Documentary, desc: "TV Dokumentalne"}
- {id: 20, cat: TV, desc: "TV Paczki"}
- {id: 22, cat: TV/Sport, desc: "TV Sport"}
- {id: 24, cat: TV/HD, desc: "TV HD"}
- {id: 25, cat: TV/SD, desc: "TV SD"}
- {id: 32, cat: Movies/UHD, desc: "UHD 4K"}
- {id: 33, cat: TV/UHD, desc: "TV/UHD"}
- {id: 2, cat: TV/Anime, desc: "Bajki/Anime"}
- {id: 10, cat: TV/Documentary, desc: "Dokumentalne"}
- {id: 20, cat: TV, desc: "Paczki"}
- {id: 22, cat: TV/Sport, desc: "Sport"}
- {id: 24, cat: TV/HD, desc: "TV/HD"}
- {id: 25, cat: TV/SD, desc: "TV/SD"}
- {id: 1, cat: PC, desc: "Aplikacje"}
- {id: 15, cat: PC/Games, desc: "Gry"}
- {id: 16, cat: PC/Mobile-Other, desc: "Mobile"}
Expand Down

2 comments on commit 5b6a855

@garfield69
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A note on descriptions:
IMO, unless they have to match exactly, due, for example, to the descriptions being used for matching in a case blocks, I would rather the descriptions be laid out in a consistent naming method, such that, when the Jackett dashboard sorts the custom categories alphabetically, the movies and tv subgroups are displayed together, which saves the user from having to browse up and down the list fishing for the sub cats.
I don't think they have to be identical matches to what the web site has since, as shown in this example, they are all over the place. The web site gets away with this usually because they present the list in whatever order they code their HTML, but the Jackett dashboard sorts the torznab cats numerically, and the custom cats alphabetically.

@ilike2burnthing
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.