Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the airs before/after fields more clear in documentation #1238

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/general/server/media/shows.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ Specials can also be shown within a season if so desired. This can be helpful wh

1. The option `Display specials within their series they aired in` under `Dashboard -> Library -> Display` must be enabled
2. The season and episode they aired before/after must be set within the metadata.
- These can be set in the Metadata editor or in an NFO using the `airsbefore_season`, `airsafter_season`, and `airsbefore_episode` tags.
- The `Airs before series` field can be set to show (and play) the special at the start of the season. It can also be combined with the `Airs before episode` field to insert it as a mid-season special before the specified episode.
- With `Airs after series`, set the Special will be shown (and played) at the end of the specified Season and the `Airs before series/episode` fields (if set) will have no effect.
- These can be set in the Metadata editor or in an NFO using the `airsbefore_season`, `airsafter_season`, and `airsbefore_episode` tags.
- When the `Airs before season` field is set but `Airs before episode` is not set, the special will play at the start of the specified season, before the first episode.
- The `Airs before season` can also be combined with the `Airs before episode` field to insert it as a mid-season special before the specified episode. For example, if `Airs before season` is set to `2` and `Airs before episode` is set to `7`, the special will play between S02E06 and S02E07.
- With `Airs after series`, set the Special will be shown (and played) at the end of the specified Season. This will take priority over the `Airs before season/episode` fields if they are set.
- When multiple specials have the same position, they will play in the order in which they are stored in the specials season. For example, if S00E01 and S00E03 both have `Airs before season` set to `3` and `Airs before episode` set to `7`, the order the content will play in is: S03E06 → S00E01 → S00E03 → S03E07.

Note that this will show them in both the `Specials` season, as well as the season specified.

Expand Down
Loading