Jump to content

[Bug] Lose full movie name when searching


xjasonlyu

Recommended Posts

xjasonlyu

Hi,

I was developing an Emby metadata plugin (with IRemoteMetadataProvider<Movie, MovieInfo> specifically).

I noticed that when I search a movie with Identify option and if the Name field contains a year number liked 4 digital suffix, Emby will cut the suffix.

For example, if I want to search/identify a movie with Name field input `HELLO-2004`,

And in this method `public async Task<IEnumerable<RemoteSearchResult>> GetSearchResults(MovieInfo info, CancellationToken cancellationToken)`

the Name property in this info class will only have `HELLO` as the movie name, not the full `HELLO-2004`!

I wonder if this is somehow on purpose or just a bug?

 

My Emby version is 4.7.3

Link to comment
Share on other sites

Hi, there is currently no way to stop but I can take a look at it. Thanks.

  • Thanks 1
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...