MyMovies.it - Italian Scraper

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
muttley:bd Offline
Senior Member
Posts: 141
Joined: Oct 2008
Reputation: 0
Post: #131
What is c9 table?

Please make some example and report result

Ciao!
find quote
muttley:bd Offline
Senior Member
Posts: 141
Joined: Oct 2008
Reputation: 0
Post: #132
....ops
(This post was last modified: 2011-11-17 12:39 by muttley:bd.)
find quote
muttley:bd Offline
Senior Member
Posts: 141
Joined: Oct 2008
Reputation: 0
Post: #133
Edit: Douplicated post
find quote
Tmac12 Offline
Junior Member
Posts: 8
Joined: Nov 2011
Reputation: 0
Location: Italy
Post: #134
The c09 table is in the Xbmc database: http://wiki.xbmc.org/index.php?title=The...base#movie. Is the reference for imdb id of the movie..
It seems like the scraper can't identify this imdb id..
If you want I've the XML file that I export from Xbmc (when i've donne a backup) and i can send it tu you..
You can see that the <id> tag is empty in much more film..
For examples:
Title: Basta che funzioni... Id empty
Title: Scontro tra Titali..id is 'tt0800320'

Grazie
find quote
muttley:bd Offline
Senior Member
Posts: 141
Joined: Oct 2008
Reputation: 0
Post: #135
Tmac12 Wrote:The c09 table is in the Xbmc database: http://wiki.xbmc.org/index.php?title=The...base#movie. Is the reference for imdb id of the movie..
It seems like the scraper can't identify this imdb id..
If you want I've the XML file that I export from Xbmc (when i've donne a backup) and i can send it tu you..
You can see that the <id> tag is empty in much more film..
For examples:
Title: Basta che funzioni... Id empty
Title: Scontro tra Titali..id is 'tt0800320'

Grazie

OooK! Now i understand...c9 is a colum name of movie table Laugh

You have right, the scraper don't consider this field...

Can i ask why you want this resource? For the scraper nothing change ( this is mymovies scraper, not imdb Big Grin)

I must make some change (i think easy) for support your request, but it's impossibile that all film will have imdb id Sad ...same of the fan art.

Ciao!

edit: how can see if imdb id is correctly set (except all db export)?
(This post was last modified: 2011-11-17 17:10 by muttley:bd.)
find quote
Tmac12 Offline
Junior Member
Posts: 8
Joined: Nov 2011
Reputation: 0
Location: Italy
Post: #136
I need this information for the plugin 'trakt utilities' http://forum.xbmc.org/showthread.php?tid=98582..
It synchronise the movie library with the trakt service, so i can see all my movies in internet..Smile
To recognize the movie it look for the imdb id..Sad
So with mymovies scraper it can't recognize all of my movies..
If it's possibile to add this information?Smile
find quote
Tmac12 Offline
Junior Member
Posts: 8
Joined: Nov 2011
Reputation: 0
Location: Italy
Post: #137
My last comment is in moderation...:/
However i use trakt, an Xbmc plugin to synchronise my movies with trakt service..so i can see my film library in internet..It use imdb it to' identify the movie..
You can see the imdb id in the export and in the database c09.
Tell me if you want support or test file..
find quote
muttley:bd Offline
Senior Member
Posts: 141
Joined: Oct 2008
Reputation: 0
Post: #138
I know trakt...but never use.

c09 is a column of movies table of xbmc databse...i suppose i sqllite but i don't know where is and what use for see it...can you explain me?
find quote
muttley:bd Offline
Senior Member
Posts: 141
Joined: Oct 2008
Reputation: 0
Post: #139
muttley:bd Wrote:I know trakt...but never use.

c09 is a column of movies table of xbmc databse...i suppose i sqllite but i don't know where is and what use for see it...can you explain me?

ok...i find this: http://wiki.xbmc.org/index.php?title=HOW...base-files
find quote
Tmac12 Offline
Junior Member
Posts: 8
Joined: Nov 2011
Reputation: 0
Location: Italy
Post: #140
You have to connect to Xbmc db..it's in the user data folder..
To connect to db i use SqlliteSpy..once open the db you can scan the movie table and search the movie without the id..Now i look for the query to launch and i post here..

Edit: i don't have access to my db now but it should be 'select * from movie where c09 = ''
So it show the movies without imdb id..Smile
(This post was last modified: 2011-11-17 17:53 by Tmac12.)
find quote
Post Reply