fix sup notifiers next to incompatible collections

pull/1281/head
YozoraXCII 2 years ago
parent 5fe07c7925
commit 99a782aa1f

@ -6,18 +6,18 @@ These collections are applied by calling the below paths into the `metadata_path
### Award Collections ### Award Collections
| Default | Path | Example Collections | Works with Movies | Works with Shows | | Default | Path | Example Collections | Works with Movies | Works with Shows |
|:-----------------------------------------------------------|:------------------|:--------------------------------------------|:--------------------:|:---------------------:| |:-----------------------------------------------------------|:------------------|:--------------------------------------------|:--------------------:|:-------------------:|
| [Award Separator](award/separator) | `separator_award` | Award Collections | ✅ | ✅ | | [Award Separator](award/separator) | `separator_award` | Award Collections | ✅ | ✅ |
| [British Academy of Film and Television Arts](award/bafta) | `bafta` | BAFTA Best Films, BAFTA 2021 | &#9989;<sup>1</sup> | &#10060;<sup>1</sup> | | [British Academy of Film and Television Arts](award/bafta) | `bafta` | BAFTA Best Films, BAFTA 2021 | &#9989;<sup>1</sup> | &#10060; |
| [Cannes](award/cannes) | `cannes` | Cannes - Palme d'or, Cannes 2018 | &#9989;<sup>1</sup> | &#10060;<sup>1</sup> | | [Cannes](award/cannes) | `cannes` | Cannes - Palme d'or, Cannes 2018 | &#9989;<sup>1</sup> | &#10060; |
| [Critics Choice](award/choice) | `choice` | Critics Choice Awards 2020 | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> | | [Critics Choice](award/choice) | `choice` | Critics Choice Awards 2020 | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> |
| [Emmys](award/emmy) | `emmy` | Emmys 2021 | &#9989; | &#9989; | | [Emmys](award/emmy) | `emmy` | Emmys 2021 | &#9989; | &#9989; |
| [Golden Globes](award/golden) | `golden` | Best Motion Pictures | &#9989; | &#9989; | | [Golden Globes](award/golden) | `golden` | Best Motion Pictures | &#9989; | &#9989; |
| [Academy Awards (Oscars)](award/oscars) | `oscars` | Best Picture Winners | &#9989; | &#10060; | | [Academy Awards (Oscars)](award/oscars) | `oscars` | Best Picture Winners | &#9989; | &#10060; |
| [Independent Spirit](award/spirit) | `spirit` | Independent Spirit Awards 2021 | &#9989;<sup>1</sup> | &#10060;<sup>1</sup> | | [Independent Spirit](award/spirit) | `spirit` | Independent Spirit Awards 2021 | &#9989;<sup>1</sup> | &#10060; |
| [Sundance](award/sundance) | `sundance` | Sundance Grand Jury Winners | &#9989;<sup>1</sup> | &#10060;<sup>1</sup> | | [Sundance](award/sundance) | `sundance` | Sundance Grand Jury Winners | &#9989;<sup>1</sup> | &#10060; |
| [Other](award/other) | `other_award` | Berlinale Golden Bears, Venice Golden Lions | &#9989;<sup>1</sup> | &#10060;<sup>1</sup> | | [Other](award/other) | `other_award` | Berlinale Golden Bears, Venice Golden Lions | &#9989;<sup>1</sup> | &#10060; |
<sup>1</sup> Requires [Trakt Authentication](../config/trakt) <sup>1</sup> Requires [Trakt Authentication](../config/trakt)
### Chart Collections ### Chart Collections
@ -35,6 +35,7 @@ These collections are applied by calling the below paths into the `metadata_path
| [TMDb](chart/tmdb) | `tmdb` | TMDb Popular, TMDb Airing Today | &#9989; | &#9989; | | [TMDb](chart/tmdb) | `tmdb` | TMDb Popular, TMDb Airing Today | &#9989; | &#9989; |
| [Trakt](chart/trakt) | `trakt` | Trakt Popular, Trakt Trending | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> | | [Trakt](chart/trakt) | `trakt` | Trakt Popular, Trakt Trending | &#9989;<sup>1</sup> | &#9989;<sup>1</sup> |
<sup>1</sup> Requires [Trakt Authentication](../config/trakt) <sup>1</sup> Requires [Trakt Authentication](../config/trakt)
<sup>2</sup> Requires [Tautulli Authentication](../config/tautulli) <sup>2</sup> Requires [Tautulli Authentication](../config/tautulli)
### General Collections ### General Collections

Loading…
Cancel
Save