HOW-TO create fake files for your offline movie collection - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: HOW-TO create fake files for your offline movie collection (/showthread.php?tid=43558) |
HOW-TO create fake files for your offline movie collection - vorce72 - 2009-01-11 Hi, here you have the procedure I followed to update my XBMC video library with the content of my offline DVD collection. Maybe it can be interesting for other people. Scenario: I have lots of DVD's, VHS' and Laserdiscs already archived on the "My Movies" section of http://www.imdb.com. I simply created a new category for each support and added the corresponding movies using the "Add to My Movies" feature of IMDB. Since I didn't plan to convert all my DVD's into avi's, I decided that it would be cool to have, at least, all of them listed nicely on my XBMC, so that I could browse my Video Library and choose what to watch. Steps
Advantage: instead of using a program, it's just a simple line of DOS commands. For us Windows noobs, it's the easiest solution. Disadvantage: if you have commas or special characters in the titles, they will be handled incorrectly. Substitute them with underscores before applying the batch command. Or modify the code accordingly (I can't do it). Best regards Marco - stacked - 2009-01-11 I did something similar to this with a python script. A better method for making the dummy files would be to use your movie list with this program: http://forum.xbmc.org/showthread.php?tid=40329&highlight=Offline Given a list of movies, it will create dummy avi and nfo files. btw, can a mod move this to the How-To Guide thread? |