Plant-Tracer / webapp

Client and Server for web-based JavaScript app
GNU Affero General Public License v3.0
0 stars 2 forks source link

Detect and note identical movies #455

Open simsong opened 2 months ago

simsong commented 2 months ago

We know the SHA256 of every movie, so please indicate when movies are duplicates and group them together in the user interface. This can be implemented by having the javascript list movie function look at the SHA256 and note if the movie has already been displayed.

Note this doesn't work for movies that have been rotated, so we may want to record the original SHA256 before rotation and other editing.