Jendrik Weise
af5a681ab7
Fix ignoring title based on pre-rename episodefile
2024-04-05 23:07:38 -07:00
Jendrik Weise
0a7f3a12c2
Do not remove all extras when script importing
2024-04-05 23:07:38 -07:00
Mark McDowall
32c32e2f88
Fixed: Issue extracting subtitle information for unknown episodes
2024-03-02 21:22:15 -08:00
Jendrik Weise
69f99373e5
New: Parse subtitle titles
...
Closes #5955
2024-01-20 15:19:33 -08:00
Mark McDowall
1ae0dc81f7
New: Add additional logging when renaming extra files
...
Closes #5890
2023-08-09 17:42:09 -07:00
Mark McDowall
e5aa858410
New: Ignore inaccessible files with getting files
...
Closes #5818
2023-08-03 22:20:25 -07:00
Bogdan
12374f7f00
Use 'var' instead of explicit type
2023-05-27 16:55:16 -07:00
Lars
3141bf7f9d
Fixed: Subtitle tags from existing subtitle files being lost during rename
...
Closes #5577
2023-04-26 23:18:58 -04:00
Qstick
7521579bca
Use Apend(char) instead of Apend(string) for performance
...
When calling StringBuilder.Append with a unit length string, consider using a const char rather than a unit length const string to improve performance.
2023-03-15 19:24:48 -05:00
Qstick
e805f61450
Use Length/Count property instead of Count() method to prevent enumerating
2023-03-15 19:24:48 -05:00
Qstick
89ee7d4452
Fixed: Fix NullRef in Subtitle Service due to #4924
2022-08-20 17:59:41 -05:00
Qstick
1c22a1ec0d
StyleCop
2022-08-07 15:24:35 -07:00
Dominik Krivohlavek
d6dff451e0
New: Preserve language tags when importing subtitle files
...
Closes #2570
Closes #3278
2022-08-07 11:47:14 -07:00
Stéphane Dupont
4bfcd0de1d
New: Import subtitles from sub folders
...
Closes #2513
2022-02-27 12:37:23 -08:00
Mark McDowall
cbc4295f28
Fixed: Use file name when importing batch release when renaming is disabled
...
Closes #3056
2021-02-07 16:52:57 -08:00
Mark McDowall
430af0401c
New: Use release quality source if not in downloaded file and resolution matches
2020-06-06 10:47:00 -07:00
Taloth Saldono
23dc7794f1
Fixed: Generating Kodi episode metadata files when scanning series folder
2020-04-28 23:34:52 +02:00
Mark McDowall
5a3bd8cfe5
Fixed: Set permissions on extra and subtitle files
2019-10-28 12:50:09 -07:00
Qstick
0c1ce66053
Cleanup Multiple Compiler Warnings
2019-08-07 19:08:03 -07:00
vawen
068ea1e934
New: Language Profiles
...
Closes #274
2018-12-29 13:08:38 +01:00
Mark McDowall
a4f63e728c
Fixed: Don't use media info for non-video files
...
Fixes #2745
2018-10-07 19:03:32 -07:00
Mark McDowall
e407145d10
Fixed: .vtt files treated as subtitles
2018-07-08 19:22:42 -07:00
Mark McDowall
81e385bebf
New: Use media info during import to extract resolution for quality
...
Closes #448
Closes #1105
2018-04-14 22:01:24 +02:00
Taloth Saldono
905ab18336
Fixed: Subtitle extensions should be case-insensitive.
2017-06-27 16:22:07 +02:00
Mark McDowall
47915d5e05
Fixed: Bad extension when importing extra files
2017-03-05 17:45:35 -08:00
Mark McDowall
b365d8a537
Include language in suffix when importing
2017-03-03 19:44:31 -08:00
Mark McDowall
cc0dbf1af4
New: Rename subtitles and extra files when renaming files
...
Towards #459
2017-03-03 19:44:31 -08:00
Keivan Beigi
0214c8e0f0
Removed unused using statements
2016-12-23 13:45:24 -08:00
Keivan Beigi
aba613acd1
Because it's 2016!
2016-12-21 20:38:37 -08:00
Mark McDowall
db899a9bb8
New: Move subtitles/other extra files to Sonarr's Recycle Bin instead of permanently deleting
2016-11-02 11:12:24 -07:00
Mark McDowall
a621f0d49b
Fixed: Prevent duplicate parsing of extra files
2016-09-18 11:04:56 -07:00
Mark McDowall
2e96c4e798
New: Parse existing subtitles and extra files
...
Towards #459
2016-09-17 01:27:15 -07:00