Filmweb scraper

  Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Greg43 Offline
Junior Member
Posts: 1
Joined: Jul 2010
Reputation: 0
Post: #61
I have a problem with instalation this version on Xbox ,when i copy all from the archive to the directory XBMC/system/scrapers/video/ in menu choice scraper i don't see filmweb.
Do you have any idea where is the problem ?
Greg
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #62
i have no idea - but xbox my love, i will edit this scraper for u

[Image: 1.png]
find quote
mako777 Offline
Junior Member
Posts: 5
Joined: Jul 2010
Reputation: 0
Post: #63
smuto Wrote:can u be more accurate? title of the movie or file name?
or just give me an example
Hymm Smile I mean when scraper doesn't find the movie in filmweb's database because file name is different than the actual title.
All my movie's file names are translated to Polish and some movies titles I translated for my own because I don't like official translation. And for eg. the movie's "Live Free or Die Hard" official translation is "Szklana Pułapka 4.0" but my file name is "Żyj Wolny albo Szklana Pułapka" Big Grin and hymm, there is no such movie Smile so I think in this situation scraper should add this movie to the library with unknown title and no aditional info, so it would be easy to find which movie I have to search manually with correct title.
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #64
oh so - after the scan you want to have blank items in the library with just path inside

we must ask dev whether such an option exists
Quote:official translation is "Szklana Pułapka 4.0" but my file name is "Żyj Wolny albo Szklana Pułapka"
you know that you can always add your own specific title to the nfo file instead of changing the file name

Release candidate scraper is ready for tests
metadata.filmweb.pl-1.1.0.zip - for Dharma
filmweb.xml - for Camelot (should work on XBOX)

smuto

[Image: 1.png]
find quote
migrab Offline
Junior Member
Posts: 7
Joined: Sep 2009
Reputation: 0
Post: #65
smuto Wrote:oh so - after the scan you want to have blank items in the library with just path inside

we must ask dev whether such an option exists

you know that you can always add your own specific title to the nfo file instead of changing the file name

Release candidate scraper is ready for tests
metadata.filmweb.pl-1.1.0.zip - for Dharma
filmweb.xml - for Camelot (should work on XBOX)

smuto

Thank You Very Much for making filmweb scraper work again.
Can I post it on xboxonline forum cause it is Great News for Xbox Users from PolskaSmile Of course all Kudos goes to You
Szczerze Dziękuję
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #66
Sure, but remember that this is a test version

inside is quick and dirty fix for one most irritating entitie " ó->ó "

"oacute problem" needs a proper fix and we need to wait patiently

smuto

[Image: 1.png]
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,174
Joined: Nov 2003
Reputation: 82
Post: #67
spiff Wrote:oh bugger. yeah, fixchars only works on ascii shit. give me some time to think of a solution, i'll get it in.

should be fixed in r32555 (trunk)

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
mako777 Offline
Junior Member
Posts: 5
Joined: Jul 2010
Reputation: 0
Post: #68
smuto Wrote:oh so - after the scan you want to have blank items in the library with just path inside
Yes, exactly Smile

smuto Wrote:you know that you can always add your own specific title to the nfo file instead of changing the file name
Hymm, I didn't know that because I don't use nfo's (I never had the need to use that), but maybe it's good idea and time to familiarize myself with nfo's Smile

smuto Wrote:we must ask dev whether such an option exists
I think it exsists because I found (in times when filmweb scraper did't work) that fdb.pl scraper is doing exactly what I said eairlier if it couldn't find the movie (I think this could be helpful and sorry but I forgot to say that in previous posts)

Relase candidate is working very well.
Thanks.
find quote
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #69
Quote:should be fixed in r32555 (trunk)

no, fixchars is not working at all

Code:
<RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="5">
    <expression fixchars="1">h1[^&gt;]+&gt;(.*?)&lt;/h1</expression>
</RegExp>

"WALL·E" is still "WALL&middot;E" - but no more encoding problem

smuto

[Image: 1.png]
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,174
Joined: Nov 2003
Reputation: 82
Post: #70
hmm, could it be that middot is not being supported?

see here; http://trac.xbmc.org/browser/trunk/xbmc/...MLUtil.cpp

add any entries you want to the table there. please keep it semi-alphabetical as it is. you can find codes over at http://code.google.com/p/doctype/wiki/CharacterEntities

also note that this has not currently been backported to dharma.

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.
(This post was last modified: 2010-08-09 16:35 by spiff.)
find quote
Post Reply