Hi,
I recently upgraded my movie library to the new scanner. Since I edited a lot of metadata manually in the past, especially the tags and most prominently, the collection field, those fields are now locked and when I do a “refresh all metadata”, I can not take advantage of the new scanner abilities (like automatically putting movies into collections).
Is there a way I can unlock these fields without having to go through each and every movie manually? Like select all of them at once and unlock the collection field?
This guide shows how to select multiple items:
https://forums.plex.tv/t/howto-selecting-multiple-items-for-edit-playlist-etc/149910/2
Once selected, the Edit button is at the top of the page:
excellent, thank you @beckfield - I should have found this myself
only… I can select all the movies now, but there is no option to edit them all at once. so back to square one.
There is another way as well:
curl -X PUT "me.local:32400/library/sections/NN/all?type=1&collection.locked=0&X-Plex-Token=XXXXX"
me.local
replace by the local IP or the FQDN of your server
NN
replace by the number of the library
XXXXX
replace with your Plex Token
More like that: New Music Metadata handling
2 Likes
Of course there is. You should see the Pencil icon at the top of the screen.
Brilliant. Does “collection.locked” lock them all and I would need to use “collection.unlocked” to unlock?
collection.locked=0
= unlocked
collection.locked=1
= locked
2 Likes
No, as soon as I select multiple items, the pencil icon disappears.
You must make sure to not select collections as well.
Sorting the library by something different than title will remove collections from view.
Yep, that did the trick. Thank you!
Volts
January 4, 2021, 3:17am
12
One thing that may not be obvious in the UI when editing multiple items simultaneously.
You may need to LOCK and Save Changes
first, then edit a second time, and UNLOCK and Save Changes
again.
1 Like
system
Closed
June 30, 2021, 3:20am
14
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.