Creating Music Video scraper

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sam_1421 Offline
Junior Member
Posts: 17
Joined: Apr 2012
Reputation: 0
Post: #21
No one? Sad
find quote
sg88 Offline
Junior Member
Posts: 3
Joined: May 2012
Reputation: 0
Post: #22
Hi RizThon,
Looks like the link for your new xml file is dead. I get an unknown paste Id message. Can you re-up it?

Thanks
Please ignore my previous comment, the zipped version on mediafire works just fine!
Great work! Thanks for this!!
(This post was last modified: 2012-05-28 00:44 by sg88.)
find quote
newbie007 Offline
Junior Member
Posts: 16
Joined: May 2012
Reputation: 0
Post: #23
(2012-01-21 05:36)RizThon Wrote:  Glad to know it's useful to someone else than just me!

I uploaded the zipped addon-ified scraper http://www.mediafire.com/?n3yc8g1u20qjjqi and tried it in XBMC 10.1 and 11 beta 1 on Win7. Please test if it works fine on XP and Debian. If there's no problem I'll ask the scraper to be added to the XBMC repo.

FYI:
I added the plot tag (#1 from previous post
I fixed the encoding issue (#2 from previous post)

Hi RizThon,

I tried writing a local scrapper for scrapping music videos on my harddisk based on original titles.

please find below the script i've tried... but its not working and donno how to make it work... as i'm trying it out for the first time...

<scraper name="localdb" content="movies" thumb="imdb.gif" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<include>metadata.common.localdb.com/localdb.xml</include>

<CreateSearchUrl dest="3">
<RegExp input="$$1" output="\1" dest="3">
<expression noclean="1"></expression>
</CreateSearchUrl>

<GetSearchResults dest="8">
<RegExp input="$$1" output="<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results><entity><title>\1</title></entity></results>" dest="8">
<expression noclean="1"></expression>
<expression />
</RegExp>
</GetSearchResults>

<GetDetails dest="3">
<RegExp input="$$1" output="<details><title>\1</title><originaltitle>\1</originaltitle><plot>Some dummies doing dumb things</plot></details>" dest="3">
<expression></expression>
</RegExp>
</GetDetails>

</scraper>


i need some suggestion from you to make this work...

Thanks in advance...
(This post was last modified: 2012-05-28 07:16 by newbie007.)
find quote
altoiddealer Offline
Member
Posts: 63
Joined: Jun 2011
Reputation: 0
Post: #24
Thank you soooo much for this scraper! SO much better than Yahoo!
find quote
RizThon Offline
Junior Member
Posts: 11
Joined: Jan 2012
Reputation: 0
Post: #25
(2012-04-28 07:39)sam_1421 Wrote:  Thanks for making this addon!

I tried adding support for fanart downloading from htbackdrops.com, but I miserably failed. I'm completely lost :/ But I don't think I'm too far from the solution. Can someone help me out with this? I think it would be really great to have fanarts with our music videos!

Here is my XML : http://pastebin.com/mkBwTBtD

Thanks!

Sorry didn't see your post earlier.

I feel like if you have already some fanarts in your music library, then it'll be displayed in your music video library (eg I have a nice wallpaper for artist A in my music library, if I have music videos of that artist A, I'll see the nice wallpaper when browsing the music videos).

NOTE also that there is an "official" music video scraper using last.fm directly in the XBMC repository:
http://forum.xbmc.org/showthread.php?tid...pid1125243
find quote
Post Reply