Jump to content

Recommended Posts

steffen95
Posted

Hey there,

I have read in the wiki: https://github.com/MediaBrowser/Wiki/wiki/TV%20naming

It's also possible to have a sub-folder group multiple shows together in an otherwise normal directory structure. Use the metadata manager to change the content type of the sub-folder to TV.

 \TV --- content type TV
     \TV show 1
       \Season 1
     \Star Trek  --- change content type to TV using metadata manager
       \Star Trek
          \Season 1
       \Star Trek: The next Generation
          \Season 1

But I can't find the content type in the metadata manager.

Where is this?? Or where can I set TV conten to a sub-folder??

 

best regards

Steffen

steffen95
Posted

Thanks for your answere. 

I have tray to use the Inherit type content but it doesen't work.

So how I must setup my libary?? or how can i make it maually??

steffen95
Posted

The manually Methode with this code has worked :D

<ContentTypes>
    <NameValuePair>
      <Name>C:\Users\Media\Desktop\Video Test\TV Series\Action</Name>
      <Value>tvshows</Value>
    </NameValuePair>
    <NameValuePair>
      <Name>C:\Users\Media\Desktop\Video Test\TV Series\Thriller</Name>
      <Value>tvshows</Value>
    </NameValuePair>
  </ContentTypes> 

Thank you 

Happy2Play
Posted (edited)

Thanks for your answere. 

I have tray to use the Inherit type content but it doesen't work.

So how I must setup my libary?? or how can i make it maually??

 

If you had the drop down option then you should have just changed it from "inherit" to "TV".

Edited by Happy2Play

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