Introducing the MyMovies.DK Video Scraper for XBMC. It is now possible to use the MyMovies.DK meta database via an API - without the need for a PC or Server.
MyMovies.DK wiki with information about this scraper and the use of it.
It has taken along time to create this scraper but it has been a lot of fun and I've learned stuff along the way about both XBMC and regular expressions. I've even had to create a few patches to get XBMC to "behave" to my needs (fixed a bug in NfoUrl and made it possible to overrule XBMC's sorting). The support for error dialogs was added by Spiff so that login problems can be reported to the user.
Now it's out there and I hope at least a few people will like it and use it.
Finally I would like to thank Spiff and Nicezia for their help.
Thanks
ultrabrutal
Posting Freak Posts: 954 Joined: Feb 2005 Reputation: 0 Location: South of Heaven |
|
| find quote |
ultrabrutal
Posting Freak Posts: 954 Joined: Feb 2005 Reputation: 0 Location: South of Heaven |
2009-08-11 10:26
Post: #2
Version 1.1 has been released...
Added: - Support for trailers from filmtrailer.com - Added support for SortTitle Changed: - MPAA rating now just shows PG-13 instead of longer localized text. This means a rating should always be visible for all languages |
| find quote |
pecinko
Donor Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2009-10-15 02:27
Post: #3
Hi, ultrabrutal. I did not notice post earlier. Splendid job you did with Brian. Thanks guys!
BTW, don't know why it is in trac and forum that this scraper is commercial only. It can be also freely used by anybody that contributed some amount of DVD titles to mymovies.dk |
| find quote |
gusf1
Junior Member Posts: 7 Joined: Oct 2009 Reputation: 0 |
2009-12-18 00:47
Post: #4
Hi
I recently moved to XBMC from other options, delighted apart from the scraping which I find really hit & miss. I used metaBrowser before and would like to continue doing so; easy GUI for managing fanart, poster & movie/TV data. http://themetabrowser.com/ The result is a MyMovies.xml file which stores the metadata. Code: <Title>My question is - would it be possible to develop a plugin which reads in this file rather for metadata than the MyVideos SQLite DB? There is also the default filename for fanart & posters but think I have a fix for that (although I suppose if it is possible to replace the text then the image name should be possible also?) If anybody with any experience in this area thinks it would be possible I will give it my best shot; competent developer on other platforms but this is my first go on Linux/XBMC. Perhaps the best bet would be to modify the metaBrowser tool to write to the SQLite DB - unsure if that would really be possible though.. maybe a script which reads all the XML and stores it in SQLite (including the alternate fanart/poster image file names) Thanks for any advice/tips etc. ![]() Gus |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-12-18 02:04
Post: #5
XBMC reads MyMovies.xml during a scan.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
sdellutri
Junior Member Posts: 13 Joined: Dec 2009 Reputation: 0 |
2009-12-18 03:31
Post: #6
Hi
I am just recently doing the same thing as you, and ran into similar need. I found that letting XBMC scan my directory with the mymovies.xml files, was not properly finding some titles, and some images. I wrote a small vbs script that reads the mymovies.xml files, and then outputs a .NFO file that XBMC reads. inside the NFO file, I have put the info needed for the URL to the IMDB library with the movie ID that was already stored into the mymovies.xml file, and the Movie name and Set name tags so I can properly group movie sets. See my script here... hope its helpful for you.. regards, Steve BTW... just wanted to add, that I am also using the Metabrowser software, and found it to be really good. I only wish I could get it to run under Linux/Ubuntu. I am currently dual booting my system... I use Windows 7 with the metabrowser, and my script shown above to manage the file library, but then I boot into Ubuntu to actual use XBMC.
(This post was last modified: 2009-12-18 03:41 by sdellutri.)
|
| find quote |
vdrfan
Team-XBMC Developer Posts: 2,787 Joined: Jan 2008 Reputation: 7 Location: Germany |
2009-12-18 08:55
Post: #7
Please note that the mymovies.xml parsing is unmaintained and kind of limited compared to the builtin .nfo parser. You should consider using the mymovies scraper or stick with the .nfo files XBMC handles. There are tools out there to generate those as well.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
gusf1
Junior Member Posts: 7 Joined: Oct 2009 Reputation: 0 |
2009-12-18 21:15
Post: #8
Thanks for the responses.
@sdellutri - I tried your script and that worked ok, thanks. To get around the dual boot problem my files are on a Samba share which Metabrowser (on a different PC) and XBMC (on ASRock Ion) can access. @vdrfan - thanks; I guess I am used to a really good scraper so reluctant to change. I will look for manual tools which can generate the .nfo files, perhaps they aren't so bad! |
| find quote |
bleze
Senior Member Posts: 205 Joined: Nov 2009 Reputation: 0 |
2010-01-20 13:02
Post: #9
Version 1.2 has been released...
Added: - Disc data. Support for loading from Disc database rather than Movie database. - Support for uniquely matching titles via barcode. NFO file must contain a barcode in the following format; barcode://027616704429. - Loading movie data via barcode. Alternative to using IMDb ID. Changed: - Support for URL encoding of username, password and country. No more needs for doing this manually. NB! Requires a new SVN build later than r26777 of XBMC. - IMDb rating is now shown with decimals. - - - - - This is AFAIK the only scraper which can actually fetch Disc data rather than just Movie data which most other sites contain. This means you can finally find info on DVD/Blu-ray releases which are not listed in IMDb. Scraper is downloadable here. Wiki also shows how to use Disc info. Update has been submitted here:trac and if/when approved, it can be accessed via next nightly build of XBMC |
| find quote |
pecinko
Donor Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2010-01-21 03:38
Post: #10
bleze Wrote:Version 1.2 has been released... Some very useful changes/additions. Thanks! |
| find quote |


![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help