Jump to content

Additional Parts/Extras API call


Cheesegeezer

Recommended Posts

Cheesegeezer

@Luke @ebr

Hey guys, what is the correct api call for getting the extras content (like what's in the specials folder) These show up in the emby but I can't get a return from the api, so need to make sure my calls are correct.

image.png.21df382e98a5572f45a68536cc223d22.png

 

So I've tried this call and the array turns up empty

function generateExtrasUrl(itemId) {
    // http://localhost:8096/emby/Videos/8/AdditionalParts?UserId=zzzzzzz&api_key=xxx 
    const url = `http://${serverIP}:${serverPort}/emby/Videos/${itemId}/AdditionalParts?${userId}&${authToken}`;
    console.log(url);
    return url;
}

 

I think i may have just found it actually...  Do i need to enable the has SpecialFeature to true??

 

http://localhost:8096/emby/Users/xxxxx/Items?HasSpecialFeature=true&Recursive=true&ParentId=277&SortBy=SortName&api_key=xxxxxxx

 

Thanks fella's

 

Link to comment
Share on other sites

Cheesegeezer

nope that didn't do it.  

i'll keep looking until you get back

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...