VocaDB / community

https://vocadb.net
0 stars 0 forks source link

Allow searching artists by both YouTube channel ID and custom URL #129

Closed riipah closed 3 years ago

riipah commented 3 years ago

YouTube channels have an ID, which is used by default. Channel may also have a custom URL.

It would be helpful to be able to search artists by both URLs, and for the system to recognize duplicate artists when submitting an artist entry. For example, if artist entry already exists containing the YouTube channel with ID and the editor attempts to submit artist with the custom URL, the system would recognize those the same, and give a warning.

One way to implement this would be to use the YouTube API to fetch both the ID and custom URL and save those as metadata to the external link. Or we could create a hidden "child" link. This would be better for searching, but more complicated to manage.

Possibly we can skip persisting the metadata and do the API request on the fly when user pastes a YouTube channel URL. Some kind of caching would still be helpful.

So it could work as following:

riipah commented 3 years ago

mentioned

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.