Bogdan
227db9ef39
New: Bump FFMpegCore to 5.4.0 and FFprobe to 8.0.1
2025-12-20 17:27:17 -08:00
Touchstone64
4e52b3c93e
Ensure tests that log warnings don't fail
2025-12-12 17:20:54 -08:00
Trey Turner
e9c82078da
Fixed: File air date being updated every refresh
...
Closes #7989
2025-08-10 21:18:34 -07:00
Mark McDowall
ac1bb497ef
Fixed: Default runtime to 45 minutes if unavailable when importing episode files
...
Closes #7780
2025-04-07 16:38:33 -07:00
Mark McDowall
5d7c94f8e9
Upgrade StyleCop.Analyzers to Unstable 1.2.0.556
2025-03-08 12:33:03 -08:00
Mark McDowall
8c67a3bdee
Add reason enum to decision engine rejections
2024-12-01 16:15:52 -08:00
Mark McDowall
978349e241
New: Reject files during import that have no audio tracks
...
Closes #7298
2024-11-03 20:53:23 -08:00
Bogdan
a6735e7a3f
Fixed: Manual importing to nested series folders
2024-10-07 15:28:47 -07:00
Bogdan
2f0ca42341
New: Ignore '.DS_Store' and '.unmanic' files
2024-09-27 20:27:17 -04:00
Mark McDowall
ca38a9b577
Fixed: Aggregating media files with 576p resolution
2024-09-21 10:16:17 -07:00
Bogdan
53d8c9ba8d
Fixed: Importing files without media info available
2024-08-30 20:26:22 -07:00
Mark McDowall
12ac123d5a
Fixed: Prefer episode runtime when determining whether a file is a sample
...
Closes #7086
2024-08-14 20:22:50 -07:00
Bogdan
363f8fc347
New: Match search releases using IMDb ID if available
2024-08-11 11:46:46 -04:00
Mark McDowall
813965e6a2
New: Configurable log file size limit
2024-08-11 08:44:35 -07:00
Bogdan
291d792810
Fixed: Moving files on import for usenet clients
...
Closes #7043
2024-08-01 01:17:10 -04:00
Bogdan
78a0def46a
Fixed: Moving files for torrents when Remove Completed is disabled
2024-07-31 00:27:19 -04:00
yammes08
11e5c5a11b
Fixed: SDR Files Being Parsed As HLG
2024-05-31 20:09:53 -04:00
Jendrik Weise
af5a681ab7
Fix ignoring title based on pre-rename episodefile
2024-04-05 23:07:38 -07:00
Alan Collins
d86aeb7472
New: Release Hash renaming token
...
Closes #6570
2024-03-09 23:54:06 -05:00
Mark McDowall
f8a0751775
New: Release Type (Single/Multi episode and Season Pack) for Custom Formats
...
Closes #3562
2024-03-01 17:26:26 -08:00
Bogdan
7a768b5d0f
New: Indexer flags
...
Closes #2782
2024-02-20 23:12:45 -05:00
Stevie Robinson
e1c6722aad
New: Ignore 'Other' subfolder when scanning disk
...
Closes #6437
2024-01-31 19:35:21 -08:00
Jendrik Weise
69f99373e5
New: Parse subtitle titles
...
Closes #5955
2024-01-20 15:19:33 -08:00
Bogdan
848c03f16a
New: Support for DV HDR10Plus from media info
...
Co-authored-by: Chad A Simmons <chad.simmons@member.fsf.org >
2023-12-14 20:23:54 -05:00
Jendrik Weise
b4ac495983
New: Custom import scripts can communicate information back
2023-11-19 13:52:37 -05:00
Bogdan
b183743d9f
Fixed: Avoid import loop for already imported episodes part of season packs
...
Closes #6075
2023-10-28 17:45:47 -04:00
Mark McDowall
0274778679
Fixed: Don't reimport the same file from the same release unless grabbed again
...
Closes #5625
2023-08-20 00:34:57 -07:00
Mark McDowall
d5c6faaf45
Fixed: Files in releases that span multiple TVDB seasons not automatically imported
...
Closes #5920
2023-08-17 21:14:09 -07:00
Mark McDowall
e5aa858410
New: Ignore inaccessible files with getting files
...
Closes #5818
2023-08-03 22:20:25 -07:00
Bogdan
6b1e4ef819
Enforce rule IDE0005 on build
2023-05-27 19:53:49 -04:00
Bogdan
c6b543e072
Remove unused imports
2023-05-10 21:08:13 -07:00
Mark McDowall
0e6f858e65
Fixed tests
2023-05-09 10:03:53 -07:00
Qstick
39350ed0de
New: Improve video stream formatting
2023-04-13 21:20:01 -05:00
Mark McDowall
f4130d96e5
New: Add release info to webhook/custom script import events
...
Closes #5503
2023-04-02 14:03:05 -07:00
Mark McDowall
cef6d5a99a
Fixed: Imports when custom format is a downgrade, but file is an upgrade
2023-03-22 08:06:59 -07:00
Mark McDowall
978618f041
New: Don't import episodes that don't match grab history
...
Closes #5073
2023-03-15 23:26:07 -07:00
Qstick
0ed8ba828d
Avoid unnecessary zero-length array allocations
2023-03-15 19:24:48 -05:00
Qstick
42e45f93ac
Use const where appropriate
...
The value of a const field is computed at compile time and stored in the metadata, which improves run-time performance when it is compared to a static readonly field.
2023-03-15 19:24:48 -05:00
Mark McDowall
d496733b31
Fixed: Don't import Custom Format downgrades
...
Closes #5475
2023-03-14 00:22:37 -07:00
Mark McDowall
599ad86657
New: Use file's format title for quality if parsed
...
Closes #3930
2023-01-13 20:39:29 -05:00
Mark McDowall
b15b6a0798
Improve handling of releases without video files
...
New: Show warning in queue if download contains executable or archive file and no video file was detected
Closes #5101
2022-12-18 09:58:03 -08: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
Mark McDowall
e50eb5188e
Fixed: Unable to process downloads from client
...
Closes #5284
2022-12-09 09:19:11 -08:00
Mark McDowall
6216a71f8c
Fixed: Parsing of releases with episode titles that contain languages
...
Closes #861
2022-12-08 18:59:36 -08:00
Qstick
89270ad7a1
Fixed: Original Language failures on Custom Format parsing
...
Fixes #5240
2022-11-28 18:23:33 -06:00
Qstick
be0fa73129
New: Store and use original Series language
2022-11-21 16:58:07 -08:00
Qstick
56bb87e55f
Clean movie references
2022-09-17 21:20:58 -05:00
Qstick
dc44cbcda6
Fixed: Language Augment from Folder and Filename
2022-09-06 19:33:29 -05:00
Mark McDowall
6660e0c3f3
New: Use absolute format if absolute episode number is not required and is missing
...
Closes #5124
2022-08-18 23:06:49 -07:00
Qstick
89b0b04e08
New: Custom Format Language Condition
2022-08-18 19:52:26 -05:00