This PR addresses #8. The basic functionality is implemented. ES-Collections are beeing created that mirror the folder structure in the workspace. Corresponding episodes are getting added as well. Folder structure and Collections should stay in sync, although one may need to manually remove deleted episodes from the collections.
I also removed a few .then(...) to improve general readability.
I can probably still refine the code at some places, but for now its ready for a first review and test.
This PR addresses #8. The basic functionality is implemented. ES-Collections are beeing created that mirror the folder structure in the workspace. Corresponding episodes are getting added as well. Folder structure and Collections should stay in sync, although one may need to manually remove deleted episodes from the collections.
I also removed a few
.then(...)
to improve general readability.I can probably still refine the code at some places, but for now its ready for a first review and test.