Skip to content

Commit

Permalink
Merge pull request #82 from stemrollerapp/dev
Browse files Browse the repository at this point in the history
Version 2.1.2 - bump ytdl-core
  • Loading branch information
iffyloop authored Jan 27, 2025
2 parents 864d703 + 4fe8ebe commit 664a46b
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 56 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ npm i -D
### Linux (Not officially supported)

Install `ffmpeg` globally using your preferred package manager, and install `demucs` globally with `pip`.
If you get "Couldn't find appropriate backend" errors, try installing `libsox-dev`.

## Run in Development Mode

Expand Down
5 changes: 1 addition & 4 deletions main-src/processQueue.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ const PATH_TO_FFMPEG = PATH_TO_THIRD_PARTY_APPS
const DEMUCS_EXE_NAME = PATH_TO_THIRD_PARTY_APPS ? 'demucs-cxfreeze' : 'demucs'
const FFMPEG_EXE_NAME = 'ffmpeg'
const CHILD_PROCESS_ENV = {
CUDA_PATH: process.env.CUDA_PATH,
PATH: process.env.PATH,
TEMP: process.env.TEMP,
TMP: process.env.TMP,
...process.env,
LANG: null, // Will be set when ready to split, since we can only check system locale after `app` is ready
}
if (PATH_TO_THIRD_PARTY_APPS) {
Expand Down
141 changes: 91 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stemroller",
"version": "2.1.1",
"version": "2.1.2",
"private": true,
"type": "module",
"description": "Isolate vocals, drums, bass, and other instrumental stems from any song",
Expand Down Expand Up @@ -54,7 +54,7 @@
"tailwindcss": "^3.1.4"
},
"dependencies": {
"@distube/ytdl-core": "^4.14.1",
"@distube/ytdl-core": "^4.15.9",
"compare-versions": "^4.1.3",
"electron-fetch": "^1.7.4",
"electron-serve": "^1.1.0",
Expand Down

0 comments on commit 664a46b

Please sign in to comment.