Leonardo Galli
e7ad09cf62
Fixed: Hopefully fixed sqlite errors when finding by title.
6 years ago
Leonardo Galli
02eb30b8ee
Fixed: A lot of memory issues, such as IDisposable leakage and leaking all the media covers. ( #3227 )
...
Thanks again to @Taloth
6 years ago
Leonardo Galli
49b1f2a67d
New: Use APIKey & APIUser for authenticating to PassThePopcorn. ( #3264 )
6 years ago
Swizzy
7c90667965
Added: Support for forcedUP status ( #3277 )
...
Also added a warning message upon hitting new unknown states so that they can be handled properly at some point
6 years ago
Leonardo Galli
6d3cff85ae
Fixed: Unable to parse movies from 1800s.
...
Fixes #3271
6 years ago
Leonardo Galli
44842a4e6b
Fixed: Hopefully fixed issue where a null downloadId or title would cause no downloads to be tracked.
...
Fixes #3260
6 years ago
Leonardo Galli
cd520b0341
Fixed: MediaCoverService tests and stupidly forgetting to open the database connection for logging.
6 years ago
Leonardo Galli
fed4a0aebe
Fixed: MediaCovers resizing potentially leaking memory when concurrently executing.
6 years ago
lps-rocks
ff894d5210
New: rTorrent - Don't start download automatically ( #3222 )
6 years ago
Qstick
92b5822a39
New: Remove Pre, postbot, xpost suffixes from release groups ( #3220 )
6 years ago
Qstick
cbdea30a6e
New: Secure URLs for Links and Services ( #3219 )
6 years ago
Leonardo Galli
d4061bd13c
Fixed: Invalid SQLite cache size.
6 years ago
Leonardo Galli
df18c34878
Fixed: Typo that could probably lead to an infinite loop.
6 years ago
Leonardo Galli
42015d5d95
Fixed: Leaking of objects when logging something to the database.
6 years ago
Leonardo Galli
8e7b718209
Fixed: DataMapper not being disposed, leading to resource leakage.
6 years ago
Leonardo Galli
d38562664d
Fixed: Memory leak due to unmanaged Bitmaps leaking.
6 years ago
Ricardo Amaral
5d0effa591
Fixed: Fallback to 'VideoCodec' if 'VideoFormat' is unavailable ( #3142 )
6 years ago
Ricardo Amaral
e62b6d1ddb
Fixed: Read video 'BitRate_Nominal' if 'BitRate' is empty ( #3144 )
6 years ago
Leonardo Galli
34c838fdd5
Fixed: UpdateMovieQualityService Tests.
6 years ago
Ricardo Amaral
821653b941
Fixed: Ignore "special drives" from System » Disk Space ( #3050 )
...
Fixes #3045 , fixes #3122 .
6 years ago
Ricardo Amaral
97f111bec8
New: Refactor MediaInfo tokens (fixes old tokens adds new stuff) ( #3058 )
...
* Rename all 'episodeFile' variables to 'movieFile'
* Improve media info extraction with more fields
* Improve media info tokens extraction
* Add missing fields to MediaInfoModel
* Restore to previous implementation of null handling
* Forgot to add MediaInfoFormatter to project
* Add missing EqualsIgnoreCase extension method
* Simplify Logger.Debug() invocations
* Add missing StartsWithIgnoreCase extension method
* This '.Value' shouldn't be required
* Remove TODO comment
* Upgrade MediaInfo from 17.10 to 18.08.1
* Use correct media info field for files listing
* Replace media info "VideoCodec" (deprecated) with "VideoFormat"
* Fix 'Formatiting' typos
* Add support for media info Format_AdditionalFeatures' field
* Add proper support for all DTS and TrueHD flavors
* Add support for '3D' media info token
* Remove deprecated media info video/audio profile fields
* Add support for 'HDR' media info token
* Add new video parameters to anime file name sample
* Adapt tests for new media info fields
* Revert "Remove deprecated media info video/audio profile fields"
* Include missing test files in core test project
* Fix small regression issue
* Allow sample movie to be detected as HDR
* Do not parse audio channel positions if there are no channels
* Clean up extra blank line
* Reuse already declared variable
* Fix wrong audio channels detection on DTS:X streams
* Fix all failing unit tests
* Fix remaining failing unit tests
6 years ago
Leonardo Galli
a50b74c177
Fixed: Unable to update custom formats for releases with bad Source Titles.
6 years ago
Leonardo Galli
ad3c01e986
Changed: Upped rate at which we scan the download client. Should reduce cpu and ram usage as well as decrease pressure on download clients.
...
Also stopped warning about unable to parse a file after warning once. Should decrease ram usage as well and help with bloated log files.
6 years ago
Ricardo Amaral
173b6847e5
Fixed: Do not search movie if unmonitored ( #3131 )
6 years ago
Lawrence
3b896e9011
Fixed: Trim filename from Kodi movie path before sending library scan request. ( #3097 )
6 years ago
Justin Kromlinger
623da76d16
Changed: Don't return unmapped folders on rootfolder API call. Massively improves loading time. ( #3116 )
6 years ago
Leonardo Galli
4f4e6c494d
Fixed: MPEG-2 remuxes being detected as "Raw-HD" quality
...
Fixes #2986
6 years ago
Ricardo Amaral
0c542eeb13
Fixed: Allow directory to be parsed similar to past implementation ( #3057 )
...
Fixes #3051
6 years ago
Qstick
ab0bf64273
New: mk3d file format ( #2795 )
...
Fixes #1324
6 years ago
cookandy
75b486c6c8
Added: "Add Paused" option to Deluge and Transmission ( #3038 )
6 years ago
halali
057086a630
Added: Czech Language ( #2948 )
6 years ago
Qstick
2b373f2006
Added: Fallback to Bitrate_Nominal for MediaInfo ( #2886 )
...
Fixes #2860
6 years ago
Leonardo Galli
df6f32f6c3
Fixed: Templates for custom format using wrong modifiers.
6 years ago
Leonardo Galli
64e8fde0e1
Fixed: ImdbIds not being padded with zeroes, which messes up matching.
6 years ago
Leonardo Galli
0903269b7c
Merge remote-tracking branch 'origin/develop' into develop
6 years ago
Leonardo Galli
b2d6ef589f
Fixed: Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this.
6 years ago
Leonardo Galli
354105cf08
Fixed: Issue with custom formats when profile was saved with non existing formats. Also you now don't have to refresh your browser for them to appear / disappear.
6 years ago
Leonardo Galli
b4f456d5f0
[WIP] Additions to custom formats, such as rescanning old files. ( #2949 )
6 years ago
Leonardo Galli
5751c3f5f5
Merge remote-tracking branch 'origin/develop' into develop
6 years ago
Leonardo Galli
a458cdc0a5
Fixed: Annoying [renamemoviesfolder] Completed popup for no reason.
6 years ago
Leonardo Galli
ed631142c4
Fixed: Unnecessary housekeeping commands consuming a lot of memory.
...
Fixes #2962
6 years ago
Leonardo Galli
091bcc2333
Fixed: Concurrent manual imports silently failing
...
Fixes #2965
6 years ago
Leonardo Galli
79e570e571
Fixed: Absolutely Required Format Tag modifier being ignored when multiple modifiers were present
...
Fixes #2971
6 years ago
Leonardo Galli
3d1cbd1613
Fixed: Error when valid movie file id is around, but movie file is not loaded.
6 years ago
Leonardo Galli
ad94a4a603
Fixed: Movies not being unmonitored when using clean library and lists.
...
Fixes #2584 , Fixes #2906
6 years ago
Leonardo Galli
efb4127c35
Fixed: Also scan media info when file is being imported (i.e. not an existing file)
...
Fixes #2956
6 years ago
Leonardo Galli
253546ded0
Fixed: Invalid qualities messing up the release module and other stuff.
6 years ago
Leonardo Galli
587b49aaba
Added: The ability to set the number of threads (NOT SUPPORTED!) to use for tasks using THREAD_LIMIT environment variable.
6 years ago
Leonardo Galli
b865103871
Fixed: Languages not showing up correctly.
6 years ago
Leonardo Galli
b7e35fada8
Fixed: Null exception due to resharper refactoring
...
Fixes #2947
6 years ago