add output folder, skip already ripped#4
Open
AndersTornkvist wants to merge 16 commits intorobbeofficial:masterfrom
Open
add output folder, skip already ripped#4AndersTornkvist wants to merge 16 commits intorobbeofficial:masterfrom
AndersTornkvist wants to merge 16 commits intorobbeofficial:masterfrom
Conversation
…mands properly. Added optional output directory. Added --ignoreerrors (skip to next track in playlist on error).
This was referenced Feb 15, 2014
There was a problem hiding this comment.
for me it has to be "import eyeD3" to be working on Ubuntu 13.10 and Python 2.7.4. I'm not good in Python but would it be possible to check for both or depending on python version?
Author
There was a problem hiding this comment.
Strange! It would be solved by changing this line to:
try:
import eyed3
except ImportError:
import eyeD3 as eyed3
There was a problem hiding this comment.
I updated to eyeD3 version 0.7.4 and it works now with "eyed3". Before I was using something version 0.6.x. Thanks!
- Added link types album and artist - Cover downloading only if exists
@see api.h of pyspotify lilbrary
Added link types album, artist and starred. Updated README.md. Set preferred bitrate to 320kps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Already ripped tracks will be skipped when ripping a playlist. The user can provide an optional fourth argument to change the output dir.