How does merging duplicates logic work on ScorePlay?

💻 Environment/Context

  • Merging medias
  • Duplicate
  • Hashing
  • Media library

 

❓ Issue/Question

  • How does merging duplicates work on the ScorePlay platform?
  • What are the exceptions to the rules?
  • Does ScorePlay detect duplicates?

 

👌 Resolution/Answer

  • ScorePlay deduplicates media within the same collection using two independent layers that work together:

 

  • Here are examples of media being deduplicated
    • Same exact media with same filename → same hash
    • Same exact media with different filename → same hash
    • Media is edited + same filename → same filename
  • Here’s an example where media is not deduplicated
    • Media is edited + different filename → different hash and different name

 

 

🔖 Notes