mirror of
https://github.com/sphildreth/roadie
synced 2024-11-14 00:17:12 +00:00
104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"RoadieSettings": {
|
|
"SiteName": "Roadie",
|
|
"DefaultTimeZone": "US/Central",
|
|
"DiagnosticsPassword": "RoadieDiagPassword",
|
|
"InboundFolder": "C:\\roadie_dev_root\\inbound",
|
|
"LibraryFolder": "C:\\\\roadie_dev_root\\\\library",
|
|
"Thumbnails": {
|
|
"Height": 80,
|
|
"Width": 80
|
|
},
|
|
"MediumThumbnails": {
|
|
"Height": 160,
|
|
"Width": 160
|
|
},
|
|
"LargeThumbnails": {
|
|
"Height": 320,
|
|
"Width": 320
|
|
},
|
|
"DontDoMetaDataProvidersSearchArtists": [ "Various Artists", "Sound Tracks" ],
|
|
"FileExtenionsToDelete": [ ".cue", ".db", ".gif", ".html", ".ini", ".jpg", ".jpeg", ".log", ".mpg", ".m3u", ".png", ".nfo", ".nzb", ".sfv", ".srr", ".txt", ".url" ],
|
|
"RecordNoResultSearches": true,
|
|
"SingleArtistHoldingFolder": "C:\\roadie_dev_root\\single_holding",
|
|
"ArtistNameReplace": {
|
|
"AC/DC": [ "AC; DC", "AC;DC", "AC/ DC", "AC DC" ],
|
|
"Love/Hate": [ "Love; Hate", "Love;Hate", "Love/ Hate", "Love Hate" ]
|
|
},
|
|
"Integrations": {
|
|
"ITunesProviderEnabled": true,
|
|
"MusicBrainzProviderEnabled": true,
|
|
"SpotifyProviderEnabled": true,
|
|
"ApiKeys": [
|
|
{
|
|
"ApiName": "BingImageSearch",
|
|
"Key": "<KEY HERE>"
|
|
},
|
|
{
|
|
"ApiName": "LastFMApiKey",
|
|
"Key": "<KEY HERE>",
|
|
"KeySecret": "<SECRET HERE>"
|
|
},
|
|
{
|
|
"ApiName": "DiscogsConsumerKey",
|
|
"Key": "<KEY HERE>",
|
|
"KeySecret": "<SECRET HERE>"
|
|
}
|
|
]
|
|
},
|
|
"Processing": {
|
|
"DoAudioCleanup": true,
|
|
"DoSaveEditsToTags": true,
|
|
"DoClearComments": true,
|
|
"DoParseFromFileName": true,
|
|
"DoParseFromDiscogsDBFindingTrackForArtist": true,
|
|
"DoParseFromDiscogsDB": true,
|
|
"DoParseFromMusicBrainz": true,
|
|
"DoParseFromLastFM": true,
|
|
"MaximumArtistImagesToAdd": 12,
|
|
"MaximumReleaseImagesToAdd": 12,
|
|
"MaxImageWidth": 2048,
|
|
"ReleaseRemoveStringsRegex": "(\\s*(-\\s)*((CD[0-9][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": " "
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|
|
|