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

fix bug happens with " and rewrite applescript to javascript #5

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

Conversation

pastak
Copy link

@pastak pastak commented Sep 5, 2015

Sorry, this PR includes 2 changes. ( But, I think Rewriting is needed for BugFix )

First, I fixed bug that happens when track name or album name or artist name includes " (ex: Don't say "Lazy" https://itunes.apple.com/jp/album/dont-say-lazy-ep/id311581360?l=en ).

I tried fix on JS ( c18e2a3 ) but it's very dirty hack. So I had tried to fix AppleScript but I can't run on my Yosemite( I wonder why ).

Then I rewrite AppleScript to JavaScript(JAX). It all works same as Apple Script.

I want to merge it.

@jwalgran How do you think?

pastak added a commit to pastak/playing that referenced this pull request Sep 5, 2015
pastak added a commit to pastak/playing that referenced this pull request Sep 5, 2015
@pastak
Copy link
Author

pastak commented Sep 6, 2015

I think improvement Apple Script is better than this PR.

JAX is not supported before Yosemite.

@jwalgran
Copy link
Owner

jwalgran commented Sep 6, 2015

Thanks so much for rewriting the automation code in JS. I made a new v0.x branch to keep a pre-Yosemite version available to those that need it. I will test this out and would love to make it the first commit of a new 1.x release.

@pastak
Copy link
Author

pastak commented Sep 7, 2015

😄

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

Successfully merging this pull request may close these issues.

2 participants