Commit Graph

2046 Commits (2922180fdfa00a9acdade10a99e613f6916522ab)

Author SHA1 Message Date
kay.one 9c8c485c98 added RestSharpExtensions to help validate REST response
11 years ago
kay.one b6ca43f734 cleaned up nzb download clients.
11 years ago
kay.one ed883fd014 added .iso and .m2ts to known media file extensions.
11 years ago
Mark McDowall 6e3a4828cd Fixed an issue with XemMappings and single episode searching
11 years ago
kay.one 59eb4e68ec url is now logged when feed parse fails.
11 years ago
Mark McDowall b1e5646d7d more nd icons and some spelling fixes
11 years ago
kay.one 435904bc0a better process.start for mono
11 years ago
Mark McDowall 18910d0720 Removed resource manager
11 years ago
Mark McDowall 4a9e2894ef Fixed XBMC notification image
11 years ago
kay.one ad3c4aa4a5 fixed broken build.
11 years ago
Mark McDowall 881686e994 Throw exception when unable to get size from newznab feed
11 years ago
Mark McDowall 44772c7391 Throw when unable to move file
11 years ago
Mark McDowall 4ea35ae626 Free space check should use series' parent directory
11 years ago
Mark McDowall 2df51615b7 Preventing more errors when move fails
11 years ago
Mark McDowall a4d6851be1 Added option to not auto download propers
11 years ago
Mark McDowall fded4cf7f3 Added examples to naming settings
11 years ago
Mark McDowall a5e8452840 Removed premove and instead check for source file being in use
11 years ago
kay.one c88b5ee946 fixed broken test.
11 years ago
kay.one 7ac6d9c1f4 removed NzbDrone.Console dependency to UI components
11 years ago
Mark McDowall 2e108620d6 Prepping for git flow, changed update branch to master
11 years ago
Mark McDowall d339d1208f Added default ports for notifications
11 years ago
Mark McDowall 47e7805cf9 Skip sample check for .flv files, also log error for runtime 0
11 years ago
Mark McDowall 470182e397 FreeSpace check now uses the root of the drive\share as the check
11 years ago
Mark McDowall c8d43accfb FreeSpaceSpec is blowing everything up... undoing for now.
11 years ago
Mark McDowall 5fe78ba7bf Require 100MB extra for import
11 years ago
Mark McDowall fca4d20046 Do not import episodes when destination doesn't have enough disk space
11 years ago
Mark McDowall cdf34d5676 Toolbar/Actioneer callback cleanup
11 years ago
Mark McDowall e6b9cd7e60 Episode files are moved to final folder without renaming before deletion and final renaming
11 years ago
Mark McDowall 33db208bb6 Should skip History check during a search
11 years ago
Mark McDowall 1274c1c144 Added commands to delete logs and log files (separately)
11 years ago
Keivan Beigi e152ecc55d removed RegexOptions.IgnoreCase from some expressions. supposed to be faster.
11 years ago
Keivan Beigi 8900c32ae1 Better RSS date parsing
11 years ago
Keivan Beigi 1fdc27598b log exception if pubDate can't be parsed.
11 years ago
Mark McDowall f4aae73d27 Fixed an issue with season searching using the season number as the tvrageid
11 years ago
kay.one 86fa34628f log exception if pubDate can't be parsed.
11 years ago
Mark McDowall c7d3a07219 Throw a custom error for trakt so it doesn't die in LINQ
11 years ago
Mark McDowall f9092e95c2 MonitoredSpec does not apply to searching
11 years ago
Mark McDowall cd7a8bae78 Use title when TvRageId is 0 when searching newznab
11 years ago
Mark McDowall 55af8ecb18 SeasonPass now properly updates episodes
11 years ago
Keivan Beigi 9fcd91f2c5 updated decision logic to prioritize smaller releases of equal quality.
11 years ago
Keivan Beigi c744a64d4d Merge pull request #25 from faush01/vnext
11 years ago
faush01 0608871f76 more param changes
11 years ago
faush01 9f4dfa16d1 remove query selection logic and rename param to tvRageId
11 years ago
Mark McDowall fd30d94972 Removed ServiceModel references
11 years ago
Mark McDowall 083f649b5c User can now configure RSS Sync Interval
11 years ago
faush01 f29eb49c7f use Rage TV ID for newznab search api calls
11 years ago
kay.one bac51706ae minor feed fetch cleanup.
11 years ago
Mark McDowall ff573f358f Merge branch 'linq-xml' into vnext
11 years ago
kay.one 32763b3667 exceptionverification outputs exception info
11 years ago
Mark McDowall 7d43afd7b9 Good riddance SyndicationFeed
11 years ago
kay.one d64bb56575 always replace .NET 3.5 of json.net with 4.0 on build.
11 years ago
kay.one 256520c551 cleaned up extra usings.
11 years ago
Mark McDowall 57bb37a8cd Update season episodes from season pass
11 years ago
Mark McDowall 6ca17942f0 Added season pass for toggling monitored status of seasons
11 years ago
Mark McDowall 19906e0350 Special folders also apply to RootFolder unmapped folders
11 years ago
Mark McDowall 7e4236df3e EpisodeRefresh matches by season and episode number instead of tvdbepisodeid
11 years ago
Mark McDowall ab9c22f7c1 Newznab urls will have any trailing slashes stripped before searching
11 years ago
Mark McDowall 6296293286 Update errors shouldn't re-run updater 30 seconds later so we'll catch the error
11 years ago
Mark McDowall 7efe4419fb Because kayone says any
11 years ago
Mark McDowall bbd0fd41a3 MediaFile cleanup will unlink removed episode files from episodes
11 years ago
Mark McDowall 177e4b850e Fixed the broken tests
11 years ago
Mark McDowall 1c5e30bbd0 Directory lookup will not include some folders at base of drive
11 years ago
Mark McDowall 485f05d4b9 Prevent adding a root folder that is the same as drone factory
11 years ago
Mark McDowall 12bb55f52d Added indexer name to manual search
11 years ago
Mark McDowall eaa7b39025 Better notification messages
11 years ago
Keivan Beigi 4e7468e6fe cleaned up refresh series a bit.
11 years ago
Mark McDowall 9d0501816c "Its an error"
11 years ago
Mark McDowall 7a408f0ed8 Do not blowup notificaiton pipeline when on notification throws
11 years ago
kay.one 5a62e8ae6b updated project output for core/common to _output
11 years ago
kay.one a5bb99367e skip queue check and adding new items if download client isn't configured correctly.
11 years ago
kay.one 1eb278c7f6 less aggressive http exception logging.
11 years ago
kay.one c57fb29db4 upgrade service only tries to delete existing file if it actually exists.
11 years ago
Keivan Beigi c3b25878d4 do a check to see if daily episode has airdate before attempting a search.
11 years ago
Mark McDowall 17842d3fa1 Added categories to newznab section
11 years ago
kay.one e24c85cc1c upped updated interval to 60 minutes from 5 minutes.
11 years ago
kay.one 2dfebd2147 moved update url from db to nzbdrone.config
11 years ago
Keivan Beigi c48ce4d9e0 DB log target is removed after test/app shutdown
11 years ago
Keivan Beigi c80202bec3 updated FluentMigrator
11 years ago
Mark McDowall 60177abf51 A bit more logging for delete file (in recycle bin)
11 years ago
Mark McDowall 17d5895957 Properly store AirDate from source timezone
11 years ago
Mark McDowall 625acef635 Added links and api key links to notifications
11 years ago
Mark McDowall 3f85104d18 Fixed parsing of shows with scene numbering
11 years ago
kay.one 9a24268ee7 removed code redundancies.
11 years ago
kay.one 6d3a604677 create data folder if doesn't exist.
11 years ago
Keivan Beigi 72d0b9c839 remove AnyCPU
11 years ago
Mark McDowall 07073be73c Notifications work for daily shows
11 years ago
kay.one 23b2c9eef5 more linux fixes
11 years ago
Mark McDowall 9330f0aefc Fixed SeriesStats query
11 years ago
Mark McDowall 5bfcc511e8 AirDate now stored as a string
11 years ago
Mark McDowall e96e1b10db Added pushover notifications
11 years ago
Mark McDowall 69d067d2c0 Logging level can be set in the UI (immediately applied)
11 years ago
Mark McDowall 13b71bdeb7 Set version to 10.0.0.* in AssemblyInfo
11 years ago
Mark McDowall 84af2be14a Log level halfway there
11 years ago
kay.one 478caf15f8 static resource URLs are now case sensitive.
11 years ago
kay.one e89a35522e removed redundant qualifiers.
11 years ago
Mark McDowall 50f66cbcca Fixed broken tests
11 years ago
Mark McDowall eb5a15a8ca Added AirDateUtc for UTC offset time
11 years ago
Mark McDowall 7689b50dee Removed CustomStartDate
11 years ago
Mark McDowall 2083a86c2a Xem update errors will be treated as trace
11 years ago
Mark McDowall 537989c515 Updated MediaInfo.dll
11 years ago
Keivan Beigi 121f3b973d added TTL to cached objects
11 years ago
Mark McDowall fa5dda8e2f Remove _UNPACK_ and _FAILED_ from folder name before processing
11 years ago
Mark McDowall f2d030ef27 Xem is used now
11 years ago
Mark McDowall 236316c402 Do not reparse episode files
11 years ago
Mark McDowall 4c1e6e14aa EpisodeFile cleanup and deletion fixes
11 years ago
Mark McDowall 19fc3bad6c More logging for existing file import issue
11 years ago
Mark McDowall 116913107d Missing count will not include unmonitored episodes
11 years ago
Mark McDowall d19e33f0a8 Series search added
11 years ago
Mark McDowall c07bef0e1b Fixed merge conflict
11 years ago
Mark McDowall b6b3d26868 Added tests for rename episodes
11 years ago
Mark McDowall 637b101975 Rename series added
11 years ago
Mark McDowall c6d82bf98b SeriesRenamed should trigger AfterRename
11 years ago
kay.one b676f868ce Disk scan is much much much much faster.
11 years ago
kay.one 9252c5269a Removed unused using statements
11 years ago
Mark McDowall 4a77197877 Daily series status will be fetched from API on data refresh
11 years ago
Keivan Beigi 635e206e03 replaced our zip library so we can validate update package before applying.
11 years ago
Mark McDowall 57c876a420 Added Notification display time to XBMC
11 years ago
Mark McDowall e92b273d75 Import will only delete folder if files were imported
11 years ago
Mark McDowall 40f49d7385 Less shitty way to do series stats for single requests and fixed tests
11 years ago
Mark McDowall d71765be53 RefreshSeriesTask runs every 12 hours now
11 years ago
Mark McDowall 19b3add783 SeriesStats are returned when fetching a single series
11 years ago
Mark McDowall a9dd2d2f04 Actually fixed size parsing this time
11 years ago
Mark McDowall 6a9ca9295f Fixed parsing of NzbClub releases below 1GB
11 years ago
Mark McDowall 7ae7c488f3 Fixed an issue with auto unmonitor episodes
11 years ago
Keivan Beigi 48bf793746 updated around import episodes, update series.
11 years ago
Mark McDowall 53bfd43fba NLsub releases are properly detected
11 years ago
Keivan Beigi 9835608ff0 skip episode folder if drop folder doesn't exist.
11 years ago
Mark McDowall 0fbb45c175 Moved SampleSizeLimit to Spec
11 years ago
Mark McDowall de6304e628 Lower quality episodes are deleted on import (from disk and db)
11 years ago
Mark McDowall 8dacd076d8 Do not import episodes with the same filename and size
11 years ago
Keivan Beigi 89b43836d0 minor cleanup.
11 years ago
Keivan Beigi 28a919e74a fixed marr threading bug.
11 years ago
Mark McDowall 440a128f28 Calendar will now only show monitored episodes
11 years ago
Mark McDowall 92bab993ae Missing will not include series and episodes that are not monitored
11 years ago
Mark McDowall 9a5b700671 Fixed parsing of mult-episode files with underscores
11 years ago
kay.one 0c5827fb41 Cleaned up auth settings
11 years ago
kay.one 4456d3cbe0 fixed disk not being scanned during series refresh.
11 years ago
Mark McDowall e8238fb03a Fixed an issue when trying to import files
11 years ago
Mark McDowall 87731d56bf Fixed an issue with parsing full path instead of filename on import
11 years ago
Mark McDowall 3e7ef408ee Added tests for ImportApprovedEpisodes
11 years ago
Mark McDowall 9b80478f6f No longer setting AirDate to null if it aired before series start date
11 years ago
Mark McDowall e1f2b0da69 Specials will not be monitored by default
11 years ago
kay.one d607b831c9 added exception logging to Tasks.
11 years ago
Mark McDowall 55b8b31bed Existing episodes will not be added to history
11 years ago
Mark McDowall 40962aca1d Add new series won't create a folder
11 years ago
Mark McDowall 2e8311bdd0 Fixed season folder format not changing
11 years ago
Mark McDowall c519195ce3 Fixed default monitored status for non-special episodes
11 years ago
Mark McDowall 2909498781 Season monitor toggle added
11 years ago
Keivan Beigi 966b9d62b7 removed Nzbx
11 years ago
Keivan Beigi 54c36e9264 Getting model by invalid ID throws a more specific exception.
11 years ago
Mark McDowall 41baecc2ee Monitored instead of ignored for episodes and seasons
11 years ago
Keivan Beigi e1488229fe removed old TODOs.
11 years ago
Mark McDowall b420592553 Fixed colours on Calendar
11 years ago
Mark McDowall 21656ecc39 Added ParsedEpisodeInfo to LocalEpisode
11 years ago
Mark McDowall 98e94643fb Episodes older than 14 days have their own priority
11 years ago
kay.one c83a67c9e2 New NzbDrone logo.
11 years ago
Mark McDowall aeb8ee06f6 Episode import uses specs and moves before import now
11 years ago
Keivan Beigi 32d6909045 fixed Ajax errors not being displayed in the UI.
11 years ago
Keivan Beigi f4ceb57b2b fixed issue where tvdbepisodeid change would break episode update.
11 years ago
Mark McDowall c719b17ac0 New migration to fix moving from UseSceneName to RenameEpsiodes
11 years ago
kay.one a216e37d6a better Series.ToString()
11 years ago
kay.one 2d41ebcc78 made some of useless exceptions to calm down.
11 years ago
Mark McDowall 5baf2e09c4 Indexer settings overhaul, reviewed settings tooltips
11 years ago
kay.one d60b863e14 moved data from Roaming to ProgramData.
11 years ago
kay.one 7ff1335a2e fixed merge conflicts.
11 years ago
kay.one 99daa47f89 added support for removing columns
11 years ago
Keivan Beigi 1c5a74df98 Starting to add ALTER COLUMN to SQLite.
11 years ago
Keivan Beigi 50ee2ee357 removed backlog from server
11 years ago
Mark McDowall 3f6a6d53d5 Media Management settings are alive
11 years ago
Mark McDowall 943a05bc09 NzbClub and any indexers with settings are not enabled by default
11 years ago
Mark McDowall c08fcaad84 More default quality profiles
11 years ago
Mark McDowall a2d993138c Allow series name in season folder
11 years ago
Keivan Beigi 31d472a0a0 mark parse as invalid if last episode is before first.
11 years ago
Mark McDowall b21e49f5fa Settings loading overhaul
11 years ago
Mark McDowall 29ed3293d1 Made Nzb Restrictions case-insensative
11 years ago
Mark McDowall 8bb4b06d28 NzbRestrictions are now used, no more allowed release groups
11 years ago
Mark McDowall 6f949dd129 Manual episode search added to episode details
11 years ago
Keivan Beigi 2ce5f6d416 skip report if series title can't be parsed.
11 years ago
Mark McDowall f7c340d795 Save and add, notif settings cleanup
11 years ago
Keivan Beigi dde91569ac cleaned up test db path for tests.
11 years ago
Keivan Beigi 64df2229d6 removed nzbsrus
11 years ago
Keivan Beigi 6b0a24e28e broke up EnvironmentProvider into different services
11 years ago
Mark McDowall 0ffb72bca1 Delete added to indexers
11 years ago
Mark McDowall ef62af75df Don't skip files/folders that are too fresh on import
11 years ago
Mark McDowall 5c3f0203e5 Properly parsing Season 03 Episode 10 releases
11 years ago
Mark McDowall 6bb2f14153 Tests added for DownloadApprovedReports also some cleanup
11 years ago
Mark McDowall b815ad487b Fixed csproj
11 years ago
Mark McDowall 8ee0789c62 Added SeasonSearchCommand
11 years ago
Mark McDowall 7ebcd2b75e RssSync defaults to 15 minutes
11 years ago
Keivan Beigi 73f3459264 added log trim command
11 years ago
Keivan Beigi 1f62194ab8 fixed NotInQueueSpecification throwing exceptions when it couldn't parse an item in the queue.
11 years ago
Mark McDowall ca334ef664 Select type added for client schema
11 years ago
Mark McDowall 8cac7ed1cd Notifications can be tested
11 years ago
Mark McDowall 1f4cf0034e Added test button to notification edit
11 years ago
Keivan Beigi 38589742e3 added caching breaker to media cover images.
11 years ago
Mark McDowall b99e62c5ba Xbmc Refactored
11 years ago
Keivan Beigi 76fb548ccd Added event type icon to history grid.
11 years ago
kay.one aca5d1f361 fixed calendar view
11 years ago
kay.one ac3582d5c4 should be able to queue report using api.
11 years ago
kay.one 487ad01a0e only publish import event if an episode is actually imported.
11 years ago