[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 2 Guest(s)
Thread Closed 
Music Fanart Scraper tool
02-18-2010, 02:37 AM
Post: #1
Music Fanart Scraper tool
hi there
anybody out there with the knowledge of making a simple music fanart scraper?!
I'm thinking of a tool like AlbumArtDownloader http://sourceforge.net/projects/album-art/

its possible to grap them from http://www.htbackdrops.com/index.php
XBMC do it, you can click on a artist hit the "look for fanart" button and it will show you all the fanart it found, click on a fanart and it get save to a folder inside xbmc, the only problem is the files get named like 7aee62cc.tbn so have to renamed them to .jpg to see witch artist it is and than put it in the album folder and rename it fanart, thats more work then browsing the htbackdrops.com manully Tongue

here is the code from the htbackdrops scraper xml

Code:
<scraperfunctions>
    <GetHTBThumbs dest="5">
        <RegExp input="$$13" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
            <RegExp input="$$1" output="&lt;thumb preview=&quot;http://www.htbackdrops.com/data/thumbnails/\2&quot;&gt;http://www.htbackdrops.com/data/media/\2&lt;/thumb&gt;" dest="13">
                <expression noclean="1" repeat="yes">&lt;td.*?mode=search(&amp;amp;sessionid=[^&quot;]*)?&quot;&gt;&lt;img src=&quot;./data/thumbnails/([^&quot;]+)&quot;.*?&lt;br&gt;Music Artist Thumbnails&lt;br&gt;.*?&lt;/td&gt;</expression>
            </RegExp>
            <expression noclean="1"/>
        </RegExp>
    </GetHTBThumbs>
    <GetHTBFanart dest="5">
        <RegExp input="$$13" output="&lt;details&gt;&lt;fanart url=&quot;http://www.htbackdrops.com/&quot;&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="5">
            <RegExp input="$$1" output="&lt;thumb preview=&quot;data/thumbnails/\2&quot;&gt;data/media/\2&lt;/thumb&gt;" dest="13">
                <expression noclean="1" repeat="yes">&lt;td.*?mode=search(&amp;amp;sessionid=[^&quot;]*)?&quot;&gt;&lt;img src=&quot;./data/thumbnails/([^&quot;]+)&quot;.*?&lt;br&gt;Music Artist Backdrops&lt;br&gt;.*?&lt;/td&gt;</expression>
            </RegExp>
            <expression noclean="1"/>
        </RegExp>
    </GetHTBFanart>
</scraperfunctions>

I'm sure, Im not the only one how will like to see something like this :>

Failure is always an option.
[Image: watched-fanart.jpg]
Find all posts by this user
02-18-2010, 05:45 AM (This post was last modified: 02-18-2010 05:47 AM by rgollar.)
Post: #2
RE: Music Fanart Scraper tool
I know the new music flow does right now exactly what your asking.
(02-18-2010 02:37 AM)meowmoo Wrote:  hi there
anybody out there with the knowledge of making a simple music fanart scraper?!
I'm thinking of a tool like AlbumArtDownloader http://sourceforge.net/projects/album-art/

its possible to grap them from http://www.htbackdrops.com/index.php
XBMC do it, you can click on a artist hit the "look for fanart" button and it will show you all the fanart it found, click on a fanart and it get save to a folder inside xbmc, the only problem is the files get named like 7aee62cc.tbn so have to renamed them to .jpg to see witch artist it is and than put it in the album folder and rename it fanart, thats more work then browsing the htbackdrops.com manully Tongue

here is the code from the htbackdrops scraper xml

Code:
<scraperfunctions>
    <GetHTBThumbs dest="5">
        <RegExp input="$$13" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
            <RegExp input="$$1" output="&lt;thumb preview=&quot;http://www.htbackdrops.com/data/thumbnails/\2&quot;&gt;http://www.htbackdrops.com/data/media/\2&lt;/thumb&gt;" dest="13">
                <expression noclean="1" repeat="yes">&lt;td.*?mode=search(&amp;amp;sessionid=[^&quot;]*)?&quot;&gt;&lt;img src=&quot;./data/thumbnails/([^&quot;]+)&quot;.*?&lt;br&gt;Music Artist Thumbnails&lt;br&gt;.*?&lt;/td&gt;</expression>
            </RegExp>
            <expression noclean="1"/>
        </RegExp>
    </GetHTBThumbs>
    <GetHTBFanart dest="5">
        <RegExp input="$$13" output="&lt;details&gt;&lt;fanart url=&quot;http://www.htbackdrops.com/&quot;&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="5">
            <RegExp input="$$1" output="&lt;thumb preview=&quot;data/thumbnails/\2&quot;&gt;data/media/\2&lt;/thumb&gt;" dest="13">
                <expression noclean="1" repeat="yes">&lt;td.*?mode=search(&amp;amp;sessionid=[^&quot;]*)?&quot;&gt;&lt;img src=&quot;./data/thumbnails/([^&quot;]+)&quot;.*?&lt;br&gt;Music Artist Backdrops&lt;br&gt;.*?&lt;/td&gt;</expression>
            </RegExp>
            <expression noclean="1"/>
        </RegExp>
    </GetHTBFanart>
</scraperfunctions>

I'm sure, Im not the only one how will like to see something like this :>

I know the new music flow does this right now exactly what your asking.

Aquos 60" Led 3d Tv
Samsung 55" LED 7100 series
Samsung 58" Plasma
Denon AVR-1912
(1) A110 w/ 1 TB HDD
(2) A-200 w/ 1 TB HDD each
(1) C-200
ReadyNas nv 6 TB Ethernet hard wired
ReadyNas pro 12TB Ethernet Hard wired
Find all posts by this user
02-18-2010, 11:37 AM
Post: #3
RE: Music Fanart Scraper tool
do you mean Music Video Flow?

cant find music flow anywhere :/

Failure is always an option.
[Image: watched-fanart.jpg]
Find all posts by this user
02-18-2010, 03:11 PM
Post: #4
RE: Music Fanart Scraper tool
check this link out and it on this site.

http://www.indocomp.com/forums/showthread.php?tid=45

Aquos 60" Led 3d Tv
Samsung 55" LED 7100 series
Samsung 58" Plasma
Denon AVR-1912
(1) A110 w/ 1 TB HDD
(2) A-200 w/ 1 TB HDD each
(1) C-200
ReadyNas nv 6 TB Ethernet hard wired
ReadyNas pro 12TB Ethernet Hard wired
Find all posts by this user
02-20-2010, 01:49 PM
Post: #5
RE: Music Fanart Scraper tool
Hi meowmoo,

(02-18-2010 02:37 AM)meowmoo Wrote:  hi there
anybody out there with the knowledge of making a simple music fanart scraper?!
I'm thinking of a tool like AlbumArtDownloader http://sourceforge.net/projects/album-art/

its possible to grap them from http://www.htbackdrops.com/index.php
XBMC do it, you can click on a artist hit the "look for fanart" button and it will show you all the fanart it found, click on a fanart and it get save to a folder inside xbmc, the only problem is the files get named like 7aee62cc.tbn so have to renamed them to .jpg to see witch artist it is and than put it in the album folder and rename it fanart, thats more work then browsing the htbackdrops.com manully Tongue

...

I'm sure, Im not the only one how will like to see something like this :>

I'm working on a HTB scraper to be integrated in MediaMonkey, the music manager that I currently use. Currently fit for my personal use, but I'm planning on making it more mature and more integrated in MM.

But I am balancing my time between that, my other hobbies, work and family... Tongue

mvdlaan

Hardware: PCH-C200 / QNAP TS409 NAS
Find all posts by this user
02-20-2010, 02:39 PM
Post: #6
RE: Music Fanart Scraper tool
Hello meowmoo,

Yes he does Mean Music Video Flow ...

But the same Scrapper in Music Video Flow will be in Music Flow once it is released ...

But that will not be until after Music Video Flow is released ...
and it is in beta right NOW ...

Michael T.

A100 & C200 Movie Flow, Music Video Flow, Media Menu Flow, Music Flow, Photo Flow
Click Here Media Flow Forum
The Complete Media Flow Suite ...
Visit this user's website Find all posts by this user
02-21-2010, 02:30 PM
Post: #7
RE: Music Fanart Scraper tool
thanks guy's,

I see i have to be a bit more patiently Blush

Failure is always an option.
[Image: watched-fanart.jpg]
Find all posts by this user
03-09-2010, 10:30 AM
Post: #8
RE: Music Fanart Scraper tool
(02-21-2010 02:30 PM)meowmoo Wrote:  thanks guy's,

I see i have to be a bit more patiently Blush

I've been having a quick look into this and have found two tools that sort of do the job for you (but by no means perfectly yet!)

Should state my aim is to use this in MPDJB.

The first and easiest is mediainfoplus - which can scrape fanart and save into the artist directory one "fanart" per artist (dir structure = artist/album) - this doeasn't pick up artists in compilations (although MPDJB can't use this yet anyway)

The other is to install mediaportal and the fanarthandler add-in. Once you have set up the Mediaportal database the plugin scrapes all artists and puts all files (multiple fanart by artist) into a single directory with a standard naming convention - my plan is to intially use this and a little script to then copy these files to the right place in my music structure.

What is interesting with the above is that with a change in coding in MPDJB you could actually keep a "central" fanart directory and get MPDJB to use the artist info per track to use fanart even with compilations.

All a little OT but an interesting start.
Find all posts by this user
03-10-2010, 09:48 AM
Post: #9
RE: Music Fanart Scraper tool
I do think that's there's a bit of a gap for a really good music jukebox or even skin for one of the existing ones that incorporates fanart. Have to be free though for it to take over from my number one recommendation for music, Music Jukebox.

A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI
CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407
Find all posts by this user
03-10-2010, 12:39 PM
Post: #10
RE: Music Fanart Scraper tool
IMO, a user selected Fanart Scraper tool would be awesome, hope to see it.

Popcorn C-200 Owner
EMM (Ember Media Manager) Settings Here
Find all posts by this user
03-10-2010, 09:40 PM
Post: #11
RE: Music Fanart Scraper tool
wandidj told me that MJ will scrap fanart in the future, if all go's well the user could select the fanart he want Big Grin

Failure is always an option.
[Image: watched-fanart.jpg]
Find all posts by this user
03-16-2010, 08:47 AM
Post: #12
RE: Music Fanart Scraper tool
scrap = scrape I take it Big Grin

A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI
CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Question Any tool to sync movies collection by year, rating? HiSoC8Y 1 998 10-21-2012 06:50 PM
Last Post: accident
  how do you backup your ipod music? jayceww 8 2,419 06-18-2012 04:46 PM
Last Post: daniel_owen_uk
  Music over network Buffen 7 2,558 12-09-2011 11:15 AM
Last Post: Bazrah
  [Windows]Recovery tool for Ext3 Free Antobello 0 1,393 01-06-2011 01:05 PM
Last Post: Antobello
  Music fanart scaper Belgrath 16 5,849 12-22-2010 08:00 AM
Last Post: steve1977
  suggestion for music manager Gunserotti 1 1,046 11-14-2010 04:27 PM
Last Post: Tommi
  Another Partitioning Tool nuke12 0 831 10-21-2010 09:21 PM
Last Post: nuke12
  Ripping Music DVD by Chapter or Track? blackcows 0 1,106 01-01-2010 06:39 PM
Last Post: blackcows
Music Fanart sites for MUSIC Bazrah 3 1,626 12-28-2009 03:20 PM
Last Post: meowmoo
  My First YouTube Music Video Kel 0 816 11-02-2009 05:51 AM
Last Post: Kel

Forum Jump: