mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
136 lines
No EOL
3.8 KiB
JSON
136 lines
No EOL
3.8 KiB
JSON
{
|
|
"Kestrel": {
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "http://192.168.1.177:5123/"
|
|
}
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.RollingFileAlternate" ],
|
|
"MinimumLevel": {
|
|
"Default": "Verbose",
|
|
"Override": {
|
|
"System": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console",
|
|
"Args": {
|
|
"theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console",
|
|
"restrictedToMinimumLevel": "Verbose"
|
|
}
|
|
},
|
|
{
|
|
"Name": "RollingFileAlternate",
|
|
"Args": {
|
|
"restrictedToMinimumLevel": "Warning",
|
|
"path": "{Date}.log",
|
|
"logDirectory": "logs",
|
|
"fileSizeLimitBytes": 26214400,
|
|
"buffered": true
|
|
}
|
|
}
|
|
],
|
|
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId", "WithExceptionDetails" ],
|
|
"Properties": {
|
|
"Application": "Roadie API"
|
|
}
|
|
},
|
|
"Tokens": {
|
|
"PrivateKey": "!1232bcdb4bebc80a0d080883d6deefuxlsh8bfc920c2a8cskeuxd8349sk412aa785662e594b4df48cb46aa3c652b40b3#",
|
|
"PublicKey": "91i4874y24134E50sz7dges68AB08",
|
|
"Lifetime": "86400",
|
|
"Issuer": "http://localhost:5123",
|
|
"Audience": "http://localhost:5500"
|
|
},
|
|
"ConnectionStrings": {
|
|
"RoadieDatabaseConnection": "server=voyager;userid=roadie;password=MenAtW0rk668;persistsecurityinfo=True;database=roadie_dev;ConvertZeroDateTime=true"
|
|
},
|
|
"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
|
|
},
|
|
"Processing": {
|
|
"DoAudioCleanup": true,
|
|
"DoSaveEditsToTags": true,
|
|
"DoClearComments": true,
|
|
"DoParseFromFileName": true,
|
|
"DoParseFromDiscogsDBFindingTrackForArtist": true,
|
|
"DoParseFromDiscogsDB": true,
|
|
"DoParseFromMusicBrainz": true,
|
|
"DoParseFromLastFM": true,
|
|
"MaximumArtistImagesToAdd": 12,
|
|
"MaximumReleaseImagesToAdd": 12,
|
|
"MaxImageWidth": 800,
|
|
"RemoveStringsRegex": "\\b[0-9]+\\s#\\s\\b",
|
|
"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": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |