Skip to content

Instantly share code, notes, and snippets.

@chalkpe
Last active October 11, 2019 16:53
Show Gist options
  • Save chalkpe/665ef443b1698d69b410048f1b617a43 to your computer and use it in GitHub Desktop.
Save chalkpe/665ef443b1698d69b410048f1b617a43 to your computer and use it in GitHub Desktop.
{
"sources": [
{
"name": "Final Fantasy XIV",
"path": "/mnt/c/Users/amato/Documents/My Games/FINAL FANTASY XIV - KOREA/screenshots",
"rules": [
"ffxiv_[YYYY][MM][DD]_[HH][mm][ss].png",
"ffxiv_[YYYY][MM][DD]_[HH][mm][ss]_[SSS].png"
]
}, {
"name": "Final Fantasy XIV - Global",
"path": "/mnt/c/Users/amato/Documents/My Games/FINAL FANTASY XIV - A Realm Reborn/screenshots",
"rule": "ffxiv_[MM][DD][YYYY]_[HH][mm][ss]_[SSS].png"
}, {
"name": "Final Fantasy XIV - Filtered",
"path": "/mnt/c/Users/amato/Videos/Final Fantasy XIV A Realm Reborn",
"rules": [
"Final Fantasy XIV A Realm Reborn Screenshot [YYYY].[MM].[DD] - [HH].[mm].[ss].[SS].png",
"Final Fantasy XIV A Realm Reborn Screenshot [YYYY].[MM].[DD] - [HH].[mm].[ss].[SSS].png"
]
}, {
"name": "Hearthstone",
"path": "/mnt/c/Users/amato/Desktop",
"rule": "Hearthstone Screenshot [MM]-[DD]-[YY] [HH].[mm].[ss].png"
}, {
"name": "Heroes of the Storm",
"path": "/mnt/c/Users/amato/Documents/Heroes of the Storm/Screenshots",
"rule": "Screenshot[YYYY]-[MM]-[DD] [HH]_[mm]_[ss].jpg"
}, {
"name": "Overwatch",
"path": "/mnt/c/Users/amato/Documents/Overwatch/ScreenShots/Overwatch",
"rule": "ScreenShot_[YY]-[MM]-[DD]_[HH]-[mm]-[ss]-[SSS].jpg"
}
],
"target": {
"path": "/mnt/d/Screenshots",
"rule": "[name]/[YYYY]-[MM]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment