Gabriel Patzleiner
57961df1df
Fixed : #4394 parsing multi language from ReleaseGroup name
5 years ago
Gabriel Patzleiner
40b630ef10
Fixed: Updated GetSceneName. It will clean the ReleaseTitle now.
...
Added some SceneChecker tests
5 years ago
Gabriel Patzleiner
e59257f457
Fixed: correctly replacing SimpleReleaseTitle by A Movie. This resolves a lot of cases where a wrong language or edition has been parsed because it has parsed a part of the movie title (also applies to custom formats parsing)
5 years ago
Gabriel Patzleiner
a6c2b2e039
Fixed: some parsing issues (Add dot after "Dr" and fixed movies starting with an edition tag to match the edition (e.g. Uncut Gems (2019)) and added some tests for them
5 years ago
Gabriel Patzleiner
51de8f16fb
New: Removed the whole lenient parsing and lenient mapping functionality
5 years ago
Gabriel Patzleiner
5f5391db47
Fixed: some releases not getting parsed correctly if lenient parsing is enabled.
...
It fixes releases that had some strings (especially editions) between the year and the language (The.Movie.2016.EXTENDED.German.720p...)
5 years ago
Gabriel Patzleiner
73eba0f95d
Fixed: some Parser problems (Improved editions and German releases)
...
- Moved the ReportEditionRegex up because we use it in another 2 regexes (so it's not 3 times the same regex). Also added an optional bracket at the beginning.
- Added Recut to the edition regex
- The Regex for german and french tracker formats (ReportMovieTitleLenientRegexBefore) has been updated to support the same editions as the english versions, but the regex is only used if ParsingLeniency is set to Lenient. Should resolve a lot of cases for german releases where the movietitle wasn't parsed correctly before.
- Updated acronym method. Fixed wrong dots for "World War Z.", "World War Z. 2", but still supports "R.I.P.D.", "V.H.S. 2", "G.I. Joe" and "2 Tage in L.A."
- Added a lot of tests for this changes (there is a new test for german releases that works without lenient parsing, and another one that only works if lenient parsing is activated)
5 years ago
Qstick
b1fd924188
New: List Status Checks/Backoffs
5 years ago
Qstick
64382e13a4
New: Allow Nested Movie Folders
5 years ago
Qstick
d07dd33a9e
New: Upgrade sqlite to 3.32.1 and system.data.sqlite to 1.0.113
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
Qstick
7adb358d1c
Fixed: Speed up mass deletes from Movie Editor ( #4463 )
5 years ago
Qstick
67ff8d39da
Fixed: DVDR Parsing as DVDRip
...
Fixes #4486
5 years ago
Qstick
13f3d0292c
Fixed: Trim whitespace on Remote Mapping Add
...
Fixes #4481
5 years ago
Qstick
97ff509025
Fixed: Recognize 8 Digit IMDB in parsing/rss lists
...
Fixes #3637
5 years ago
Qstick
c6c4eb0129
Add Test Fixture for Release Group Aggregation
5 years ago
Qstick
de2ebba363
Fixed: TitleThe Naming Token Handling (and tests)
5 years ago
Qstick
2a3d22038f
Rename MovieFolderCreatedEvent Props
5 years ago
Qstick
d01c0afa56
Fixed: Parse WEB at end of Release Title, Improve truncated names
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
62de7b63bd
Add Test Fixture for Alt Title Housekeeper
5 years ago
Qstick
3e5626f894
Fixed: Housekeeper for Credits (Left behind from deleted caused later add issues)
5 years ago
Qstick
0479bb9cc3
Revert "Revert "Revert "Use async api calls for Refresh and NetImportSync"""
...
This reverts commit 0080e6b685
.
5 years ago
Qstick
70601faa4f
Bump Core Packages for 3.1.4
5 years ago
Qstick
5761ce640b
Fixed: Actually make SimpleReleaseTitle work
5 years ago
Qstick
0080e6b685
Revert "Revert "Use async api calls for Refresh and NetImportSync""
...
This reverts commit 250cc09239
.
5 years ago
Qstick
250cc09239
Revert "Use async api calls for Refresh and NetImportSync"
...
This reverts commit 2bdd806565
.
5 years ago
ta264
2bdd806565
Use async api calls for Refresh and NetImportSync
5 years ago
Qstick
c64c2d9f27
New: Use RadarrApi For MovieInfo
5 years ago
Taloth Saldono
83679214b3
Fixed: Added .org to website url filtering in parser
5 years ago
ta264
6463befc79
New: HealthCheck to warn if running legacy mono version
5 years ago
ta264
5c9b85972d
Fixed: SQL error searching for movie by name
5 years ago
ta264
32a6c9fe2a
Revert "Revert "Fixed: Rename more than 999 movies in one go""
...
This reverts commit c0b80696bc
.
5 years ago
Qstick
c0b80696bc
Revert "Fixed: Rename more than 999 movies in one go"
...
This reverts commit 2c6b13dd11
.
5 years ago
ta264
2c6b13dd11
Fixed: Rename more than 999 movies in one go
...
Also pulls across Dapper improvements from Readarr.
Fixes Sentry RADARR-1V
Fixes #4359
5 years ago
Qstick
93d27c70c4
New: AddMovieService to validate and populate incomplete adds
5 years ago
Taloth Saldono
4606503818
Fixed: Performance issue when scanning large root folder
5 years ago
ta264
a19bcf9683
Fixed: CustomFormat size specs in already grabbed check
...
Sizes need to be parsed as a long not an int else anything with a size
> 2GiB will fail to be parsed and be set with size 0
Fixes #4262
5 years ago
Qstick
95f66117e4
Fixed: DownloadedMovieScan API should delete source folder if ImportMode is Move
5 years ago
Qstick
f332f8d7cd
New: Dont Use Profile Language for Metadata Pull
5 years ago
Taloth Saldono
1fc49f2aa1
Skip unknown/removed commands still queued in the database
5 years ago
Taloth Saldono
eb98a7e8be
Improved error message when nzb download contains an newznab error instead
5 years ago
Mark McDowall
d4817e9ff2
Improve root folder health check
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
824d315a3b
New: Download History
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
72caab1b2b
New: Monitor and Process downloads separately
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
975d31178b
Fixed: History Repo GetById not always ordered by Date
5 years ago
Qstick
415c2821c8
Fix Qbit Test
5 years ago
Qstick
f891f25f9d
Fixed: Strip AlteZachen from release group name
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
d44f0d23ea
Fixed: ExtraFiles and PendingReleases not deleted correctly
5 years ago
Qstick
d59c563023
Update Backend Packages
5 years ago
Qstick
43c48bf833
New: Quality Preferred Setting
5 years ago
Qstick
770e3379fb
New: Trakt List Organization, User Collection List Support
5 years ago
Qstick
ef2f954b81
New: HealthCheck for valid Branch value
5 years ago
Qstick
5b6a6cc9dc
Fixed: Delete a movie file from the UI that was already deleted from disk
5 years ago
Qstick
fba1a5acb9
Fixup test failures
5 years ago
Taloth Saldono
8babe7205b
Fixed: Removed .Net update notice on Windows LTSB 2015
5 years ago
Qstick
0c44ee5f88
New: HealthCheck and Status for Movies Deleted from TMDb
5 years ago
Qstick
e986869e96
New: CustomFormat Naming Token
5 years ago
ta264
50d6c5e61e
New: User defined scores for each Custom Format
...
Brings it more into line with Sonarr preferred words
5 years ago
Qstick
da80793204
Fixed: Check for EnableCompletedDownloadHandling Enabled, Not Defined
5 years ago
ta264
f3308827d0
Cache database for Unit tests to avoid repeated migrations
5 years ago
Qstick
3969a396d3
Fixed: Change Language on FileNameSampleService so AudioLanguages token works
...
Fixes #4185
5 years ago
Qstick
deeb2979f1
Fixed: Parse 360p releases as base quality instead of 720p
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
ta264
241bf85f15
New: Better interface for creating custom formats
5 years ago
Qstick
63197d38ce
New: Store OriginalFilePath for New Downloads
5 years ago
Qstick
e954b01921
Fixed: Remove Static/Dynamic Settings, Allow Folder Move from Editor
5 years ago
Qstick
1c8f94f1d8
New: Filelist.ro Indexer
...
Fixes #4061
5 years ago
Qstick
fdd1167f33
New: Clean 'Obfuscation' when parsing ReleaseGroup
5 years ago
ta264
01a03e9baf
Fixed: WhereBuilder exception when string variable null
5 years ago
ta264
df101258c5
New: Calculate custom formats on demand
5 years ago
ta264
d5869aebc6
Fix tmdb tests
...
Need to resolve the mapper now that we don't blindly add images
5 years ago
Qstick
86b8dd4856
Fixed: Not deleting movie files during upgrade when root folder is missing
...
Fixes #4066
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
d76423a305
New: Scrape Cast/Crew/Collection Data on Movie Refresh
5 years ago
Qstick
06b56db67c
Squash Pre-Fork Sonarr Migrations ( #4029 )
5 years ago
Qstick
0845a4bf4c
Fixed: Handle 3 digit audio channels
5 years ago
Qstick
c94606dccd
Fixed: MediaCover Test Broken in #3982
5 years ago
ta264
8e256462bf
Use MediaCoverService from Sonarr
5 years ago
geogolem
4385acef99
Fixed: Reverted a change that caused SQL error on NetImport
...
c300af8241 (diff-4199a537105793b9a05a6232cb0531bb)
that caused SQL error when doing netimport search
update tests
update tests
revert tests then remove
revert tests changes --> comment out the tests
5 years ago
Qstick
503f7286b9
Fixed: Treat any CF over Cutoff as Cutoff Met
5 years ago
Qstick
0f9c6038ca
Fixed: Namespace for CustomFormats Tests
5 years ago
Qstick
00921ed839
Add Test Fixture for List Sync
5 years ago
Qstick
2eff7b95dd
Fixed: Catch NullRef On HDBits request if IMDB empty
5 years ago
ta264
f83ccb6ca4
Swap to dapper Mk. 2
5 years ago
ta264
f02fa629cc
Reformat and apply Stylecop rules
5 years ago
ta264
d4fa9b7345
Remove trailing whitespace
5 years ago
ta264
8d27111f7b
Remove all unnecessary usings
5 years ago
ta264
c6ae0bb509
Add missing new lines at end of files
5 years ago
ta264
997ff74fb9
Replace tabs with 4 spaces
5 years ago
Qstick
5e7f0f9d78
Fixed: Tmdb Rename Tokens
...
Fixes #4004
5 years ago
Qstick
089c9657f9
Fixed: Don't throw error IMDB mapped movie not found
5 years ago
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b
.
5 years ago
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
5 years ago
DavidSpek
a9f95109f6
New: Add EAC3 Atmos to Mediainfo Formatting ( #3900 )
...
* Added a EAC3 Atmos option
Added a second if statement under "if (audioFormat.ContainsIgnoreCase("E-AC-3"))" to look for "JOC" in splitAdditionalFeatures to be able to identify EAC3 tracks that contain atmos. I used the audioFormat "MLP FBA" with "TrueHD Atmos" as a reference.
5 years ago
Qstick
2633c82a01
New: Hookup SonarCloud
5 years ago
Qstick
14c943bd48
Fixed: ImportDecsionMaker Fixture Failures
5 years ago
ta264
6235225f7d
New: Bump to .NET Core 3.1
5 years ago
Devin Buhl
4e07e3bd68
New: Option to send notification when a Health Check warning occurs
5 years ago
Qstick
bbadf3c7e6
Fixed: Quality Parser and Augmenter Picks Wrong Quality
5 years ago
Qstick
02efc655f9
Fixed: Remove Not-So-Great Parser Case
5 years ago
Qstick
67dffcdc69
Fixed: 4K and Remux Parser Tweaks
5 years ago
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
ta264
d0f13e16d5
Fixed: All compiler warnings
5 years ago
ta264
abde842bf0
Fixed: Remove obsolete HttpProvider
5 years ago
ta264
cf33e40e70
Fixed: Remove obsolete Plex HomeTheater/Client notifcations
5 years ago
ta264
1b34780b7e
Fixed: Remove obsolete XBMC HTTP notification API
5 years ago
ta264
8b9d64b15a
Changed: Remove growl and prowl
5 years ago
Qstick
225430162b
Fixed: ImageResizer Tweaks
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
ta264
5c07b39b04
Fixed: Convert MonoOnly to PosixOnly
5 years ago
ta264
2b39865251
Update FluentMigrator to v4
5 years ago
ta264
fdbed91a4e
New: Use sqlite package from Lidarr
5 years ago
ta264
0b0d0a7353
New: Use dotnet tooling, produce 64bit build on windows
5 years ago
ta264
24f1b5c0a7
Fixed: CommandExecutorFixture flakiness
5 years ago
ta264
779809b78b
Fixed: Normalize all line endings to LF in repo
5 years ago
Qstick
5f396a53c3
New: Parse VFI as French
5 years ago
Qstick
a368cbd265
Fixed: Hookup BulkMovieMovieCommand
5 years ago
Qstick
2af273a4a1
Fixed: Update Test Fails Due to Throw Elimination
5 years ago
Qstick
f2200f793d
Fixed: Quality Finder Tweaks
5 years ago
Leonardo Galli
be3152e630
Fixed: When refreshing info about a movie, the alt titles should now correctly be deleted / updated, even from TMDB. ( #3603 )
...
* Fixed: When refreshing info about a movie, the alt titles should now correctly be deleted / updated, even from TMDB.
Fixes #3542
* Fixed: Small things fixup.
5 years ago
Qstick
bd374825f1
Fixed: Logging Statements and Tests
5 years ago
Qstick
ae9c2dd830
New: Log Sentry Warn if AudioChannelPositions Error
5 years ago
Qstick
78cac9fcfa
Fixed: Use Modifier in Quality Aggregation
5 years ago
Taloth Saldono
9a25878104
And a bunch of video codecs. Also fixed the dual-video channel issue.
5 years ago
Taloth Saldono
54cfabec5c
New: Additional Atmos detection in MediaInfo
...
ref Radarr/Radarr#3712
5 years ago
Qstick
066bf1220f
Fixed: Flaky IndexerStatusTimes Test
5 years ago
Qstick
fd87be6d1e
New: FutureDownloadClient Housekeeper Tests
5 years ago
ta264
fd5113744f
Fixed: Various tests
5 years ago
Qstick
7f221c7834
Fixed: Automation/Integration/Unit Tests
5 years ago
Qstick
b89c7b8675
New: Convert to New CSProj Format
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
b2268c7452
New: Get Custom Formats Working in Aphrodite
5 years ago
Qstick
23670bca12
New: Upstream Updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
bfc467dd96
New: Use MediaInfo on File Parsing
5 years ago
Qstick
ada9b944dc
Fixed: QueueSpecificationFixture Test
6 years ago
Qstick
d53320779c
New: Update NLog to 4.6.6
6 years ago
Qstick
71c398f0fc
New: Enable Sentry Analytics ( #3669 )
6 years ago
Qstick
328477a1c6
New: Required/Ignored restrictions now support /pattern/ regular expressions
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
582402d45e
Fixed: MediaInfo Improvements, Tests
6 years ago
Qstick
5657a4df9c
Revert "Fixed: Additional FileNameBuilder Tests, {MediaInfo SubtitleLanguagesAll} Token"
...
This reverts commit 865b587bdd
.
6 years ago
Taloth Saldono
865b587bdd
Fixed: Additional FileNameBuilder Tests, {MediaInfo SubtitleLanguagesAll} Token
6 years ago
Taloth Saldono
b179be78db
Fixed: Heavy qbit api load when CDH Remove is disabled
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
6510e2c898
Fixed: Parsing BD release group as Bluray quality
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Taloth Saldono
895abe8c3b
Fixed: Workaround for mono 5.16+ bug preventing the closure of sockets on timeouts (Jackett connections)
...
ref #2802
6 years ago
Qstick
6c84518b40
New: Improve logging when checking if release is an upgrade
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
3ba72fd33b
New: Treat WEBMux as WebRip
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
6705b59b23
Fixed: Renaming Files Command Doesn't Resolve
6 years ago
Qstick
242d530bb4
Fixed: Unit Test Fixes
6 years ago
Qstick
3bf5476922
Fixed: Correctly handle Repacks, restrict to same group
6 years ago
Qstick
7698ae00dd
Fixed: Misc UI/Test Fixes
6 years ago
Qstick
b8f7ca0749
Fixed: DiskScanService Updates
6 years ago
Qstick
612d948eba
Fixed: Some Tests and Added New Ones
6 years ago
Qstick
91ab518dfb
Fixed: Backend Updates from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
d178dce0d3
Fixed: Backend/Frontend Cleanup
6 years ago
Qstick
9350f6a04c
Fixed: Changes to Profiles, Languages, Manual Import
6 years ago
Qstick
c76364a891
Fixed: Update Unit Tests for Indexers/Clients
6 years ago
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
6 years ago
Qstick
16ff1176f7
Fixed: Quality Groups and Profiles
6 years ago
Qstick
6275737ced
New: Many UI Updates and Performance Tweaks
6 years ago
Qstick
65efa15551
New: Backend changes for new UI
6 years ago
Qstick
aef89160e2
Added: Platform Detection Improvements
6 years ago
Qstick
ea5ad24944
New: Re-target to .net 4.6.1
6 years ago
Leonardo Galli
7756b03555
Fixed: a after a shortened word is not removed correctly for matching. Fixes ##3487
6 years ago
Qstick
ac387f208a
Fixed: Support new feed url format IPTorrents ( #573 ) ( #3390 )
6 years ago
Qstick
58ae4417df
Fixed: Cannot Add ITA or ITALIAN custom format ( #3385 )
...
Fixes #3253
6 years ago
Qstick
6287bfd9d9
New: Nzb Validation and Nzbget/SAB URLBase ( #3380 )
6 years ago
Qstick
5cb5faa8a3
Fixed: Forced Subs not parsed by SubtitleLanguageRegex ( #3384 )
...
Fixes #2908
6 years ago
Qstick
dbf12e1fa4
Fixed: Word Boundary on Edition ( #3382 )
6 years ago
Václav Slavík
264629cfa5
Fixed: Mis-classification of releases as being Czech ( #3378 )
...
After the changes from PR #2948 , the regex was too eager to match any
substring contain "SK", such as in "MASK". Fix by requiring word
separation around it, as was already the case with the "CZ" token.
6 years ago
Pieter Janssens
53f49f3b07
Fixed: Match MBluray releases ( #3358 )
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
6d3cff85ae
Fixed: Unable to parse movies from 1800s.
...
Fixes #3271
6 years ago
Leonardo Galli
cd520b0341
Fixed: MediaCoverService tests and stupidly forgetting to open the database connection for logging.
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
Qstick
5b52115d68
Fixed: MediaInfo Unit Test Failing due to AudioAdditionalFeatures ( #3221 )
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
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
4f4e6c494d
Fixed: MPEG-2 remuxes being detected as "Raw-HD" quality
...
Fixes #2986
6 years ago
Qstick
ab0bf64273
New: mk3d file format ( #2795 )
...
Fixes #1324
6 years ago
halali
057086a630
Added: Czech Language ( #2948 )
6 years ago
Leonardo Galli
64e8fde0e1
Fixed: ImdbIds not being padded with zeroes, which messes up matching.
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
b4f456d5f0
[WIP] Additions to custom formats, such as rescanning old files. ( #2949 )
6 years ago
Leonardo Galli
091bcc2333
Fixed: Concurrent manual imports silently failing
...
Fixes #2965
6 years ago
Leonardo Galli
b553d8aef6
Fixed: Saving IndexerSettings into DB which confuses the datamapper.
...
Fixes #2945
7 years ago
Leonardo Galli
77f146b262
Added: Ability to add custom formats, working similar to qualities. ( #2669 )
...
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
7 years ago
Qstick
c736df8116
Fixed: Qbittorrent state and eta fixes ( #2789 )
...
Fixes #2785
7 years ago
Qstick
f058b8f364
Fixed: Don’t allow profiles in use by lists to be deleted ( #2797 )
7 years ago
Leonardo Galli
58044e0104
Fixed: RSS Feeds with no description failing to be added.
...
Fixes #1231
7 years ago
Qstick
210902ecb6
Added: Setting for Colon Replacement Format ( #2711 )
...
Fixes #2140
Fixes #2657
7 years ago
Qstick
38932d82db
Added: Enable Download Client Priorities ( #2699 )
...
Fixes #229
7 years ago
Marcelo Castagna
ed4add85b8
Fixed: Handling of unknown status types in DownloadStation and Import from torrent Download Station should move since DS maintains an internal copy for seeding. ( #2420 )
...
Fixes #2000
7 years ago
Qstick
39346b6127
Fixed: Misc Extra File Improvements (This changes mapping of backdrop images to Fanart instead of Banner) ( #2642 )
...
Fixes #2556
Fixes #2639
Fixes #2547
7 years ago
Qstick
8ee71fd0fa
New: Setting for absolute maximum size for a release ( #2662 )
...
* New: Setting for absolute maximum size for a release
* Change to Advanced Setting
7 years ago
Qstick
25e10e26e3
Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) ( #2589 )
7 years ago
Leonardo Galli
65c3704ff0
Fixed: NLog causing a crash under mono 5.10
...
Fixes #2585
Merge remote-tracking branch 'origin/develop' into develop
Revert "Fixed: NLog causing a crash under mono 5.10"
This reverts commit d11b565eda
.
Added console logging in case NLog fails to initialize.
Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10
Fixed: Messed up merge from Cherry pick
Fixed: Appveyor build.
Revert "Fixed: Appveyor build."
This reverts commit 99282359c4
.
Revert "Fixed: Messed up merge from Cherry pick"
This reverts commit 450d90586d
.
Revert "Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10"
This reverts commit 1b20cbb5e3
.
Fixed: NLog causing issues with mono 5.10
7 years ago
Qstick
9e7e8cff11
Fixed: Multiple History Issues ( #2571 )
7 years ago
Leonardo Galli
d67d89f54a
Merge remote-tracking branch 'origin/develop' into develop
7 years ago
Leonardo Galli
2b2bd16d4d
Updated NLog to version 4.4.12. Should fix #2218
7 years ago
Qstick
0c23511b7a
Added: Same File Size MediaFile Specification ( #2532 )
7 years ago