Jump to content

Audiobooks


Steve Cartman

Recommended Posts

Steve Cartman

I am using the API to populate the metadata.

While, I can change most of the metadata, I can't seem to change Artists and Composers.

So this is my question: is it possible to  change Artists and Composers, using the API.

 

 

Link to comment
Share on other sites

Steve Cartman
5 minutes ago, Luke said:

HI, how exactly are you trying to change them?

I use the API extensively and have for a few years to load data: Movies, TV Series, Books.

So I am quite familiar with the API. For instance, I know that for movies, people can not be added.

I have now figure out how to add composers. (but I don't think, composers show anywhere in Emby, Is that correct?)  

All these work:

            xParse("Composers") = JsonConvert.SerializeObject(lstArtistEmby)
            xParse("Album") = "AlbumTest01"
            xParse("AlbumArtist") = "AlbumArtistTest01"

But this doesn't

xParse("Artists") = JsonConvert.SerializeObject(lstArtistEmby)

I know this answer is a bit cryptic, since I am showing you code, but if you need more information, just ask 

Thanks

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

  • 2 months later...
Quote

(but I don't think, composers show anywhere in Emby, Is that correct?)  

In the Composers tab, but not yet in the metadata editor.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...