HOME TEATHER 3.0

Discussion in 'HDD Media player(RTD 1619DR)' started by vipkekko, Dec 9, 2020.

  1. vipkekko

    vipkekko Member

    SAVE AND YOU CAN MANUALLY INSERT A DVD OR BLURAY TITLE BY INSERTING THE TITLE AND COVER
     
  2. Mabon

    Mabon Active Member

    It's not clear what point you are making here. Are you asking about building your own .nfo files to manually add a movie to the your library???

    https://kodi.wiki/view/NFO_files
     
  3. vipkekko

    vipkekko Member

    YES ... I WANT TO MANUALLY ENTER A TITLE THAT IS NOT PRESENT IN THE AUTOMATIC SEARCH
     
  4. vipkekko

    vipkekko Member

    [QUOTE = "Mabon, post: 139566, member: 56047"] Non รจ chiaro cosa intendi fare qui. Stai chiedendo di creare i tuoi file .nfo per aggiungere manualmente un film alla tua libreria ???

    https://kodi.wiki/view/NFO_files [/ QUOTE]
    SI ... VOGLIO INSERIRE MANUALMENTE UN TITOLO NON PRESENTE NELLA RICERCA AUTOMATICA
     
  5. Mabon

    Mabon Active Member

    Scusa, non parlo italiano ;)!
    ----------------------------------

    I guessed right! I'm using Home Theatre 4.

    For the movie "abcdefg (2010).iso"

    You need a cover image named "abcdefg (2010)-poster.jpg" which you put in the same folder as the movie.

    Then, using a text editor (e.g. Notepad), create a text file called "abcdefg (2010).nfo"

    which should look something like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <movie>
    <title>abcdefg</title>
    <originaltitle>abcdefg</originaltitle>
    <runtime>120</runtime>
    <outline>Blah blah blah ....</outline>
    <plot>Blah blah blah ....Blah blah blah ....Blah blah blah ....Blah blah blah ....</plot>
    <id>tt0123456</id>
    <uniqueid type="imdb" default="true">tt0123456</uniqueid>
    <genre>Action</genre>
    <genre>Adventure</genre>
    <country>USA</country>
    <year>2017</year>
    </movie>

    but there are lots of other options you can add later (see the Kodi Wiki site) but keep it simple to start!

    Save this file as "abcdefg (2010).nfo" (in UTF-8 format) in the same folder as the movie and cover.

    Now try adding the movie to your Zidoo Library as usual.

    If it fails check the Home Theatre > Settings > Preferences > NFO parse

    to either "Alternative" or "Preferentas" and scan again.
     

Share This Page