digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

Documentation: config.json formatting note for Windows users #35

Closed D-Noch closed 3 years ago

D-Noch commented 3 years ago

Just a note for windows users: within config.json, file and folder path names may use either forward slashes (/) or escape with double back slashes (\) - Single backs () are read as regex escapes and cause exceptions

[OK] "C:/folder/file.ext" [OK] "C:\folder\file.ext" [NO] "C:\folder\file.ext"