From fc8b366f81e46c943a1424a2e3182c90205cf54d Mon Sep 17 00:00:00 2001 From: Josh Patra <30350506+SoPat712@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:45:32 -0400 Subject: [PATCH] Connect it to soundcloud-track-importer to help --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe0019..496c2af 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,11 @@ npm run build && npm run preview ``` - **Track List** Edit `const TRACKS_DATA: TrackData[] = [...]` to add, remove, or comment out tracks. - I'm putting together a way to make this easier, but it's still going to require a lot of manual labor to do. + + https://github.com/SoPat712/soundcloud-track-importer + + See this other project I put together to build a track list + - **Segment Increments** Adjust `const SEGMENT_INCREMENTS = [2,1,2,3,4,5];` to change snippet lengths.