New nightlies - nfo files no longer loaded?
#46
Invalid episodeguide - it will likely have told you that during your scan. Get rid of everything except the URL.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#47
Ok, will do... thanks!
Kodi: Kodi 17.4, with Transparency!
50 TB Unraid Server: Docker Apps: SABnzbd, Sickrage, mariaDB
HTPC: Win10 (cause Steam), i7, GTX 1080
Watching on: Panasonic TC65-PS64 with lowend Sony 5.1 HTIB
Other devices: rMBP 15", MBA 13", nvidia shield
Reply
#48
did i read this thread properly .. in the newer svn's does the <moviename>.nfo take preference over movie.nfo ??

i thought the whole point of doing it the opposite way was so people can keep "scene" nfo's in their movie dir and also a movie.nfo thats more relevant to xbmc

i ask, cause i install 31715 from the other day and did a fresh scan since i was re-installing my system i figured i might as well upgrade to a more recent xbmc build and skin and i noticed that for the few movies that i have movies.nfo (i only use it to force a english name for foreign movies or and forcing a specific style of naming so "movie series" get grouped) .. by doing a "mixed" xml/url nfo .. worked GREAT this way for me before, however it looks like its ignoring the files now as far as i can tell .. but whats weird is, not always

let me know what you'd need in addition to what i have posted

movie.nfo for a bond movie that scrapes "properly"
Code:
<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <title>007 (1971) Diamonds Are Forever</title>
</movie>

http://www.imdb.com/title/tt0066995/

movie.nfo for a movie that doesn't scrape properly
Code:
<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <title>Seth MacFarlane's Cavalcade of Cartoon Comedy</title>
</movie>

http://www.imdb.com/title/tt1295036/

pastebin to my xbmc.log from the session where i turn on xbmc, scrape "Seth .." and "007 .." http://pastebin.com/h3UkY8ee

----

i looked further into this .. it looks like all my movies that are in this share:
Code:
<source>
            <name>DVDRips</name>
            <path pathversion="1">z:\movies\</path>
            <path pathversion="1">Z:\movies-pl\</path>
        </source>
scraped fine from the movie.nfo

however any of the movies that are in this share are not scraping properly from the movie.nfo:
Code:
<source>
            <name>Movies</name>
            <path pathversion="1">Z:\movies-1080p\</path>
            <path pathversion="1">Z:\non-retail\</path>
            <path pathversion="1">Y:\movies-720p\</path>
        </source>

i can tell this .. because the dvdrip bonds that i have are named properly like they should be in the library while the 720p & 1080p bonds are scattered throughout the library without the prefixed "007 (release year)" like they should based on their nfo .. same thing happened to my star trek's
Reply
#49
Not a debug log. Please enable debug logging in system settings and re-run the scrape process.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#50
sorry .. wasn't aware

http://pastebin.com/LjbSvrQw
Reply
#51
From your log, you'll see that it's grabbing sector7-cavalcade.1080p-x264.nfo rather than movie.nfo. This prioritisation issue was fixed in r31783.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#52
jmarshall Wrote:From your log, you'll see that it's grabbing sector7-cavalcade.1080p-x264.nfo rather than movie.nfo. This prioritisation issue was fixed in r31783.

sorry about that, i must have missed that somewhere in the thread while i was reading it .. thx for the help .. i'll go and download a fresher nightly
Reply
#53
Something has broken again between 31653 and 31955 - all my movie.nfo-files are being ignored.

Debug log, scanning the movie files in 31653, NFO files read OK:
http://www.pastebin.ca/1903207

NFO files ignored in 31955:
http://www.pastebin.ca/1903208
Reply
#54
1. What is the exact contents of the folder smb://toimistoserveri/video/30_Rock/2010-07-07.00.23.3-0.rec/

2. What are the exact settings you used for "Set Content" on the "video" folder.

My guess is you don't have "use foldernames for lookups" enabled. movie.nfo is read only if this is enabled.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#55
jmarshall Wrote:My guess is you don't have "use foldernames for lookups" enabled. movie.nfo is read only if this is enabled.

Yes, that did the trick. Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
New nightlies - nfo files no longer loaded?0