mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
47 lines
No EOL
1.2 KiB
JSON
47 lines
No EOL
1.2 KiB
JSON
{
|
|
"RoadieSettings": {
|
|
"Processing": {
|
|
"PreInspectScript": "PreInspectScript.ps1",
|
|
"RemoveStringsRegex": "\\b[0-9]+\\s#\\s\\b",
|
|
"ReleaseRemoveStringsRegex": "(\\\\s*(-\\\\s)*((CD[_\\-#\\s]*[0-9]*)))|((\\\\(|\\\\[)+([0-9]|,|self|bonus|re(leas|master|(e|d)*)*|th|anniversary|cd|disc|deluxe|dig(ipack)*|vinyl|japan(ese)*|asian|remastered|limited|ltd|expanded|edition|\\\\s)+(]|\\\\)*))",
|
|
"TrackRemoveStringsRegex": "^([0-9]+)(\\.|-|\\s)*",
|
|
"ReplaceStrings": [
|
|
{
|
|
"order": 1,
|
|
"key": "-OBSERVER",
|
|
"replaceWith": ""
|
|
},
|
|
{
|
|
"order": 2,
|
|
"key": "[Torrent Tatty]",
|
|
"replaceWith": ""
|
|
},
|
|
{
|
|
"order": 3,
|
|
"key": "_",
|
|
"replaceWith": " "
|
|
},
|
|
{
|
|
"order": 4,
|
|
"key": "-",
|
|
"replaceWith": " "
|
|
},
|
|
{
|
|
"order": 5,
|
|
"key": "~",
|
|
"replaceWith": " "
|
|
},
|
|
{
|
|
"order": 6,
|
|
"key": "^",
|
|
"replaceWith": " "
|
|
},
|
|
{
|
|
"order": 7,
|
|
"key": "#",
|
|
"replaceWith": " "
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |