| View previous topic :: View next topic |
| Author |
Message |
avx Advocate


Joined: 21 Jun 2004 Posts: 2064
|
Posted: Tue May 08, 2012 11:29 pm Post subject: getting movie/tv metadata? |
|
|
I'm searching for some tools/scripts, able to pull all sorts of metadata off the web. So far, I only found addon scripts for xbmc or mythtv, in turn relying on there APIs or internal structures, but I want something to be run stand-alone.
I need to query for data for tv-shows (mostly US, UK or DE) and movies. Good stuff out there? _________________ ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 3001 Location: USA
|
Posted: Thu May 10, 2012 12:37 am Post subject: |
|
|
What is the data source that you're expecting to get the metadata from?
I would think that most networks have their own custom format and you'd be stuck having to write a custom scraper for each site, at the whims that the television network does not change the format or links.
I suspect some aggregator like schedulesdirect may do some scraping to get data, but I figure they'd more likely do it like TVGuide and pay each network to grab the data and put it together...
or is this even what you're looking for? hmm.... _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
avx Advocate


Joined: 21 Jun 2004 Posts: 2064
|
Posted: Thu May 10, 2012 1:12 am Post subject: |
|
|
Well, for general purpose, I'd say IMDb and thetvdb would be good enough, at least for the english content I've got.
For movies, I'm interested in: title, release year, actors, plot, cover
For tvshows, it's: title, first aired, plot
(more data's always welcome of course)
I thought there may be some ready to use apps out there already, but I couldn't find any, yet. What I found is this, gotta see how far it can help me with my shows: https://github.com/dbr/tvdb_api _________________ ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. |
|
| Back to top |
|
 |
dwbowyer Tux's lil' helper

Joined: 18 Apr 2008 Posts: 147
|
Posted: Sun May 13, 2012 12:14 am Post subject: |
|
|
| schedulesdirect doesn't scrape data. They are a collaborative group that licences the data from zap2-it. While there is no stand alone app that I know of, you can pay for membership (quite cheap) and Mythtv and one or two other projects recommend this means of obtaining TV data for individual users. As I understand it, other projects can make use of the data too. Since what OP is doing seems to be a custom project, I suggest going to their site and finding out if they can make use of this data source. The database information is meant to be provided in manner that won't change as often as website pages might. |
|
| Back to top |
|
 |
dwbowyer Tux's lil' helper

Joined: 18 Apr 2008 Posts: 147
|
|
| Back to top |
|
 |
|