Issue Details (XML | Word | Printable)

Key: MBS-4779
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Aurélien Mino
Reporter: Aurélien Mino
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

http://musicbrainz.org/iswc/ISWC url should accept various ISWC formatting

Created: 26/May/12 01:00 PM   Updated: 17/Sep/12 10:29 AM   Resolved: 17/Sep/12 10:29 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 2012-09-17

Issue Links:
Relates
 


 Description  « Hide

There's no official formatting of ISWC codes.
MB chooses T-XXX.XXX.XXX-X but e.g. T-XXX.XXX.XXX.X is valid too.

So URL such as http://musicbrainz.org/iswc/T-702.152.911.5 should work (currently only http://musicbrainz.org/iswc/T-702.152.911-5 works)



Sort Order: Ascending order - Click to sort in descending order
patate12 added a comment - 11/Jul/12 06:40 AM - edited

There are also T- 702.152.911-5 (as in JASRAC) and T7021529115 (as in SACEM) not found.
It could actually rewrite URL to understand any by

.replace(/[^t0-9]/ig, "")
or something like that.