Trying to change sort order on movie additions. Example: Apocalypse Now Theatrical/Redux/Final Cut - in that order. Files are named so Plex picks up the Editions correctly, but puts them in alpha order.
Error: YAML Error: while mapping in "/config/metadata/movies_metadata.yml", line 5, column 3�������������������������������� ���found duplicate key "28" with value "{'filters': {'edition': 'Redux (2001)'}, 'sort_title': 'Apocalypse Now 2'}" (original value: "{'filters': {'blank_edition': True}, 'sort_title': 'Apocalypse Now 1'}")
#--------------------------------
# Movie Edition Metadata
#--------------------------------
28: #Apocalypse Now
filters:
������blank_edition: true
sort_title: "Apocalypse Now 1"
28: #Apocalypse Now Redux
filters:
������edition: "Redux (2001)"
sort_title: "Apocalypse Now 2"
28: #Apocalypse Now Final Cut
filters:
������edition: "Final Cut (2019)"
sort_title: "Apocalypse Now 3"```
How can I achieve changing sort title on these 3 items?