PMS version: 1.2.2.2857
OS: Windows 10
Yesterday I added a new library from a networked drive. I noticed I couldn’t add anything in that library to collections, then I tried changing other metadata in the “Tags” section of the edit dialog and none of those worked. I then tried the same thing on my existing libraries (not on networked drives), and get the same result (this was working earlier yesterday). Editing values in the “General” section does work. Looking at the logs when I try to edit tags I see:
DEBUG - Request: [192.168.29.128:54298 (Subnet)] PUT /library/sections/1/all?type=1&id=26450&collection=Test%20Collection&collection.locked=1 (6 live) TLS GZIP Signed-in Token (mistame) DEBUG - No items were found in the request filter, nothing updated. DEBUG - Completed: [192.168.29.128:54298] 200 PUT /library/sections/1/all?type=1&id=26450&collection=Test%20Collection&collection.locked=1 (6 live) TLS GZIP 6ms 231 bytes
Updating a value (successfully) in the General tab produces:
DEBUG - Request: [192.168.29.128:54619 (Subnet)] PUT /library/sections/1/all?type=1&id=26450&originalTitle.value=test%20title&originalTitle.locked=1 (6 live) TLS GZIP Signed-in Token (mistame) DEBUG - Encoding user fields for ID 26450 as preface to save. DEBUG - Updating metadata item (save) (zzz) with ID 26450 DEBUG - Completed: [192.168.29.128:54619] 200 PUT /library/sections/1/all?type=1&id=26450&originalTitle.value=test%20title&originalTitle.locked=1 (6 live) TLS GZIP 16ms 231 bytes
I’ve tried restarting the server, the computer, emptying the trash, and deleting the library I added that may have caused this behavior, but I’m not sure how to interpret the message “No items were found in the request filter, nothing updated”. Any devs (or anyone else) have any clues?