Commit Graph

4491 Commits (e8b862a38059da4fcb5ab1ab51cf838fe5424f47)

Author SHA1 Message Date
Qstick 2b79fe833b Use Contains(char) instead of Contains(string) for performance
1 year ago
Qstick 4db10e6283 Prefer AsSpan to Substring to avoid unnecessary allocation
1 year ago
Qstick e8aff90582 Use span-based string.Concat to avoid unnecessary allocation
1 year ago
Qstick af28bbad52 Use Environment.CurrentManagedThreadId for efficiency
1 year ago
Qstick f928ee7cad Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
1 year ago
Qstick 7521579bca Use Apend(char) instead of Apend(string) for performance
1 year ago
Qstick e805f61450 Use Length/Count property instead of Count() method to prevent enumerating
1 year ago
Qstick 4fe9daec03 Use Any() in place of Count() to prevent enumerating
1 year ago
Qstick 738dc2c98c Do not use Enumerable methods on indexable collections
1 year ago
Qstick 0ed8ba828d Avoid unnecessary zero-length array allocations
1 year ago
Qstick b2c2c79a96 Don't compare strings to Empty using Equals
1 year ago
Qstick 08ee2f7e32 Remove unnecessary assignments to default type value
1 year ago
Qstick 42e45f93ac Use const where appropriate
1 year ago
Qstick b4d8f0c311 Enable all analyzers and enforce code style on build
1 year ago
Stevie Robinson 21045127cd
Fixed: Parsing of multi season packs with only space between the season numbers
1 year ago
Mark McDowall d496733b31 Fixed: Don't import Custom Format downgrades
1 year ago
Mark McDowall b3d1e4f520 Fixed: Multiple Downloaded Episodes Scan commands should not run in parallel
1 year ago
Mark McDowall cd67671bc1 Fixed: Slow loading of files in Manage Episodes modal
1 year ago
Mark McDowall ac806a2933 New: Show downloading status for series progress bar
1 year ago
Mark McDowall 6d88a98282 New: Plex Watchlist RSS support
1 year ago
cicomalieran 9800bd6b43
Fixed: Processing very long ETA from Transmission
1 year ago
Sergey M 255f947860
Fixed: Mapping of parsed titles when one doesn't have an alias
1 year ago
bakerboy448 92ecb30fab
Fixed: Regression in error message logging
1 year ago
bakerboy448 e968919e63
Fixed: Improve some request failure messaging
1 year ago
Mark McDowall bd3816dac9 Handle null for parent name with clean path is empty
1 year ago
Mark McDowall 95a8f59a32 Fixed: Don't handle images in metadata folder as Roksbox images
1 year ago
Mark McDowall 890f107467 New: Support for .plexmatch series metadata files
1 year ago
Mark McDowall 6740257135 New: Add Episode Guide option for Kodi MetadataFile
1 year ago
Mark McDowall bbd9b1657d Fixed: Don't clean Kodi library if video is playing and Always Update is disabled
1 year ago
Mark McDowall cf00fecbe4 Fixed: Don't grab propers/repacks when item in queue meets cutoff and propers/repacks are not downloaded automatically
1 year ago
Qstick 5a22afc42b Fixed broken path tests
1 year ago
Mark McDowall 75378f7bde Fixed: USB drives mounted to folders are treated as different mounts
1 year ago
Mark McDowall 997aabbc3c Improve CF calculation for files without scene name
1 year ago
Mark McDowall 2c65e4fa41 Fixed: Prevent getting disk space from returning no information when it partially fails
1 year ago
Qstick 9c1fd7c73e Bump MonoTorrent to 2.0.7
1 year ago
Mark McDowall 27cc551980 Updated API documents
1 year ago
Mark McDowall d2cd3f7716 Rename LocalizationLanguageResource to avoid collision with LanguageResource
1 year ago
bakerboy448 ddb25b1095
New: Use better page size for Newznab/Torznab (up to 100) when supported by the indexer
1 year ago
Mark McDowall 303fc5d786 New: Return static response to requests while app is starting
1 year ago
Qstick a379d0c403 Fixed: Settings fail to save for some auth setups
1 year ago
Mark McDowall 72b307f4ad Fixed: Using absolute episode number in Standard Format for episode without while renaming
1 year ago
Mark McDowall 69f325b9dd SeriesFolderFormat needs to be OS Agnostic
1 year ago
Mark McDowall 81d2b18ce1 New: Use Series Folder Format to improve unmapped folders within root folders
1 year ago
Mark McDowall 119addd75f Fixed: Migrating case-sensitive Preferred Word REGEX to Custom Formats
1 year ago
Xavier Xiong 0f111dd066
Fixed: Chinese Anime releases that include a season number
1 year ago
Stevie Robinson e29470d8cb
Fixed: Enable parsing of repacks with revision
1 year ago
bakerboy448 83f6359063
New: Improve Manual Import logging when not parsing files
1 year ago
Mark McDowall ad42d4a14c Fixed: Ping endpoint no longer requires authentication
1 year ago
Qstick faccfe17a2 Remove debug code in CleanupQualityProfileFormatItems
1 year ago
Qstick f05e109b50 Fixed: Avoid Sqlite Error when all profiles have lowest quality cutoff
1 year ago