Mark McDowall
859e36aa6b
New: Do not import files inside the EXTRAS folder within a Series
11 years ago
Mark McDowall
cde3d0b44a
Don't throw permissions errors when importing files
...
Fixed: Better error handling when setting permissions after import (mono)
11 years ago
Mark McDowall
ceb06378ad
Fixed: Daily series won't get treated as specials during sample checks
11 years ago
Mark McDowall
946406f456
Rescan all series via RescanSeriesCommand
11 years ago
Mark McDowall
31deff1ea3
Fixed: Daily shows will no longer skip sample detection
11 years ago
Mark McDowall
0f9360bccb
New: Advanced option to skip checking free space when importing files
11 years ago
Mark McDowall
e5263f143d
Import process improvements
...
New: Post processing scripts can pass "Path" via API to scan a specific folder directly
Fixed: Do not delete folder from drone factory when non-sample video files exist
11 years ago
Mark McDowall
a0aaac0fd9
Added some stopwatches for disk scanning
11 years ago
Mark McDowall
f52c151f0a
Call DiskScanService.Scan directly
11 years ago
Mark McDowall
69f5c8444e
New: Added drone factory rescan button to Wanted
11 years ago
Mark McDowall
c6e492af4e
Fixed: Ended series will be refreshed from trakt every 30 days instead of daily
11 years ago
Mark McDowall
2f3430387e
Major logging overhaul
11 years ago
Mark McDowall
a02108922f
Set episode file modified date to local or utc air date
11 years ago
Mark McDowall
8478379ff4
Merge branch 'AirDate' of https://github.com/JackDandy/NzbDrone into set-file-date
11 years ago
Mark McDowall
8885bbb60f
OS X and linux can be treated separately
11 years ago
JackDandy
d9eab04029
Add new feature, set file date to episode aired date. Fix, use alternative Trakt API field for episode air time. Improve the Preview Rename tip.
...
Add, new setting "Set File Date to Airdate" on the Media Management tab of the Settings page to toggle this feature for new, imported and auto updating media files.
Change, home page "Series Editor" - "Rename" button to "Update Files" and add "Set File Date To Air Date" action button to this modal to add capability of updating legacy media.
Add, non UTC functions given that Windows undesirably adds time to file times set when using UTC.
Fix, the Trakt API response show.air_time_utc contains erroneous data, this is replaced with show.air_time.
11 years ago
Mark McDowall
9d74693bb7
Added Series Scanned Event
11 years ago
Mark McDowall
9dcd58a631
Prevent queue/history from blowing up
11 years ago
Mark McDowall
366034c969
Return MoveFile
11 years ago
Mark McDowall
7758db5324
EpisodeFileMover updates episode file path after move
11 years ago
Mark McDowall
33ebf1bf78
New: Rename all selected series from the series editor
11 years ago
Mark McDowall
99336595b0
Removed SetFolderWriteTime in favour of FolderSetLastWriteTimeUtc
11 years ago
Mark McDowall
828e8eb147
Fixed: Orphaned episode file was preventing rename preview from functioning
11 years ago
Mark McDowall
259c408b67
Added size information when Size spec rejects import
11 years ago
Mark McDowall
0b2b8e9bbe
Cleaned up parser tests, 1103/1113 parsing is less greedy
...
Fixed: Importing of hashed releases
11 years ago
Mark McDowall
e9db0fc14a
Fixes after rebase
11 years ago
Mark McDowall
409e1cca94
No more dupes and house cleaner added
11 years ago
Mark McDowall
3ca5e478ff
Almost everything working except importing episode thumbs
11 years ago
Mark McDowall
a6361d0bbd
New: XBMC Metadata (Frodo+)
11 years ago
markus101
f9b0b2206c
Added RescanSeries command
11 years ago
Mark McDowall
958c2f1fe1
Merge branch 'quality-definitions' into develop
...
Conflicts:
src/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html
src/UI/app.js
11 years ago
Mark McDowall
7218772b32
Support for setting uid/gid on *nix systems
11 years ago
Taloth Saldono
c90791b266
Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled.
11 years ago
Mark McDowall
47a8d93c18
Added .ogv as a file extension
11 years ago
Mark McDowall
543cc4e6c1
If folder does not exist...
11 years ago
Mark McDowall
49168cad25
UI and opt-in for setting permissions
11 years ago
Mark McDowall
5459b5fed4
New: Setting file permissions on import (Linux)
11 years ago
Mark McDowall
37231d1ef0
DiskProvider split to Windows and Mono projects
11 years ago
Mark McDowall
7d46f4d64d
Logging destination filename when importing/renaming files.
11 years ago
Mark McDowall
72e56a1845
Fixed: Some specials will no longer be treated as containing the full season on import
11 years ago
Mark McDowall
f76c4700a6
New: Release Group can now be used in rename patterns
11 years ago
Mark McDowall
c03f01172e
Use audio and general stream runtimes when video runtime is zero
...
Fixed: Getting runtime from files should be more reliable
11 years ago
Mark McDowall
0de25988a5
Added logging when folder quality is parsed
11 years ago
Mark McDowall
54fcbc311f
Logging quality again when using it from folder during import
11 years ago
Mark McDowall
d4a9bd25bd
Decimal.TryParse the frame rate instead of Decimal.Parse
11 years ago
Mark McDowall
9cb220bf2a
dllmap added for MediaInfo.DLL
...
Fall back to filesize check if mediainfo is not available
Ubuntu package depends on sqlite3 and mediainfo
New: mediainfo now used on mono to check runtime when available
11 years ago
kayone
b43c4e04f8
don't report DirectoryNotFoundException in FreeSpaceSpecification
11 years ago
kayone
91d64f0b6a
path performance optimization
11 years ago
kayone
a7d5b3761b
Fixed: Memory leak in Ensure.That
11 years ago
Mark McDowall
3266d05c82
Rename previews are now ordered in asscending season and epsiode order
11 years ago
Mark McDowall
e6a4008fad
Adding some more logging to import process
11 years ago
Mark McDowall
f3fbbf66e0
Catching InvalidOperationExceptions when Inheriting folder permissions
...
Fixed: Issue sorting files when series is on a share running on UFS
11 years ago
Mark McDowall
e42ac25657
Rename preview for full series and season
...
New: Preview before renaming files
11 years ago
kayone
7efac124c7
added input validation around MoveFile
11 years ago
Mark McDowall
061da0573a
Fixed: Another runtime parsing issue for .ts files
11 years ago
kayone
ec63053fe7
cleaned up using directives.
11 years ago
Mark McDowall
ea36c6ed47
Create missing series folders on disk scan (if enabled)
...
New: Option to create missing series folders during disk scans
11 years ago
Mark McDowall
07386f12e6
New: Only clean XBMC Library when a file is being upgraded
11 years ago
Mark McDowall
410bf0d846
Use folder quality when it is better than file quality
...
Fixed: Better handling of downloads that don't have the quality in the filename
11 years ago
Mark McDowall
3789602e56
Refresh series logs more and is done in alphabetical order
11 years ago
Mark McDowall
94d50de6cb
Fixed: Parsing .ts files for runtime should work now
11 years ago
Mark McDowall
77a5fd62d2
Better sample checks
...
Fixed: Sample checking relies on runtime instead of file size (Windows)
Fixed: Minimum file size for 1080p releases is now 140MB (lower will be considered samples)
11 years ago
Mark McDowall
46bd5d1767
Fixed: Skip last write time check on linux for _UNPACK_ folders
11 years ago
Mark McDowall
743754a041
Catch any errors setting last write time so we don't blow up the whole process
...
Fixed: Prevent error when importing files that causes the process to fail
11 years ago
Mark McDowall
e7780af212
Better name from LocalEpisode in EpisodeImportedEvent
11 years ago
Mark McDowall
c708b5ce1a
Only run InheritFolderPermissions on Windows
11 years ago
Mark McDowall
741279b596
Import episodes will import largest files first (to reject samples)
11 years ago
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
11 years ago