14 lines
550 B
Markdown
14 lines
550 B
Markdown
# What is this?
|
|
This is an app I wrote to rename the downloaded files from https://spotidownloader.com/en10
|
|
Often times when I am downloading music from there, I am donwloading a lot of music and it can be a hassle or very time consuming to rename the files by hand.
|
|
|
|
## How to use
|
|
|
|
### Install
|
|
2. Run: `npm i -g pnpm` (If you do not have pnpm. Requires [NodeJS](https://nodejs.org))
|
|
3. Run: `pnpm i` - Installs packages
|
|
|
|
### Running
|
|
You have two options:
|
|
1. Using `start.bat` (Windows users)
|
|
2. Run: `pnpm run start` (Alternatively: `npm run start`) |