matthias4217 / jukebox-ultra-nrv

Multi-user jukebox for LAN use
https://gitlab.com/club-jeux-int/jukebox-ultra-nrv
3 stars 3 forks source link

Prevent duplicates in the song table #92

Open matthias4217 opened 4 years ago

matthias4217 commented 4 years ago

When a song is added, the software checks whether it already exists in the database. However, the check is done on the url, and changes such as http or https or using youtu.be url will result in duplicate in the database. Although preventing every duplicate may not be easy, simple tests should allow to prevent most of them.