.AppleDouble is back?

Hi, I have noticed that sonarr seems to have significantly reduced the .AppleDouble issues, however, I am noticing that the .AppleDouble files are showing up again. I noticed this because I’ve started playing with the sonarr API and here’s an example where sonarr is reporting an .AppleDouble file via its API for episodefiles:

[
  {
    "seriesId": 46,
    "seasonNumber": 6,
    "relativePath": "Season 6/Shark Tank - S06E17 - Week 16- Fresh Patch, Balm Chicky, Drain Strain, BedJet - WEBDL-720p.mkv",
    "path": "/raid/Media/TV Shows/Shark Tank/Season 6/Shark Tank - S06E17 - Week 16- Fresh Patch, Balm Chicky, Drain Strain, BedJet - WEBDL-720p.mkv",
    "size": 783609005,
    "dateAdded": "2015-02-06T02:04:31.99778Z",
    "sceneName": "Shark_Tank_S06E17_720p_WEBRip_x264-W4F",
    "quality": {
      "quality": {
        "id": 5,
        "name": "WEBDL-720p"
      },
      "revision": {
        "version": 1,
        "real": 0
      }
    },
    "qualityCutoffNotMet": false,
    "id": 10657
  },
  {
    "seriesId": 46,
    "seasonNumber": 6,
    "relativePath": "Season 6/Shark Tank - S06E16 - Week 15- Victoria's Kitchen, Green Box, Tycoon Real Estate, PhoneSoap - HDTV-720p.mkv",
    "path": "/raid/Media/TV Shows/Shark Tank/Season 6/Shark Tank - S06E16 - Week 15- Victoria's Kitchen, Green Box, Tycoon Real Estate, PhoneSoap - HDTV-720p.mkv",
    "size": 1058034239,
    "dateAdded": "2015-02-16T02:48:04.426849Z",
    "quality": {
      "quality": {
        "id": 4,
        "name": "HDTV-720p"
      },
      "revision": {
        "version": 1,
        "real": 0
      }
    },
    "qualityCutoffNotMet": false,
    "id": 17566
  },
  {
    "seriesId": 46,
    "seasonNumber": 6,
    "relativePath": "Season 6/.AppleDouble/Shark Tank - S06E18 - Week 17- Himalayan Dog Chew, Lip Bar, BevBoy, FunBites - HDTV-720p.mkv",
    "path": "/raid/Media/TV Shows/Shark Tank/Season 6/.AppleDouble/Shark Tank - S06E18 - Week 17- Himalayan Dog Chew, Lip Bar, BevBoy, FunBites - HDTV-720p.mkv",
    "size": 741,
    "dateAdded": "2015-02-18T23:15:20.167595Z",
    "quality": {
      "quality": {
        "id": 4,
        "name": "HDTV-720p"
      },
      "revision": {
        "version": 1,
        "real": 0
      }
    },
    "qualityCutoffNotMet": false,
    "id": 17901
  },
  {
    "seriesId": 46,
    "seasonNumber": 6,
    "relativePath": "Season 6/Shark Tank - S06E19 - Week 18- Sseko Designs, Gold Rush Nugget Bucket, Boobypack, Lumi - HDTV-720p.mkv",
    "path": "/raid/Media/TV Shows/Shark Tank/Season 6/Shark Tank - S06E19 - Week 18- Sseko Designs, Gold Rush Nugget Bucket, Boobypack, Lumi - HDTV-720p.mkv",
    "size": 1162925485,
    "dateAdded": "2015-02-18T23:16:52.883579Z",
    "quality": {
      "quality": {
        "id": 4,
        "name": "HDTV-720p"
      },
      "revision": {
        "version": 1,
        "real": 0
      }
    },
    "qualityCutoffNotMet": false,
    "id": 17903
  },
  {
    "seriesId": 46,
    "seasonNumber": 6,
    "relativePath": "Season 6/Shark Tank - S06E18 - Week 17- Himalayan Dog Chew, Lip Bar, BevBoy, FunBites - HDTV-720p.mkv",
    "path": "/raid/Media/TV Shows/Shark Tank/Season 6/Shark Tank - S06E18 - Week 17- Himalayan Dog Chew, Lip Bar, BevBoy, FunBites - HDTV-720p.mkv",
    "size": 1126581310,
    "dateAdded": "2015-02-18T23:16:53.190141Z",
    "quality": {
      "quality": {
        "id": 4,
        "name": "HDTV-720p"
      },
      "revision": {
        "version": 1,
        "real": 0
      }
    },
    "qualityCutoffNotMet": false,
    "id": 17904
  }
]

Note that S06E18 shows up twice. Once is the actual media file and the other is its .AppleDouble evil twin, which confuses sonarr when I attempt to organize files for example, it wants to rename the .AppleDouble version instead of the actual media file.

Anyone else still seeing this behavior or am I the only one still running into the occasional .AppleDouble issues?

Thanks

I know what the issue is. I’ll get a fix for this into develop as soon as I can. Thanks for the path, had a report of this before, but without the path we didn’t see the issue.

Awesome, thank you for the quick reply!