We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spotifyripper cancel its process (Track not availble)
Have you for this issue any suggestion to skipping unplayable tracks ?
Thanks
Robin
The text was updated successfully, but these errors were encountered:
I had the same. I edited jbripper.py and wrapped line 117 in a try statement as follows:
jbripper.py
ok = True try: self.ripper.load_track(track) # original line 117 except Exception: ok = False if ok: rip_init(session, track)
I would like to see this as a feature request :-)
Sorry, something went wrong.
No branches or pull requests
Spotifyripper cancel its process (Track not availble)
Have you for this issue any suggestion to skipping unplayable tracks ?
Thanks
Robin
The text was updated successfully, but these errors were encountered: