Jump to content

Need Help: /emby/Items/DeleteItem/:id


tantchen

Recommended Posts

tantchen

Hi,

i´m currently working on a forward  proxy API, that should be create a backup of file(s) before sending the delete request to the emby-server. On single file requests, like a movie, its no problem but when its a series that stored in multiple devices (/media/data0/series/TWD/S01/... , /media/data1/series/TWD/S02/..., ...) the emby-server has also multiple items of the series in the database and group them to one in the emby-client.

So my question: How can i request the other series items with the id of one?

Link to comment
Share on other sites

Hi, there's currently no easy way to do this. What you'd have to do is pull down each episode as a list, and then get the SeriesId property of each one.

Link to comment
Share on other sites

tantchen

Ok, thanks Luke then i have to do a lockup over all series and group them by name. I don't  like it, but it seems the client do it similar.

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