Mark McDowall
b4d05214ae
Fixed: Ignore invalid movie tags when writing XBMC metadata
...
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
2024-05-08 18:45:19 -07:00
Jendrik Weise
7776ec9955
Reimport files imported prematurely during script import
2024-04-05 23:07:38 -07:00
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
Stevie Robinson
de1cc25c90
Translate backend: Autotagging + CF specs, Metadata + ImportLists
...
Signed-off-by: Stevie Robinson <stevie.robinson@gmail.com>
2024-01-18 21:47:03 -08:00
Jendrik Weise
b4ac495983
New: Custom import scripts can communicate information back
2023-11-19 13:52:37 -05:00
scampower3
ec8da1c7de
New: Add "enddate" tag to Kodi/Jellyfin series metadata
2023-10-17 02:49:22 -04:00
Mark McDowall
9a1022386a
Fixed: Don't try to create metadata images if source files doesn't exist
...
Closes #6015
2023-09-17 23:25:00 -07:00
randomllama
b76de3987b
New: Add Series Status to Kodi .nfo
...
Closes #5980
2023-08-31 20:48:56 -04: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
Jendrik Weise
e7bc145084
New: Option to disable images in Kodi Episode Metadata
2023-07-11 20:12:07 -04:00
Qstick
f6ae9fd6c5
New: Download Client Tags
...
Closes #402
2023-07-10 23:51:14 -04:00
Bogdan
12374f7f00
Use 'var' instead of explicit type
2023-05-27 16:55:16 -07:00
Bogdan
281add47de
Inline 'out' variable declarations
2023-05-27 16:55:16 -07:00
Bogdan
c6b543e072
Remove unused imports
2023-05-10 21:08:13 -07:00
Bogdan
f93a016be1
Remove empty constructors
2023-05-10 21:08:13 -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
Stepan Goremykin
11d91faaad
Use Array.Empty and fix a few multiple enumerations
2023-03-26 23:40:51 -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
b2c2c79a96
Don't compare strings to Empty using Equals
...
Comparing strings using the String.Length property or the String.IsNullOrEmpty method is faster than using Equals. This is because Equals executes significantly more MSIL instructions than either IsNullOrEmpty or the number of instructions executed to retrieve the Length property value and compare it to zero.
2023-03-15 19:24:48 -05:00
Mark McDowall
95a8f59a32
Fixed: Don't handle images in metadata folder as Roksbox images
2023-02-20 16:42:57 -08:00
Mark McDowall
890f107467
New: Support for .plexmatch series metadata files
...
Closes #4960
2023-02-20 15:08:26 -08:00
Mark McDowall
6740257135
New: Add Episode Guide option for Kodi MetadataFile
...
Closes #5415
2023-02-20 12:35:22 -08:00
Mark McDowall
b848100693
Fixed: Images for some series not downloading
...
Closes #5376
2023-01-15 21:21:34 -08:00
Stevie Robinson
3316665e93
Fixed: Kodi Metadata Subtitle Language
2023-01-04 16:39:34 -05:00
Qstick
356771d139
New: Speed up mass deletes from Series Editor
...
* New: Speed up mass deletes from Series Editor
* fixup! Additional speed up using GetAllSeriesPaths vs GetAllSeries
* fixup! Tests
2022-12-10 14:19:10 -06:00
Qstick
08b677ca7d
Enforce comment spacing with Stylecop
2022-11-21 16:58:07 -08:00
luz paz
209a250079
Fix various typos
...
Found via `codespell -q 3`
2022-11-06 08:19:07 -08:00
Qstick
89ee7d4452
Fixed: Fix NullRef in Subtitle Service due to #4924
2022-08-20 17:59:41 -05:00
Qstick
fa0fc3158b
New: MediaInfo -> FFProbe
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:38 -07:00
Qstick
1169741c54
New: Use ASP.NET Core instead of Nancy
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:37 -07:00
Qstick
2e953a0eb1
Dapper and STJson
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:36 -07:00
Qstick
1c22a1ec0d
StyleCop
2022-08-07 15:24:35 -07:00
Qstick
878d1561aa
Build Sonarr on Net6
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:46 -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
Mark McDowall
a6a68b4cae
Fixed: A potential issue when extra files for multiple series have the same relative path
2022-04-12 17:46:10 -07:00
Mark McDowall
481345226a
Fixed: Skip extras in 'Extras' subfolder
...
Closes #4980
2022-04-11 18:18:02 -07:00
Mark McDowall
d02d1bbdfe
Fixed: Releases without a job folder importing extra files from another release
2022-03-06 22:05:17 -08:00
Stéphane Dupont
4bfcd0de1d
New: Import subtitles from sub folders
...
Closes #2513
2022-02-27 12:37:23 -08:00
Mark McDowall
f6b08f697b
New: Use TVDB's Episode ID as default uniqueid for Kodi metadata
...
Closes #4792
2022-02-21 21:28:24 -08:00
Qstick
4be626a44c
Fixed: Skip various Extras directories during scan
2022-01-13 17:08:07 -08:00
Zippy79
155dbd4dd5
New: Add TVDB URL in Kodi metadata
2021-08-01 13:29:25 -07:00
Mark McDowall
fde28c63d9
New: Removed EpisodeGuide tag from Kodi Metadata
...
Closes #4448
2021-04-20 00:11:09 -07:00
Mark McDowall
6934eafd44
Fixed: Round durationseconds in Kodi metadata
2021-04-20 00:05:54 -07: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
Qstick
39cb0934bc
Fixed: Use audioChannels_Original if it exists in MI
2020-12-17 16:54:05 -08:00