Ant Movie Catalog (AMC) DB / XML compatibility and import scraper?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bogyman Offline
Junior Member
Posts: 9
Joined: Feb 2004
Reputation: 0
Lightbulb  Ant Movie Catalog (AMC) DB / XML compatibility and import scraper? Post: #1
a nice feature would be, to store the information from imdb in a file (amc / xml) which is compatible to ant movie catalog (http://www.ant.be.tf/moviecatalog).

so that the descriptions could be edited on pc.
find quote
Modhack Offline
Team-XBMC QA Specialist
Posts: 231
Joined: Feb 2004
Reputation: 0
Location: PARIS
Thumbs Up    Post: #2
it should be a good idea to have an editable database

myvideo.db is a sqlite format, so it's impossible for us to edite correctly the bdd.

i thinking about xml format or amc format will be editable by the famous programm ant movie catalogue.
after it's possible to use many script for make a search on the web

what do you think about it ?

xbmc.fr

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.


[Image: badge.gif]
find quote
jaga Offline
Fan
Posts: 359
Joined: Oct 2003
Reputation: 0
Post: #3
cant you download sqllite from sourceforge, and then edit it?
--jaga

--jaga
find quote
Modhack Offline
Team-XBMC QA Specialist
Posts: 231
Joined: Feb 2004
Reputation: 0
Location: PARIS
Post: #4
(jaga @ mar. 16 2004,18:12 Wrote:cant you download sqllite from sourceforge, and then edit it?
   --jaga
yes we can, but i would like to change or add movies by ant movi catalogue and export to xbmc

xbmc.fr

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.


[Image: badge.gif]
find quote
Basje Offline
Skilled Python Coder
Posts: 984
Joined: Jul 2005
Reputation: 4
Post: #5
Hi there,

I use Ant Movie Database to gain control over my DVD collection. I do, however, use XBMC to watch them.

So I was wondering if there is any possibility to import the collection from Ant into the XBMC database?
find quote
TheAlmightyClaw Offline
Junior Member
Posts: 10
Joined: Jan 2007
Reputation: 0
Post: #6
I was wondering if anyone has found a way to export the information on Ant Movie Catalog program to use in XBMC. I know it needs to be in .xml format, but I can't find a way to do that. I want to use Ant because IMDB does not get all or the correct information for most of my movies.

Thanks,
Claw
find quote
dowiew Offline
Junior Member
Posts: 12
Joined: Apr 2007
Reputation: 0
Post: #7
I'd also like to have my movie catalog accessible from xbmc...
Although you can export AMC data in xml format (File/Save As), but the xml file can't be imported to xbmc database (in case you don't know: xml is actually not a file format). I could write a program to translate the xml to xbmc, but how xbmc would associate a movie info to its path+file name, which are not in amc catalog?
A better way would be to write xml->webpage imdb pc proxy (or better a Python script executed by the xbox web server) and pull movie info by the new scraper mechanism. Would have to learn Python though...
I've been thinking about amc to xbmc database for a few days but would appreciate new ideas...
find quote
The Sandman Offline
Junior Member
Posts: 37
Joined: Mar 2007
Reputation: 0
Location: East Yorkshire
Post: #8
I also use AMC to catalog my movies, they're all on DVDs, I've given all the DVDs a 3 Digit reference so I can find stuff. Being able to import this list into XBMC would for me be a blessing!!!! Maybe read the catalogConfused

Cool
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #9
AMC appears to have some Export functionality - have you tried developing an export format so that it does it exports to XBMC-compliant XML? I doubt we'll bother adding external importing of differing formats to be honest, but a patch is ofcourse welcome.

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.


[Image: badge.gif]
find quote
The Sandman Offline
Junior Member
Posts: 37
Joined: Mar 2007
Reputation: 0
Location: East Yorkshire
Post: #10
I would consider writing this, I've not really messed with XML, however I do have some programming experience. Is there a standard template that could be used to match the fields to that of XBMC? Once exported in the correct XML style from AMC how would one import it into XBMC?

Point us in the right direction please.Big Grin
find quote
Post Reply