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

Requires node #1

Open
hairthing opened this issue Aug 14, 2013 · 2 comments
Open

Requires node #1

hairthing opened this issue Aug 14, 2013 · 2 comments

Comments

@hairthing
Copy link
Collaborator

This particular library would require node, which would make the potential install base very limited.

@dustMason
Copy link
Owner

This would be intended for use on the server. I need to look a little bit more into how iTunes stores / exports playlists but this still could be a good solution to our problem.

The other choice would be to use python to parse the iTunes XML and extract data on the client, but there are a couple of disadvantages with that (cant update the parsing code without forcing everyone to update their installs, more dependencies on client env). If we can get iTunes to spit out a smaller XML file that's easier to upload then I think this would still be the better approach

@dustMason
Copy link
Owner

After working on this a little bit this morning I think the "other choice" described in my last comment is actually the way to go. It would be best to just be able to post a JSON payload containing an array of simple song objects to the API. I will work on a parser to be run on the client side.

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

No branches or pull requests

2 participants