Feature Suggestion: Ability to Specify File Location
Skylion007 opened this issue · 3 comments
I heard that in XBMC .nfo's can be used to specify a location of a file that is not part of the local file system, (such as a URL) and allow library playback of said file. Perhaps, you could add the ability to specify "missing" episodes locations through either a URL/URI so that these "missing" episodes would be found. I would program this feature myself but I have very little experience with C#, C, or C++. I would imagine it wouldn't be difficult to implement, in fact if this were a Java program I would have probably submitted a pull-request by now. I would greatly appreciate this feature as these naming conventions are giving me a headache.
Update: Actually an even better method would be to add the file location to the: line of the NFO file.
Can you give me a link to a detailed description of this feature?
<"filenameandpath"></"filenameandpath">
Remove the quotation marks of course.
from specification listed for this XBMC plugin http://code.google.com/p/moviejukebox/wiki/NFO_Files Since the NFO is an export feature, it should work with vanilla XBMC though.