2020-01-25, 07:04
Hello,
Preface: Novice user of NFO files, failing, despite pouring over the KODI tutorials
I am trying to add a movie manually, as it would not appear in any scraper. It is actually a collection of 8 mpg. files in a promotional music video collection (The Sisters of Mercy: Shot Rev 2.0). I want this to appear in movies, not music videos. I had created a single NFO file (do I need one for each video, and is so, what would be the distinction for each?).
I had changed the names of each video to "The Sisters of Mercy - Shot Rev 2.0 pt#01" etc. thinking that would work.
I changed my settings to accommodate group movies in sets, use movie sets for single movies
Use Local Information Only for scraping.
I've posted the text of my very amateur NFO file attempt below. This works for single movies, but obviously not working for multiple files. ANY recommendations, insights, outright mocking of my limited skill set is warranted and greatly appreciated! Thank you.
Preface: Novice user of NFO files, failing, despite pouring over the KODI tutorials
I am trying to add a movie manually, as it would not appear in any scraper. It is actually a collection of 8 mpg. files in a promotional music video collection (The Sisters of Mercy: Shot Rev 2.0). I want this to appear in movies, not music videos. I had created a single NFO file (do I need one for each video, and is so, what would be the distinction for each?).
I had changed the names of each video to "The Sisters of Mercy - Shot Rev 2.0 pt#01" etc. thinking that would work.
I changed my settings to accommodate group movies in sets, use movie sets for single movies
Use Local Information Only for scraping.
I've posted the text of my very amateur NFO file attempt below. This works for single movies, but obviously not working for multiple files. ANY recommendations, insights, outright mocking of my limited skill set is warranted and greatly appreciated! Thank you.
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
<title>The Sisters of Mercy - Shot Rev 2.0</title>
<originaltitle>The Sisters of Mercy - Shot Rev 2.0</originaltitle>
<sorttitle>The Sisters of Mercy - Shot Rev 2.0</sorttitle>
<set></set>
<rating>NR</rating>
<year>1993</year>
<top250></top250>
<votes></votes>
<outline>Nine promos from The Sisters of Mercy, taken from their 1992 album 'Revolution', in which Andrew Eldritch casts off his former provincial Goth trappings to pursue a cosmopolitan heavy rock sound, shot through with a dark humour. Includes an updated version of 'Temple of Love '92'.</outline>
<plot>[03:07] Temple of Love '92
[04:20] This Corrosion
[04:26] Dominion
[04:20] Lucretia
[04:15] 1959
[06:24] More
[03:17] Doctor Jeep
[03:54] Detonation Boulevard
[04:04] Under The Gun</plot>
<tagline></tagline>
<runtime>50</runtime> //runtime in minutes
<thumb></thumb>
<mpaa></mpaa>
<id></id>
<filenameandpath></filenameandpath>
<trailer></trailer>
<genre>Movie</genre>
<genre>Industrial</genre>
<genre>Gothic</genre>
<credits>Merciful Release; Warner Music Vision</credits>
<fileinfo>
<streamdetails> <!-- While it is possible to manually set the information contained within the "streamdetails" tag,there is little point in doing so, as the software will always overwrite this data when it plays back the video file. In other words, no matter how many times you try to manually set it, it will be undone the moment the video is played.-->
</streamdetails>
</fileinfo>
<director>Jake Rubin</director>
<actor>
<name>Andrew Eldritch</name>
<role>Someone</role>
</actor>
<actor>
<name>Doktor Avalanche</name>
<role>Someone else</role>
</actor>
<actor>
<name></name>
<role>That other guy</role>
</actor>
</movie>