Filmweb scraper

  Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
smuto Offline
Senior Member
Posts: 243
Joined: Sep 2004
Reputation: 2
Post: #1
Hi,
This is my first "release" of the filmweb (polish movie database side) scraper.

The mainfeatures work, but there are one big problem:
-xbmc don't show the polish chars at allSad

Filmweb - Scraper

cheers smuto

i test this scraper after spiff fix
fixed: various encoding related stuff in scraper code. should fix ofdb.

this fix give me correct writing to database, but strings are not readable in GUI
find quote
smuto Offline
Senior Member
Posts: 243
Joined: Sep 2004
Reputation: 2
Post: #2
filmweb.rar
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #3
404

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
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #4
Revision: 7829
http://svn.sourceforge.net/xbmc/?rev=7829&view=rev
Author: spiff_
Date: 2007-02-13 16:16:50 -0800 (Tue, 13 Feb 2007)

Log Message:
-----------
fixed: if scraper says it returns utf8 formatted xml, obey.

you should have a look at the actors. and don't use tag line, use <originaltitle>

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
smuto Offline
Senior Member
Posts: 243
Joined: Sep 2004
Reputation: 2
Post: #5
- i fix actar tag (whitespaces bug)
- i add <originaltitle> tag

Filmweb-scraper
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #6
added to svn with some small modifications due to changes to buffer cleanings. also renamed it to filmweb.pl.

cheers

spiff

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
smuto Offline
Senior Member
Posts: 243
Joined: Sep 2004
Reputation: 2
Post: #7
Rating tag issue

e.g
from scraper 8,73 (comma) are shows as 8.0 (dot) in GUI

one more
"votes" should be localized.

smuto
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #8
yes, it needs to conform to standard floating point numbers, i.e. use a . and not a ,

localization is added.

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
smuto Offline
Senior Member
Posts: 243
Joined: Sep 2004
Reputation: 2
Post: #9
done
i hope this is the last update

@spiff - i want to thank you very much.Big Grin
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #10
latest is in svn.

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
Post Reply