Daily Screenshot

Daily Screenshot

3.9k Downloads

Duplicate Folder Created when setting custom Directory (OS: Windows)

Zefferis opened this issue · 1 comments

commented

[[ Posting Here since it helps you track the issues :) ]]

Hi there, wonderful Mod! Just started trying out <3

Steps to Reproduce:

{
  "SnapshotRules": [
    {
      "Name": "Daily Farm Screenshot",
      "ZoomLevel": 0.25,
      "Directory": "Default",
      "FileName": "Default",
      "Trigger": {
        "Days": "Daily",
        "Weather": "Any",
        "Location": "Farm",
        "Key": "None",
        "StartTime": 600,
        "EndTime": 2600
      }
    },
    {
      "Name": "Manual Screenshots",
      "ZoomLevel": 0.5,
      "Directory": "C:\\Users\\SSing\\AppData\\Roaming\\StardewValley\\Screenshots\\Manual Screenies",
      "FileName": "Date, FarmName, UniqueID",
      "Trigger": {
        "Days": "Daily",
        "Weather": "Any",
        "Location": "Any",
        "Key": "P",
        "StartTime": 600,
        "EndTime": 2600
      }
    }
  ]
}

In this case we've got the Daily Screenshot and a "Manual" Screenshot

Within the "Manual" screenshot there's a value "FarmName" which generates a folder, that should should only be generated in the subfolder "Manual Screenies"

But is also generated in the "Default" Directory:

C:.
+---Goobstar-Farm-Screenshots
+---Goobstar-Farm-Screenshots-268537438
|   \---Farm
|           01-01-11.png
|           
\---Manual Screenies
    \---Goobstar-Farm-Screenshots
            01-01-11-1609192136156.png

The duplicate folder being "Goobstar Farm Screenshots"

commented

Oh yes, appreciate you posting it here. Totally spaced on that for some reason. Thanks!