go-plex-client icon indicating copy to clipboard operation
go-plex-client copied to clipboard

add missing Metadata tagged fields

Open tmm1 opened this issue 1 year ago • 0 comments

for example:

        "Genre": [
          {
            "tag": "Crime"
          },
          {
            "tag": "Drama"
          }
        ],
        "Country": [
          {
            "tag": "United States of America"
          }
        ],
        "Director": [
          {
            "tag": "Brian Kirk"
          }
        ],
        "Writer": [
          {
            "tag": "Matthew Michael Carnahan"
          },
          {
            "tag": "Adam Mervis"
          }
        ],
        "Role": [
          {
            "tag": "Chadwick Boseman"
          },
          {
            "tag": "Sienna Miller"
          },
          {
            "tag": "J.K. Simmons"
          }
        ]

tmm1 avatar May 12 '23 20:05 tmm1