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

RELEASE_BY_NAME fix #5

Closed
wants to merge 1 commit into from
Closed

RELEASE_BY_NAME fix #5

wants to merge 1 commit into from

Conversation

varnie
Copy link
Contributor

@varnie varnie commented Nov 17, 2017

regarding
http://allmusicrating.com/search-for-music/?search_type=album&all=1&search_for=4+Way+street
http://x.x.x.x/release/name/4+Way+street?all=true

after this fix we will have the following json response:

[{"total_tracks":63,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Shawna P","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":1285163,"release_mbid":"0adb00ae-d2f6-4e33-8394-aff5d89c9adb"},{"total_tracks":51,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Crosby, Stills, Nash & Young","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":11058,"release_mbid":"1c64cdf2-4e06-42e9-92b1-ddbedcc3bb28"},{"total_tracks":51,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Shawna P","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":1285163,"release_mbid":"3cb0aac6-e964-4e6a-83fa-ac93995d39f7"},{"total_tracks":63,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Crosby, Stills, Nash & Young","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":11058,"release_mbid":"4aaf3219-c7c6-48bf-91f7-4f8f31336dde"},{"total_tracks":51,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Crosby, Stills, Nash & Young","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":11058,"release_mbid":"878bf5a6-6455-41f1-af9c-d5a7b4f6cf9f"},{"total_tracks":51,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Crosby, Stills, Nash & Young","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":11058,"release_mbid":"8f6f6655-507b-4fc4-808d-08055cbdeb41"},{"total_tracks":63,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Crosby, Stills, Nash & Young","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":11058,"release_mbid":"b9b06544-c3cc-493d-9ad6-415fe65e5a4a"},{"total_tracks":63,"release_group_id":486110,"month":4,"release_name":"4 Way Street","year":1971,"artist":"Crosby, Stills, Nash & Young","release_group_mbid":"0607ceb0-402d-3e54-bf15-c31878afcb32","is_studio_album":0,"tag":"folk","artist_id":11058,"release_mbid":"dc2adf83-8f3f-3d40-a71e-5ec5291e421a"}]

@kagel kagel closed this Nov 17, 2017
@@ -259,7 +259,7 @@
" WHERE j.release_group = r.id))\n" +
" OR ?)\n" +
" )\n" +
" AS tbl ORDER BY release_group_id, year ASC) AS tbl2\n" +
" AS tbl ORDER BY release_mbid, year ASC) AS tbl2\n" +
Copy link
Owner

Choose a reason for hiding this comment

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

Ochen naivno . . .

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