Niels van Velzen
8c02c3be93
Merge pull request #14824 from CodyEngel/fix-numeric-titles
...
Fix TV Series parsing containing only numbers.
2025-11-27 16:32:11 +01:00
theguymadmax
6c5f448787
Backport pull request #15404 from jellyfin/release-10.11.z
...
Improve season folder parsing
Original-merge: 2e5ced5098
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:08:54 -05:00
Shadowghost
87b02b1316
Backport pull request #15326 from jellyfin/release-10.11.z
...
Skip too large extracted season numbers
Original-merge: e7dbb3afec
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2025-11-02 21:58:45 -05:00
theguymadmax
3c4dc16003
Backport pull request #15102 from jellyfin/release-10.11.z
...
Make season paths case-insensitive
Original-merge: 305b0fdca3
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-10-27 15:43:12 -04:00
Cody Engel
bd9a44ce7d
remove explicit ‘-‘ support in series name
2025-09-20 18:00:44 -06:00
Cody Engel
da31d0c6a6
support series that are numeric only
...
updates SeriesResolver to handle series names that only contain numbers such as 1923.
2025-09-20 14:04:00 -06:00
Tim Eisele
dfb485d1f2
Rework season folder parsing ( #11748 )
2025-03-23 10:05:40 -06:00
Josh Soref
044cf9fb85
chore: fix spelling
...
* a
* acceleration
* addition
* altogether
* api clients
* artist
* associated
* bandwidth
* cannot
* capabilities
* case-insensitive
* case-sensitive
* configuration
* delimiter
* dependent
* diacritics
* directors
* enable
* explicitly
* filters
* finish
* have
* hierarchy
* implicit
* include
* information
* into
* its
* keepalive
* localization
* macos
* manual
* matching
* metadata
* nonexistent
* options
* overridden
* parsed
* parser
* playback
* preferring
* processes
* processing
* provider
* ratings
* retrieval
* running
* segments
* separate
* should
* station
* subdirectories
* superseded
* supported
* system
* than
* the
* throws
* transpose
* valid
* was
link: forum or chat rooms
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2025-01-25 20:05:15 -05:00
TonyB
79ee36ee15
Add EpisodeExpression for anime file names
2024-10-12 17:09:18 +08:00
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
2024-08-30 15:29:48 +02:00
Bond_009
0a0de6708e
Enable more analyser rules as errors
...
Also deduplicates a bit of code inside of SeasonPathParser and adds some more tests
2024-08-01 17:17:10 +02:00
Shadowghost
b063dfd2e3
Backport pull request #11648 from jellyfin/release-10.9.z
...
Fix series status parsing
Original-merge: c6c48a2b47
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2024-05-17 13:51:42 -04:00
Stepan Goremykin
8ea812b65d
Reduce string literal length by using verbatim string
2023-10-08 00:26:12 +02:00
Stepan Goremykin
0870af330d
Remove redundant verbatim string prefixes
2023-10-08 00:15:38 +02:00
scatter-dev
14a762b2f1
added test case, fixed regexes
2023-07-28 16:06:55 -04:00
Lenart Kos
40a1e1924a
Add rule and tests to fix #9341
...
Add an additional EpisodeExpression that matches
`Series title Season 3 Episode 9 - Episode title.avi` correctly.
Fixes #9341
2023-02-17 22:40:54 +01:00
Bond_009
52194f56b5
Replace != null with is not null
2022-12-05 15:01:13 +01:00
Joshua M. Boniface
f205661b18
Merge pull request #7741 from LewkyB/fix-improperly-labeled-four-digit-episode-numbering
...
Fix to allow for episode numbering over 999 in certain scenarios
(cherry picked from commit 3ea67374ae )
Signed-off-by: Joshua Boniface <joshua@boniface.me >
2022-05-20 23:49:38 -04:00
Bond_009
71ebe220f0
Speed up Jellyfin.Naming.Tests
...
In my limited testing this saves ~4 seconds, from 19 to 15 seconds (in
Xunit itself)
2022-01-04 17:59:30 +01:00
Claus Vium
2c42d75288
Merge pull request #6027 from fredriklindberg/improve-series-matching
2021-11-02 20:17:49 +01:00
Claus Vium
a9c38870f9
Merge pull request #6379 from dearjoey/master
2021-11-02 20:12:42 +01:00
Fredrik Lindberg
ea439c5ccf
Improve series name matching
...
Add a series path resolver that attempts to extract only the series
name from a path that contains more information that just the name.
2021-09-13 17:59:33 +02:00
joey
0c9b64de4b
optimize episode parser
2021-08-03 13:25:23 +08:00
Bond_009
ef3b651aad
Improve episode parser
2021-07-20 00:25:30 +02:00
Bond_009
b202bfebce
Fix episode parser
2021-07-15 16:05:57 +02:00
senritsu
4e21b49994
adjust episode path expression to allow digits in series names
...
The previous expression was too greedy to consume digits, because the hyphen was optional. This lead to incorrect episode numbers for certain series with digits in their names, in those cases each episode was recognized as the same episode number (the digit from the series name).
The rule, which matches most standard anime filenames, also had a lower priority than one of the Kodi rules, leading to incorrect recognition for absolute numbered episodes with triple digits and higher (first digit was used as season number, rest of digits as episode number). This also resolves one of the TODO test cases.
Additional test cases were added to ensure that both hyphens in different parts of the filename, as well as names without hyphens, still work correctly. All previous test cases still pass.
Unfortunately another TODO (EpisodeNumberTests.cs@L76, Uchuu Senkan Yamato 2199) with the same issue (digits in the series name) could not be trivially fixed in the same change, due to the significantly different formatting. Attempts to resolve this case did not work out for now.
2021-01-17 20:24:23 +01:00
Stepan
195a6261c4
Dummy test case explanation.
2020-11-10 19:28:03 +01:00
Stepan
3d1076ae42
Rest of tests for Emby.Naming code coverage
2020-11-07 12:30:22 +01:00
Stepan
f22e0800e2
Episode parsing coverage
2020-11-07 11:02:12 +01:00
Stepan
60b49e67ea
Re-Sharper inspection issues
2020-11-01 11:19:22 +01:00
aled
3ff6e3ff65
Add code analyzers to Jellyfin.Naming.Tests and fix resulting warnings
2020-05-14 18:59:10 +01:00
aled
2849d2b134
Fix compile warnings in Jellyfin.Naming.Tests
2020-05-13 23:59:19 +01:00
Narfinger
107974e3f8
moves shows tests to Theory and InlineData format
2020-02-27 11:35:01 +09:00
dkanada
fd3ee279de
Merge pull request #2448 from Narfinger/tests-fix2
...
adds names from the episodenumber tests to path tests
2020-02-27 02:05:16 +09:00
Narfinger
496bdc65f3
adds names from the episodenumber tests to path tests
2020-02-23 19:45:29 +09:00
Narfinger
fd5f0c54a6
fixes formatting and enabling another test
2020-02-23 18:50:33 +09:00
Narfinger
b306b8b881
add todos and fixes some todo tests
2020-02-23 18:46:10 +09:00
Narfinger
4dabc50f09
fixes last tests and cleanup
2020-02-23 18:31:23 +09:00
Narfinger
c2fe628c79
removed failing tests
2020-02-23 18:19:19 +09:00
Narfinger
21f11c600a
converted tests to inlinedata
2020-02-23 12:12:48 +09:00
Bond-009
7df6d4e7a0
Update EpisodeNumberTests.cs
2020-02-20 12:02:45 +01:00
Bond_009
dfd74adc15
Add test
2020-02-19 22:51:30 +01:00
Bond_009
620047ab9a
Fix episode parsing
2020-02-19 22:35:40 +01:00
Bond_009
dc62e436c4
Clean up Emby.Naming
2020-01-22 22:18:56 +01:00
dkanada
11c758b6be
remove unsupported test cases
2020-01-21 00:20:24 +09:00
dkanada
e700fc8a07
fix and remove a few more tests
2020-01-19 00:18:55 +09:00
Bond-009
8723bdbb4f
Fix tests
2019-12-18 11:52:32 +01:00
Bond_009
35151553e3
Add back all old emby tests
2019-12-06 20:41:39 +01:00