Skip to content
New issue

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

Fixed eye3D year flags for iTunes #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wirecurl
Copy link

@wirecurl wirecurl commented Dec 4, 2015

No description provided.

@wirecurl wirecurl closed this Dec 4, 2015
@wirecurl wirecurl reopened this Dec 4, 2015
@@ -186,6 +186,10 @@ Writer.prototype.write = function(file, version, meta, callback)
break;
case 'year':
args.push('-Y ' + value);
args.push('--orig-release-date', + value);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately eyeD3 0.6 can't handle the new arguments, thats why the tests failing.
Please wrap the new --*-date args block into a if ('0.7' === this.version) condition.

@Jack12816
Copy link
Owner

Afterwards please squash all your commits into a single one.

@Jack12816
Copy link
Owner

And please take care of the name of the tool, its called eyeD3, not eye3D. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants