Jump to content

Recommended Posts

Casperfan
Posted

I have bunch of web movies that I have created a list who is them each of them seperately with another a program (MetaX) and when I add these to Emby they get cut up. Example Tony (1), Tony (2). They land up be listed as:

Tony

Job: actor

Role : 1

Tony

Job: actor

Role: 2

How do I name the actors in order for their name to stay as Tony (1), Tony (2)   

Thanks

Posted

Hi, how did you get the data imported into emby server?

Casperfan
Posted

I used a program called MetaX where I can Batch edit files and add the same name in 1 shot. This was does over the years. So redoing them now would be a huge job.

Posted
3 hours ago, Casperfan said:

I used a program called MetaX where I can Batch edit files and add the same name in 1 shot. This was does over the years. So redoing them now would be a huge job.

Edit what files exactly?

Casperfan
Posted

they are video files, mainly home movies and ads where my son/grandaughter starred in that were done over the years. The setup in them did work fine along time ago with emby.

Casperfan
Posted

I have decided to edit the files by removing  ( , ) & [ , ] in order to have them accepted, by the current emby format. So we can close this discusion.

Posted

OK if you can provide screenshots and sample data then I can probably give a better answer. Thanks.

  • 2 weeks later...
Casperfan
Posted

The metadata was imported by *.nfo files. The nfo files were created with "MetaX" software program. As you can see Jason (1) is now listed as;

Jason

1 (as the role)

 1-PreEmby(MetaX)creation.thumb.png.a549b0a11256a1862bf4d97eb03bbdfa.png

2 - Emby result of reading nfo data.jpeg

Jason's swim race 2020-04-22.nfo

Posted

@CasperfanIt's right there in the nfo:

  <actor>
    <name>Jason</name>
    <role>1</role>
    <type>Actor</type>
  </actor>

So that's where the 1 is coming from. If you can get MetaX to stop doing that, then you won't see that anymore.

Looking back at your original question, is your goal to merge the Tony entries? Then you could do something like this:

  <actor>
    <name>Tony</name>
    <role>Role 1, Role 2</role>
    <type>Actor</type>
  </actor>

 

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