Silverfeelin / spotdl-handler

Some scripts that allow you to call spotdl from a button on the Spotify website.
MIT License
24 stars 3 forks source link

Log errors #2

Closed Silverfeelin closed 4 years ago

Silverfeelin commented 5 years ago

Log errors to a txt file. Currently the application closes so that you're not left with a bunch of opened terminals after downloading tracks.

Silverfeelin commented 4 years ago

As of version 1.0 you can now keep the terminal open by setting keepOpen to true in the user configuration (appsettings.user.json):

{
  "output": {
    "directory": "C:\\Users\\Silver\\Music",
    "extension": ".m4a"
  },
  "keepOpen": true
}