Commit Graph

9605 Commits (c41aec5f77dce256877d508abeac0d5cc12b4f48)
 

Author SHA1 Message Date
Mark McDowall c41aec5f77 Fixed: Pushed releases should be stored as pushed release
2 years ago
Mark McDowall b8dcd75cf5 Fixed: Refreshing Plex library on a different OS
2 years ago
Mark McDowall cef6d5a99a Fixed: Imports when custom format is a downgrade, but file is an upgrade
2 years ago
lodu 5d09b84b05
New: Add indexer option for Discord on grab notifications
2 years ago
Mark McDowall 3d24e412a6 Better quality revision logging
2 years ago
Mark McDowall ad79dd4df5 New: Better series type select input
2 years ago
Mark McDowall 4ff4d32936 New: Improve accepted and rejected release logging
2 years ago
Mark McDowall 98308737cf New: Improved Plex library updating
2 years ago
Mark McDowall f59cc99733 Remove unused imports from SeriesIndexRow
2 years ago
Mark McDowall b16094a9e3 Fixed: Prevent loss of restrictions when attempting to edit multiple restrictions at once
2 years ago
Mark McDowall bd228e88c3 New: Rescan series if destination file already exists during import
2 years ago
Mark McDowall 978618f041 New: Don't import episodes that don't match grab history
2 years ago
Zak Saunders 89e363fd14 New: Make Release Group Outline Not Show as Required
2 years ago
Mark McDowall 8d70def088 New: Include series year with custom scripts and webhooks
2 years ago
Mark McDowall cb86f4fa50 New: Closing Move Series modal without selecting will cancel save
2 years ago
Mark McDowall c80c1db947 New: Parse HBOMaxHD as WEBDL
2 years ago
Mark McDowall cfcf1ad1ab Fixed: Page Plex Watchlist results
2 years ago
Mark McDowall 17b9e4722a New: Parsing of poorly named absolute number-only files in batches
2 years ago
Mark McDowall f22998aef3 Use episode runtime for size limits when available
2 years ago
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