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

Replace raw track details with reworked object #3

Open
jammus opened this issue Oct 24, 2010 · 1 comment
Open

Replace raw track details with reworked object #3

jammus opened this issue Oct 24, 2010 · 1 comment
Labels

Comments

@jammus
Copy link
Owner

jammus commented Oct 24, 2010

Rework track object to remove things like #text and @attr. Include raw field to store original data incase preferred.

track: {
name: "name",
artist: { name: "name", mbid: "mbid" },
images: {small: {}, medium: {}, large: {}},
album: { name: "name", mbid: "mbid" },
url: "url",
raw: "raw"
}

@jammus
Copy link
Owner Author

jammus commented Oct 24, 2010

Track info should include duration.

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

No branches or pull requests

1 participant