2008-01-22, 23:50
As usual, too much free time at work on a limited workstation has led me to working on XBMC stuff again.
At this page in the manual wiki there's an example of NFO code you can use to effectively create a local database record:
http://www.xbmc.org/wiki/?title=Import_-..._nfo_Files
I am using Sqliteman to fool around with a local copy of my videodb, and noticed a few things when comparing against the example NFO:
-is the "credits" field in the example used for the writer(s)?
-why is there a <filenameandpath> tag in the NFO XML? Wouldn't this value be found during scanning (because the NFO file will be alongside the media it refers to?) just seemed redundant to me...
-The "studio" field from the database is not included in the example NFO. Is it possible to store this value in the NFO files?
I am planning on doing something to generate NFOs for all my movies, so I'd like to make sure I understand things correctly before I get into it deeper. Looks like all the NFO-related stuff is in the movie table of the video database. I am a super n00b when it comes to SQL, so I don't really even know the proper terminology for things
At this page in the manual wiki there's an example of NFO code you can use to effectively create a local database record:
http://www.xbmc.org/wiki/?title=Import_-..._nfo_Files
I am using Sqliteman to fool around with a local copy of my videodb, and noticed a few things when comparing against the example NFO:
-is the "credits" field in the example used for the writer(s)?
-why is there a <filenameandpath> tag in the NFO XML? Wouldn't this value be found during scanning (because the NFO file will be alongside the media it refers to?) just seemed redundant to me...
-The "studio" field from the database is not included in the example NFO. Is it possible to store this value in the NFO files?
I am planning on doing something to generate NFOs for all my movies, so I'd like to make sure I understand things correctly before I get into it deeper. Looks like all the NFO-related stuff is in the movie table of the video database. I am a super n00b when it comes to SQL, so I don't really even know the proper terminology for things