spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-04-22 22:55
Post: #11
that was the prerequisite for 2)
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 |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-04-23 22:16
Post: #12
Hey Spiff,
don't wanna waste your time but i got a question left. I'm getting on with my scraper and the first things are very good. But now i parse the genres and that work but the output is like Action, Thriller, Horror. How to get rid of the , ![]() Thanks in advance Schenk |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-04-23 22:41
Post: #13
Code: <RegExp input="$$2" output="\1\2" dest="3">also you should use multiple <genre> tags so maybe something like this? Code: <RegExp input="$$2" output="<genre>\1</genre>" dest="3">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 |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-04-26 01:37
Post: #14
And again a question, sorry for that in advance:
if my movie title has a german umlaut in it (ä) the scraper can't find the movie but when i'm writing ae instead of the umlaut it will be found. i tried all the encoding stuff but can't find the answer: Here's my code: PHP Code: <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>thanks again for any hints!!! Schenk |
| find quote |
Nicezia
Fan Joined: Nov 2006 Reputation: 0 Location: Montgomery, Alabama |
2009-04-26 10:47
Post: #15
Schenk2302 Wrote:And again a question, sorry for that in advance: try escaping the charachter code with '\xE4' not sure if that's included in the regular expression engine though |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-04-26 13:22
Post: #16
you need to set the SearchStringEncoding on the CreateSearchUrl function
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 |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-04-26 15:40
Post: #17
spiff Wrote:you need to set the SearchStringEncoding on the CreateSearchUrl function As always thanks for this one, Spiff !!! |
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-04-26 16:07
Post: #18
Is there something equal for the GetDetails Section, because the plot is displayed with the html tags for the umlauts
|
| find quote |
Schenk2302
Senior Member Posts: 103 Joined: Feb 2009 Reputation: 4 |
2009-04-28 21:53
Post: #19
My <GetThumbnailLink dest="5"> outputs as many urls as covers but my <GetThumbnail dest="5"> only outputs the thumb from the first url. how to make all url' s outputted, means getting all thumbs??
thanks in advance and sorry for that poor english ![]() Schenk |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-04-28 22:03
Post: #20
<details><thumbs><thumb>..</thumb><thumb>..</thumb></thumbs></details>
also see http://forum.xbmc.org/showthread.php?tid=48643 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: 2009-04-28 22:07 by spiff.)
|
| find quote |




Search
Help