Al Bui
Al Bui
Manual repair step: ``` sqlite3 ~/.config/streamrip/failed_downloads.db "SELECT id FROM failed_downloads;" > ~/urls.txt sed 's/^/https:\/\/open.qobuz.com\/track\//' ~/urls.txt > ~/urls.txt while IFS= read -r line; do rip -ndb url "$line"; done < ~/urls.txt...
Android client also not detecting merged sub, even with GoodSub.mkv
Okay, this boils down to JellyFin not supporting VTT properly. Converted VTT to SRT, used MKVToolNix and it shows subtitle on all clients. `yt-dlp -f best --embed-subs --convert-subs srt -o...
My spotify limit doesn't go away even with my own API key: WARNING:root:Your application has reached a rate/request limit. Retry will occur after: 73440 Which is like 20 hours ban....
I think my own client ID and secret are not used. `--log-level DEBUG` doesn't mention any client ID/secret ``` [02:36:25 AM] DEBUG MainThread - Downloader settings: {'audio_providers': ['youtube-music'], 'lyrics_providers': ['genius',...
> Config file gets loaded automatically if it already exists, or if you've passed --config flag Yes `load_config` is true, I re-generated the config even, passed --config as well. Not...
I'm sure it's loaded? I passed everything directly to spotdl command and same problem still. Just not able to use the API? I changed yt-data from False to True and...
Why is it off topic? Your guide on using one's own API client ID and secret does not work. Which is what this issue is trying to solve. Either spotdl...
OK, finally I think I figured it out: 1. Create another application on Spotify (IMPORTANT!) 2. Delete ~/.spotdl/.spotipy 3. Supply --client-id and --client-secret to spotdl command 4. Implement delay between...