2010-04-18, 19:40
hello i am not too good at coding apps and if someone could make a very simple program for me it would help alot.
I have over 2K movies that i backed up from my dvds. and i want to import them into XBMC. what i need is a small app that scrapes imdb for the title and then writes the title, year and id to an nfo file that is named the same as the movie.
Ex.
Banlieue 13[2004].mkv
Banlieue 13[2004].nfo
XML example
its very simple. i really liked this http://forum.xbmc.org/showthread.php?tid=45714 but it dl's all the data and i cant chose what i dont want. if someone can do this or give me a hand in doing it it would help alot
I have over 2K movies that i backed up from my dvds. and i want to import them into XBMC. what i need is a small app that scrapes imdb for the title and then writes the title, year and id to an nfo file that is named the same as the movie.
Ex.
Banlieue 13[2004].mkv
Banlieue 13[2004].nfo
XML example
Code:
<?xml version="1.0" encoding="utf-8"?>
<movie>
<title>Banlieue 13</title>
<year>2004</year>
<id>tt0414852</id>
</movie>
its very simple. i really liked this http://forum.xbmc.org/showthread.php?tid=45714 but it dl's all the data and i cant chose what i dont want. if someone can do this or give me a hand in doing it it would help alot
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)