mirror of
https://github.com/sphildreth/roadie
synced 2024-11-12 23:47:07 +00:00
49 lines
No EOL
1.3 KiB
JSON
49 lines
No EOL
1.3 KiB
JSON
{
|
|
"RoadieSettings": {
|
|
"InboundFolder": "C:\\roadie_dev_root\\inbound",
|
|
"LibraryFolder": "C:\\\\roadie_dev_root\\\\library",
|
|
"SearchEngineReposFolder": "C:\\\\roadie_dev_root\\\\repos",
|
|
"Processing": {
|
|
"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": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |