2013-02-01, 11:41
Problem: Video files that the XBMC scrapers cannot match to an online entity go completely under the radar and are never shown by the XBMC video library. The user has to trawl through a cryptic logfile after each scan to find out if there are files in their collection that XBMC cannot add to the library. Then browse to the file and do a manual lookup.
Solution: There are several options, couple of which are:
1. Add all and any valid files to the video library, presentation of these files could be:
a) inline with other media according to the content set on the file.
b) in a separate "unmatched" library node.
2. Create a separate log that is appended instead of overwritten.
The Challenges: 1. would require a filename scraper to fall back on, which has for some reason been a elusive beast at best
The requirement for TV episode enumeration would have to lifted, to me that would be a positive thing (but perhaps not for alll?) then one could put any file he or she felt like in a TV show node.
Solution: There are several options, couple of which are:
1. Add all and any valid files to the video library, presentation of these files could be:
a) inline with other media according to the content set on the file.
b) in a separate "unmatched" library node.
2. Create a separate log that is appended instead of overwritten.
The Challenges: 1. would require a filename scraper to fall back on, which has for some reason been a elusive beast at best
The requirement for TV episode enumeration would have to lifted, to me that would be a positive thing (but perhaps not for alll?) then one could put any file he or she felt like in a TV show node.