Radarr: Limit Filesystem Access during Net Import Sync of Movie directory

Created on 19 Apr 2020  路  3Comments  路  Source: Radarr/Radarr

The Net Import Sync runs each hour and seems to also do filesystem access on the destination folders where movies are located the E: drive but that is a Symlink to C:\DATA on the Radarr server.
In my setup the RAID volume where the movies reside will do a spindown, OS and Programs are on a separate drive on C: and stay active
During the Net Import Sync I see these in my Event Log

An attempt was made to access an object.

Subject:
    Security ID:        HOME\SA-Radarr
    Account Name:       SA-Radarr
    Account Domain:     HOME
    Logon ID:       0x1758E2D

Object:
    Object Server:      Security
    Object Type:        File
    Object Name:        E:\Data\Movies
    Handle ID:      0x28cc
    Resource Attributes:    S:AI

Process Information:
    Process ID:     0x4
    Process Name:       

Access Request Information:
    Accesses:       ReadAttributes

    Access Mask:        0x80

This will trigger a spin up of the drives.
It does not make sense for Radarr to access the filesystem of the movies while only doing a Net Import Sync

Desktop (please complete the following information):

  • OS: Windows 2019
  • Radarr Ver. 0.2.0.1480

I think this case it was the scan for

2020-4-19 17:31:46.4|Info|NetImportSearchService|Found 2 movies on your auto enabled lists not in your library
2020-4-19 17:31:46.5|Info|MovieService|Adding Movie [My Spy (2020)][tt8242084, 592834] Path: [C:\DATA\Movies\My Spy (2020)]
2020-4-19 17:31:46.5|Info|RefreshMovieService|Updating Info for My Spy
2020-4-19 17:31:46.6|Info|NetImportSearchService|Stargirl (stargirl-382748) will not be added since it was found on the exclusions list
2020-4-19 17:32:11.9|Info|RssSyncService|Starting RSS Sync

Debug Logs

2020-4-19 17:30:11.9|Info|PreDBService|Starting PreDB Sync
2020-4-19 17:30:11.9|Debug|Parser|Parsing string 'Mortal.Kombat.Legends.Scorpions.Revenge.2020.1080p.BluRay.x264-YOL0W'
2020-4-19 17:30:11.9|Debug|Parser|Movie Parsed. Mortal Kombat Legends Scorpions Revenge - 2020 
2020-4-19 17:30:11.9|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:30:11.9|Debug|QualityParser|Trying to parse quality for Mortal.Kombat.Legends.Scorpions.Revenge.2020.1080p.BluRay.x264-YOL0W
2020-4-19 17:30:11.9|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:30:11.9|Debug|Parser|Parsing string 'Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT.mkv'
2020-4-19 17:30:11.9|Debug|Parser|Unable to parse Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT.mkv
2020-4-19 17:30:11.9|Debug|Parser|Parsing string 'Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT'
2020-4-19 17:30:11.9|Debug|Parser|Unable to parse Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT
2020-4-19 17:30:12.0|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (4 ms)
2020-4-19 17:31:42.0|Debug|Parser|Parsing string 'Mortal.Kombat.Legends.Scorpions.Revenge.2020.1080p.BluRay.x264-YOL0W'
2020-4-19 17:31:42.0|Debug|Parser|Movie Parsed. Mortal Kombat Legends Scorpions Revenge - 2020 
2020-4-19 17:31:42.0|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:31:42.0|Debug|QualityParser|Trying to parse quality for Mortal.Kombat.Legends.Scorpions.Revenge.2020.1080p.BluRay.x264-YOL0W
2020-4-19 17:31:42.0|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:31:42.0|Debug|Parser|Parsing string 'Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT.mkv'
2020-4-19 17:31:42.0|Debug|Parser|Unable to parse Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT.mkv
2020-4-19 17:31:42.0|Debug|Parser|Parsing string 'Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT'
2020-4-19 17:31:42.0|Debug|Parser|Unable to parse Like a Boss BluRay 1080p TrueHD Atmos 7.1 AVC REMUX-TROUT
2020-4-19 17:31:42.2|Info|TMDbImport|Importing TMDb movies from: https://api.themoviedb.org/3/discover/movie?api_key=1a7373301961d03f97f853a876dd1212&primary_release_date.gte=2020-01-19&primary_release_date.lte=2020-04-19&vote_count.gte=100&vote_average.gte=6.5&with_genres=&without_genres=&with_original_language=en&page=1
2020-4-19 17:31:42.2|Debug|TMDbImport|Downloading List https://api.themoviedb.org/3/discover/movie?api_key=1a7373301961d03f97f853a876dd1212&primary_release_date.gte=2020-01-19&primary_release_date.lte=2020-04-19&vote_count.gte=100&vote_average.gte=6.5&with_genres=&without_genres=&with_original_language=en&page=1
2020-4-19 17:31:42.4|Info|TMDbImport|Importing TMDb movies from: https://api.themoviedb.org/3/discover/movie?api_key=1a7373301961d03f97f853a876dd1212&primary_release_date.gte=2020-01-19&primary_release_date.lte=2020-04-19&vote_count.gte=100&vote_average.gte=6.5&with_genres=&without_genres=&with_original_language=en&page=2
2020-4-19 17:31:42.4|Debug|TMDbImport|Downloading List https://api.themoviedb.org/3/discover/movie?api_key=1a7373301961d03f97f853a876dd1212&primary_release_date.gte=2020-01-19&primary_release_date.lte=2020-04-19&vote_count.gte=100&vote_average.gte=6.5&with_genres=&without_genres=&with_original_language=en&page=2
2020-4-19 17:31:43.1|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (15 ms)
2020-4-19 17:31:44.4|Debug|StevenLuImport|Downloading List https://s3.amazonaws.com/popular-movies/movies-metacritic-min60.json
2020-4-19 17:31:44.9|Debug|TraktImport|Downloading List https://api.trakt.tv/movies/trending?years=2019-2050&genres=&ratings=60-100&certifications=nr,g,pg,pg-13,r,nc-17&limit=50&languages=en&votes=400
2020-4-19 17:31:45.7|Debug|NetImportSearchService|Found 78 movies from list(s) TMDb Theater, StevenLu - min 6.0, Trakt Trending
2020-4-19 17:31:45.7|Debug|MovieService|Updating 0 movie
2020-4-19 17:31:45.7|Debug|MovieService|0 movie updated
2020-4-19 17:31:46.4|Info|NetImportSearchService|Found 2 movies on your auto enabled lists not in your library
2020-4-19 17:31:46.5|Info|MovieService|Adding Movie [My Spy (2020)][tt8242084, 592834] Path: [C:\DATA\Movies\My Spy (2020)]
2020-4-19 17:31:46.5|Info|RefreshMovieService|Updating Info for My Spy
2020-4-19 17:31:46.6|Info|NetImportSearchService|Stargirl (stargirl-382748) will not be added since it was found on the exclusions list
2020-4-19 17:32:11.9|Info|RssSyncService|Starting RSS Sync
2020-4-19 17:32:11.9|Debug|FetchAndParseRssService|Available indexers 10
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/iptorrents/results/torznab/api?t=movie&cat=100090,100048,100054,2060&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/torrenting/results/torznab/api?t=movie&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/tehconnectionme/results/torznab/api?t=movie&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/torrentday/results/torznab/api?t=movie&cat=100011&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/scenetime/results/torznab/api?t=movie&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/privatehd/results/torznab/api?t=movie&cat=2040&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/digitalcore/results/torznab/api?t=movie&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/torrentleech/results/torznab/api?t=movie&cat=2040&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/hdtorrents/results/torznab/api?t=movie&cat=100005,100064,100003,100002,100071,100057,100066,100045,100062&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:12.0|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/beyond-hd/results/torznab/api?t=movie&cat=2000,100001&extended=1&apikey=(removed)&offset=0&limit=100
2020-4-19 17:32:20.4|Debug|TorznabRssParser|Failed to parse Url https://www.scenetime.com///details.php?id=2543068, ignoring.
2020-4-19 17:32:31.3|Debug|RefreshMovieService|Finished movie refresh for My Spy
2020-4-19 17:32:31.4|Info|DiskScanService|Scanning disk for My Spy
2020-4-19 17:32:31.4|Debug|DiskScanService|Movies folder doesn't exist: C:\DATA\Movies\My Spy (2020)
2020-4-19 17:32:31.4|Info|MovieScannedHandler|[My Spy] was recently added, performing post-add actions
2020-4-19 17:32:31.5|Info|MediaCoverService|Testing: NzbDrone.Core.Messaging.Commands.CommandQueueManager, 2279
2020-4-19 17:32:31.5|Info|NzbSearchService|Searching 10 indexers for [My Spy]
2020-4-19 17:32:31.5|Info|MediaCoverService|Downloading Poster for [My Spy (2020)][tt8242084, 592834] http://image.tmdb.org/t/p/original/n2C6jRK9PtPIs99RQhKtqGlsnsO.jpg
2020-4-19 17:32:31.5|Debug|HttpClient|Downloading [http://image.tmdb.org/t/p/original/n2C6jRK9PtPIs99RQhKtqGlsnsO.jpg] to [C:\ProgramData\Radarr\MediaCover\2279\poster.jpg]
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/beyond-hd/results/torznab/api?t=search&cat=2000,100001&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/digitalcore/results/torznab/api?t=search&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/iptorrents/results/torznab/api?t=search&cat=100090,100048,100054,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/privatehd/results/torznab/api?t=search&cat=2040&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/torrenting/results/torznab/api?t=search&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/hdtorrents/results/torznab/api?t=search&cat=100005,100064,100003,100002,100071,100057,100066,100045,100062&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/tehconnectionme/results/torznab/api?t=search&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/torrentday/results/torznab/api?t=search&cat=100011&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/torrentleech/results/torznab/api?t=search&cat=2040&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/scenetime/results/torznab/api?t=search&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=untitled%20dave%20bautista%20project%202020
2020-4-19 17:32:31.6|Debug|HttpClient|Downloading Completed. took 0s
2020-4-19 17:32:31.7|Debug|MediaCoverService|Resizing Poster-500 for [My Spy (2020)][tt8242084, 592834]
2020-4-19 17:32:31.9|Debug|FetchAndParseRssService|Found 774 reports
2020-4-19 17:32:31.9|Info|DownloadDecisionMaker|Processing 774 releases
2020-4-19 17:32:31.9|Debug|Parser|Parsing string 'Gunsmith Cats 1995 Part 3 1080p BluRay x264-HAiKU'
2020-4-19 17:32:31.9|Debug|Parser|Movie Parsed. Gunsmith Cats - 1995 
2020-4-19 17:32:31.9|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:31.9|Debug|QualityParser|Trying to parse quality for A Movie 1995 Part 3 1080p BluRay x264-HAiKU
2020-4-19 17:32:32.0|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:32:32.0|Debug|MediaCoverService|Resizing Poster-250 for [My Spy (2020)][tt8242084, 592834]
2020-4-19 17:32:32.0|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find Gunsmith Cats
2020-4-19 17:32:32.0|Debug|Parser|Parsing string 'Gunsmith Cats 1995 Part 1 1080p BluRay x264-HAiKU'
2020-4-19 17:32:32.0|Debug|Parser|Movie Parsed. Gunsmith Cats - 1995 
2020-4-19 17:32:32.0|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:32.0|Debug|QualityParser|Trying to parse quality for A Movie 1995 Part 1 1080p BluRay x264-HAiKU
2020-4-19 17:32:32.0|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:32:32.1|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find Gunsmith Cats
2020-4-19 17:32:32.1|Debug|Parser|Parsing string 'Gunsmith Cats 1995 Part 3 720p BluRay x264-HAiKU'
2020-4-19 17:32:32.1|Debug|Parser|Movie Parsed. Gunsmith Cats - 1995 
2020-4-19 17:32:32.1|Info|MediaCoverService|Downloading Fanart for [My Spy (2020)][tt8242084, 592834] http://image.tmdb.org/t/p/original/yalJdTsb6EcDX5devj2ltWXuceO.jpg
2020-4-19 17:32:32.1|Debug|HttpClient|Downloading [http://image.tmdb.org/t/p/original/yalJdTsb6EcDX5devj2ltWXuceO.jpg] to [C:\ProgramData\Radarr\MediaCover\2279\fanart.jpg]
2020-4-19 17:32:32.1|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:32.1|Debug|QualityParser|Trying to parse quality for A Movie 1995 Part 3 720p BluRay x264-HAiKU
2020-4-19 17:32:32.1|Debug|ParsingService|Quality parsed: Bluray-720p v1 (None)
2020-4-19 17:32:32.1|Debug|HttpClient|Downloading Completed. took 0s
2020-4-19 17:32:32.1|Debug|MediaCoverService|Resizing Fanart-360 for [My Spy (2020)][tt8242084, 592834]
2020-4-19 17:32:32.1|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find Gunsmith Cats
2020-4-19 17:32:32.2|Debug|Parser|Parsing string 'Gunsmith Cats 1995 Part 2 720p BluRay x264-HAiKU'
2020-4-19 17:32:32.2|Debug|Parser|Movie Parsed. Gunsmith Cats - 1995 
2020-4-19 17:32:32.2|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:32.2|Debug|QualityParser|Trying to parse quality for A Movie 1995 Part 2 720p BluRay x264-HAiKU
2020-4-19 17:32:32.2|Debug|ParsingService|Quality parsed: Bluray-720p v1 (None)
2020-4-19 17:32:32.2|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find Gunsmith Cats
2020-4-19 17:32:32.2|Debug|Parser|Parsing string 'Transport 1970 1080p BluRay x264-BiPOLAR'
2020-4-19 17:32:32.2|Debug|Parser|Movie Parsed. Transport - 1970 
2020-4-19 17:32:32.2|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:32.2|Debug|QualityParser|Trying to parse quality for A Movie 1970 1080p BluRay x264-BiPOLAR
2020-4-19 17:32:32.2|Debug|Torznab|Downloading Feed http://download:9117/api/v2.0/indexers/beyond-hd/results/torznab/api?t=search&cat=2000,100001&extended=1&apikey=(removed)&offset=0&limit=100&q=my%20spy%202020
2020-4-19 17:32:32.2|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:32:32.3|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find Transport
2020-4-19 17:32:32.3|Debug|Parser|Parsing string 'The Film That Rises to the Surface of Clarified Butter 1968 1080p BluRay x264-BiPOLAR'
2020-4-19 17:32:32.3|Debug|Parser|Movie Parsed. The Film That Rises to the Surface of Clarified Butter - 1968 
2020-4-19 17:32:32.3|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:32.3|Debug|MediaCoverService|Resizing Fanart-180 for [My Spy (2020)][tt8242084, 592834]
2020-4-19 17:32:32.3|Debug|QualityParser|Trying to parse quality for A Movie 1968 1080p BluRay x264-BiPOLAR
2020-4-19 17:32:32.3|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:32:32.3|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find The Film That Rises to the Surface of Clarified Butter
2020-4-19 17:32:32.3|Debug|Parser|Parsing string 'Seasons 2002 1080p BluRay x264-BiPOLAR'
2020-4-19 17:32:32.4|Debug|Parser|Movie Parsed. Seasons - 2002 
2020-4-19 17:32:32.4|Debug|ParsingService|Language(s) parsed: 
2020-4-19 17:32:32.4|Debug|QualityParser|Trying to parse quality for A Movie 2002 1080p BluRay x264-BiPOLAR
2020-4-19 17:32:32.4|Debug|ParsingService|Quality parsed: Bluray-1080p v1 (None)
2020-4-19 17:32:32.4|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Could not find Seasons
2020-4-19 17:32:32.4|Debug|Parser|Parsing string 'Sappho and Jerry Parts 1-3 1978 1080p BluRay x264-BiPOLAR'
2020-4-19 17:32:32.4|Debug|Parser|Movie Parsed. Sappho and Jerry Parts 1-3 - 1978 
2020-4-19 17:32:32.4|Debug|ParsingService|Language(s) parsed: 
bug

All 3 comments

This is the add and refresh movie service / scan service if new movies are found on a list and added. Not the list sync service itself. If you want it to happen less extend your sync interval to every 6 or 12 or 24 hours. Do you have an example of spin up on a sync that adds no movies?

That would explain why it is not consistently happening.
I'll monitor to see if I have other spinups.

Sounds good, we can reopen this if you find issues..

Was this page helpful?
0 / 5 - 0 ratings