Commit Graph

9886 Commits (bb67c30dd5a9bfdf5e8f5045a18c8f9512ad5667)
 

Author SHA1 Message Date
Qstick a42f97229a Convert method to static that doesn't use instance data
2 years ago
Qstick 412a36226f Add .globalconfig
2 years ago
Qstick e8b862a380 Remove Non-Failing Rules
2 years ago
Qstick 2b79fe833b Use Contains(char) instead of Contains(string) for performance
2 years ago
Qstick 4db10e6283 Prefer AsSpan to Substring to avoid unnecessary allocation
2 years ago
Qstick e8aff90582 Use span-based string.Concat to avoid unnecessary allocation
2 years ago
Qstick af28bbad52 Use Environment.CurrentManagedThreadId for efficiency
2 years ago
Qstick f928ee7cad Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
2 years ago
Qstick 7521579bca Use Apend(char) instead of Apend(string) for performance
2 years ago
Qstick e805f61450 Use Length/Count property instead of Count() method to prevent enumerating
2 years ago
Qstick 4fe9daec03 Use Any() in place of Count() to prevent enumerating
2 years ago
Qstick 738dc2c98c Do not use Enumerable methods on indexable collections
2 years ago
Qstick 0ed8ba828d Avoid unnecessary zero-length array allocations
2 years ago
Qstick b2c2c79a96 Don't compare strings to Empty using Equals
2 years ago
Qstick 08ee2f7e32 Remove unnecessary assignments to default type value
2 years ago
Qstick 42e45f93ac Use const where appropriate
2 years ago
Qstick b4d8f0c311 Enable all analyzers and enforce code style on build
2 years ago
Stevie Robinson 21045127cd
Fixed: Parsing of multi season packs with only space between the season numbers
2 years ago
Mark McDowall d496733b31 Fixed: Don't import Custom Format downgrades
2 years ago
Mark McDowall b3d1e4f520 Fixed: Multiple Downloaded Episodes Scan commands should not run in parallel
2 years ago
Mark McDowall cd67671bc1 Fixed: Slow loading of files in Manage Episodes modal
2 years ago
Mark McDowall 1f619e27f1 New: Season interactive search modal size
2 years ago
Mark McDowall ac806a2933 New: Show downloading status for series progress bar
2 years ago
Mark McDowall 6d88a98282 New: Plex Watchlist RSS support
2 years ago
Stevie Robinson 4f5a183152
Fixed: Color unaired items in agenda view
2 years ago
cicomalieran 9800bd6b43
Fixed: Processing very long ETA from Transmission
2 years ago
Mark McDowall aa938d911b Fixed: Misaligned table border
2 years ago
Mark McDowall 622e36de96 Fixed: Some posters not showing for new series search results
2 years ago
Sergey M 255f947860
Fixed: Mapping of parsed titles when one doesn't have an alias
2 years ago
bakerboy448 92ecb30fab
Fixed: Regression in error message logging
2 years ago
Qstick 6082253166 New: Additional custom filter predicates for strings
2 years ago
bakerboy448 e968919e63
Fixed: Improve some request failure messaging
2 years ago
Mark McDowall 6ec32eb45d Fixed lint error and background for poster select
2 years ago
Mark McDowall bd3816dac9 Handle null for parent name with clean path is empty
2 years ago
Mark McDowall 95a8f59a32 Fixed: Don't handle images in metadata folder as Roksbox images
2 years ago
Mark McDowall 890f107467 New: Support for .plexmatch series metadata files
2 years ago
Mark McDowall 6740257135 New: Add Episode Guide option for Kodi MetadataFile
2 years ago
Mark McDowall bbd9b1657d Fixed: Don't clean Kodi library if video is playing and Always Update is disabled
2 years ago
Mark McDowall d923d3f106 Fixed: Series table not resizing properly when window size changed
2 years ago
Mark McDowall bf62d4f921 Fixed: Series select not working correctly after stopping/starting or changing sort order
2 years ago
Mark McDowall cf00fecbe4 Fixed: Don't grab propers/repacks when item in queue meets cutoff and propers/repacks are not downloaded automatically
2 years ago
Qstick 5a22afc42b Fixed broken path tests
2 years ago
Mark McDowall 75378f7bde Fixed: USB drives mounted to folders are treated as different mounts
2 years ago
Mark McDowall 37c355da51 Improved UI error messages (stack trace and version)
2 years ago
Mark McDowall 57a64b056a New: Increase clickable area of series select in poster/overview
2 years ago
Mark McDowall 279d3a89b6 Fixed loading series list and custom filters
2 years ago
tsubus 492c9e22ba Remove unused ReactDOM import
2 years ago
Mark McDowall f7ce5c7b11 Fixed: File browser
2 years ago
Mark McDowall 997aabbc3c Improve CF calculation for files without scene name
2 years ago
Mark McDowall 2c65e4fa41 Fixed: Prevent getting disk space from returning no information when it partially fails
2 years ago