stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
8.94k stars 782 forks source link

Movie URLs #4900

Closed WithoutPants closed 3 months ago

WithoutPants commented 4 months ago

Similar to #4114, #4000, #3852.

The link button in the Movie page is changed to show a dropdown menu of URLs if there are multiple URLs on the Movie: image

Addresses an issue with the excludes modifier on URL (and other string) lists which would only exclude an item if all of its strings matched the provided filter value.

The schema change also removes the unique index on name preventing movies with duplicate titles from being created.

Resolves #4373 Resolves #2042