Hi, I have an issue with all (aside one) my multi-segment episodes, their are displayed as one episode. I use the format : tvshow - S01E01-E02(-E0N) - title.ext OS : debian stretch Linux 5.0.21 x86_64 Emby version: 4.1.1.0 In the database data field of MediaItems does not contains IndexNumberEnd except for the working one. The only difference I see is the Kodi NFO (I didn't see something helpful in debug log btw), I forgot to set details of the second segment. Not working : (Two or more root)
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<episodedetails>
<title>TITLE EP 1</title>
<showtitle>TVSHOW</showtitle>
<season>1</season>
<episode>1</episode>
...
<episodedetails>
<episodedetails>
<title>TITLE EP 2</title>
<showtitle>TVSHOW</showtitle>
<season>1</season>
<episode>2</episode>
...
<episodedetails>
Working one : (Only one root)
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<episodedetails>
<title>TITLE EP 1</title>
<showtitle>TVSHOW</showtitle>
<season>1</season>
<episode>1</episode>
...
<episodedetails>
Usually XML parser doesn't like multiple root (and their are right), so it's maybe the issue here but unfortunately it's how Kodi wants them. Do you support Kodi multi-segment NFO ? (or maybe it's something else ?) Note : I just discover Emby and aside this small detail I really enjoy it. You are doing a great job.