Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
6f17262a
Commit
6f17262a
authored
Nov 24, 2018
by
echel0n
Browse files
Shows now flagged with `scene numbering` will display and search by episode scene numbers.
parent
c5327f57
Changes
2
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
6f17262a
# Changelog
-
*
83d2cdf - 2018-11-24: Added ability to add new shows using quicksearch. Bugfixed Torrent9 provider.
-
*
8e27f3b - 2018-11-24: Shows now flagged with
`
scene numbering
`
will display and search by episode scene numbers.
-
*
c5327f5 - 2018-11-24: Added ability to add new shows using quicksearch. Bugfixed Torrent9 provider.
-
*
dff28fe - 2018-11-20: Release v9.4.41
-
*
461d0cc - 2018-11-20: Fixed residual issue causing shows not to update from changes made to network timezone updater in previous update.
-
*
0d519ff - 2018-11-18: Pre-Release v9.4.41.dev1
...
...
sickrage/core/tv/episode/__init__.py
View file @
6f17262a
...
...
@@ -816,6 +816,8 @@ class TVEpisode(object):
return
self
.
_format_pattern
(
'%SN - %AB - %EN'
)
elif
self
.
show
.
air_by_date
:
return
self
.
_format_pattern
(
'%SN - %AD - %EN'
)
elif
self
.
show
.
scene
:
return
self
.
_format_pattern
(
'%SN - %XSx%0XE - %EN'
)
return
self
.
_format_pattern
(
'%SN - %Sx%0E - %EN'
)
...
...
Neil Macleod
@sickrage1
mentioned in issue
#300 (closed)
·
Nov 25, 2018
mentioned in issue
#300 (closed)
mentioned in issue #300
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment