Jump to content

does this series request show an issue in my emby database?


chef

Recommended Posts

hoping someone could help.

When using this url:

/Items?Recursive=true&Fields=Path&IncludeItemTypes=Series&SortBy=SortName

several of the series repeat in the response.

I thought they could be virtual items, however in the example below, Arrow wouldn't really have virtual item because it has ended.

Most information about both version of the series is the same, including where it resides on the server, but all the image ID's and the Item ID themselves are different.

Do I have an issue with my database?

{
      "Name": "Arrow",
      "ServerId": "",
      "Id": "9616",
      "Path": "D:\\TV\\arrow (2012)",
      "RunTimeTicks": 27000000512,
      "IsFolder": true,
      "Type": "Series",
      "AirDays": [],
      "ImageTags": {
        "Primary": "5087bc3948db242dcafa200b2e90a98a",
        "Banner": "4309b4a0cc1edbb5afc7f6fc81e80cbf",
        "Logo": "4f838cd795587a649b478d62a05a33ab",
        "Thumb": "9c9af415490565918b70ef3448118d55"
      },
      "BackdropImageTags": [
        "e4d4669ddbe7c6b2785d68d628d1c534"
      ]
    },
    {
      "Name": "Arrow",
      "ServerId": "",
      "Id": "14745",
      "Path": "D:\\TV\\arrow (2012)",
      "RunTimeTicks": 27000000512,
      "IsFolder": true,
      "Type": "Series",
      "AirDays": [],
      "ImageTags": {
        "Primary": "2894d160f0b0e37c127135b6daab527b",
        "Logo": "75f8ac753e6e5f898f547ab805c06ef2",
        "Thumb": "882e7346a473dd334ed36a10b2e5a269"
      },
      "BackdropImageTags": [
        "620ac7624b1a7a415df92157ed249cf3",
        "155c1fb2db206b58c3d47254cdb1eb22"
      ]
    }

 

Edited by chef
Link to comment
Share on other sites

I should also mention that the duplicated series has no episodes attached to it, when you drill deeper into the item request

Link to comment
Share on other sites

PenkethBoy

looks like you have two actual items in you db

have you looked at the db to see if that is the case

- cant duplicate my end on my test server

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