Private GIT

Skip to content
Snippets Groups Projects
Commit 93d8b552 authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge pull request #1603 from fernandog/edit_show

Minor adjustments in editshow
parents a2fdc87c 8535fc81
Branches
Tags
No related merge requests found
...@@ -82,8 +82,15 @@ ...@@ -82,8 +82,15 @@
<br /> <br />
<b>Flatten files (no folders): </b> <input type="checkbox" name="flatten_folders" #if $show.flatten_folders == 1 and not $sickbeard.NAMING_FORCE_FOLDERS then "checked=\"checked\"" else ""# #if $sickbeard.NAMING_FORCE_FOLDERS then "disabled=\"disabled\"" else ""#/><br /> <b>Flatten files (no folders): </b> <input type="checkbox" name="flatten_folders" #if $show.flatten_folders == 1 and not $sickbeard.NAMING_FORCE_FOLDERS then "checked=\"checked\"" else ""# #if $sickbeard.NAMING_FORCE_FOLDERS then "disabled=\"disabled\"" else ""#/><br />
(Disabled: episodes folder-grouped by season. Enabled: no season folders)<br/>
<br />
<b>Paused: </b> <input type="checkbox" name="paused" #if $show.paused == 1 then "checked=\"checked\"" else ""# /><br /> <b>Paused: </b> <input type="checkbox" name="paused" #if $show.paused == 1 then "checked=\"checked\"" else ""# /><br />
(check this if you wish to pause this show. Will not download anything until unpause)<br/>
<br />
<b>Subtitles: </b> <input type="checkbox" name="subtitles"#if $show.subtitles == 1 and $sickbeard.USE_SUBTITLES then " checked=\"checked\"" else ""##if not $sickbeard.USE_SUBTITLES then " disabled=\"disabled\"" else ""#/><br /> <b>Subtitles: </b> <input type="checkbox" name="subtitles"#if $show.subtitles == 1 and $sickbeard.USE_SUBTITLES then " checked=\"checked\"" else ""##if not $sickbeard.USE_SUBTITLES then " disabled=\"disabled\"" else ""#/><br />
(check this if you wish to search for subtitles in this show)<br/>
<br /> <br />
<b>Scene Numbering: </b> <b>Scene Numbering: </b>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment