Skip to content

Commit

Permalink
misc: move season ordering back
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 6, 2024
1 parent 0fc5054 commit e42173f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Shokofin/Pages/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,16 @@ <h3>Basic Settings</h3>
</details>
</div>
</div>
<div id="SeasonOrderingContainer" class="selectContainer selectContainer-withDescription expert-only" hidden>
<label class="selectLabel" for="SeasonOrdering">Season ordering</label>
<select is="emby-select" id="SeasonOrdering" name="SeasonOrdering" class="emby-select-withcolor emby-select" disabled>
<option value="Default" selected>Let Shoko decide</option>
<option value="ReleaseDate">Order seasons by release date</option>
<option value="Chronological" class="expert-only">Order seasons in chronological order (use indirect relations) (EXPERIMENTAL)</option>
<option value="ChronologicalIgnoreIndirect">Order seasons in chronological order (ignore indirect relations) (EXPERIMENTAL)</option>
</select>
<div class="fieldDescription">Determines how to order seasons within each show using the Shoko groups.</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label class="emby-checkbox-label">
<input is="emby-checkbox" type="checkbox" id="SeparateMovies" />
Expand All @@ -1175,16 +1185,6 @@ <h3>Basic Settings</h3>
</label>
<div class="fieldDescription checkboxFieldDescription">This filters out anything that is not a movie in any movie libraries. Disable this if you want your anything to show up as movies in your movie libraries instead.</div>
</div>
<div id="SeasonOrderingContainer" class="selectContainer selectContainer-withDescription expert-only" hidden>
<label class="selectLabel" for="SeasonOrdering">Season ordering</label>
<select is="emby-select" id="SeasonOrdering" name="SeasonOrdering" class="emby-select-withcolor emby-select" disabled>
<option value="Default" selected>Let Shoko decide</option>
<option value="ReleaseDate">Order seasons by release date</option>
<option value="Chronological" class="expert-only">Order seasons in chronological order (use indirect relations) (EXPERIMENTAL)</option>
<option value="ChronologicalIgnoreIndirect">Order seasons in chronological order (ignore indirect relations) (EXPERIMENTAL)</option>
</select>
<div class="fieldDescription">Determines how to order seasons within each show using the Shoko groups.</div>
</div>
<div class="selectContainer selectContainer-withDescription">
<label class="selectLabel" for="SpecialsPlacement">Specials placement within seasons</label>
<select is="emby-select" id="SpecialsPlacement" name="SpecialsPlacement" class="emby-select-withcolor emby-select">
Expand Down

0 comments on commit e42173f

Please sign in to comment.