Streamline adding new URL types #117
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to add 7digital as a URL type. Currently this requires a lot of hardcoding and copying of unit tests. It would be better if adding the new URL type did not require any new code.
The solution will require a
musichoard
config of some form. Andmusicbrainz
shall remain special due to the MBID. Perhaps reverse the relationship? MB URL derived from MBID?Some other thoughts:
Leaning towards allowing arbitrary properties. That will make it easier to generalise to albums as well.