WIP IMVDb Music Video Scraper
#1
Video 
Image

IMVDb Music Video Scraper

Current version: 0.6

Scrapes: Artist, Title, Year, Director/s, Thumbnail, Studio, Genre/s, Tag/s, Album (as Artist).

v0.6 (2015-01-16)
- Changed album name to be scraped from artist name instead of track title. This allows for all music videos by an artist to be viewed at once.

v0.5 (2015-01-13)
- Changed source of info back to the API (found a way to get more information out of it).
- Removed support for Genres and Tags (these are not available in the API).
- Added Album data (which is just the song title again).
- Known issues: Possible issue when scraping thumbs that have an accented character in the URL.

v0.4 (2015-01-11)
- Changed source of info to the main site, as there is limited information on the API.
- Added support for Studio (scraped from Production Company).
- Also added Genre and Tag support.

v0.3 (2014-10-09)
- Added ability to scrape thumbnail.

v0.2 (2014-10-09)
- Added ability to scrape director/s.

v0.1 (2014-10-04)
- Beta release: Currently scrapes artist, title, and release year.
I recently stumbled across The Internet Music Video Database, or IMVDb, when looking for some music videos to watch. It seems like a great source of information for music videos in XBMC, so I decided to start putting together a scraper for it. I've only dabbled in bits and pieces of coding before so any help or advice is appreciated.

(2014-10-04, 15:46)tphoenix Wrote: Currently this scraper only retrieves artist, track and year information. I wasn't sure what else to include, or what else can be displayed by XBMC. Some videos have a director listed, or other production companies, and every video seems to have thumbs. Should the scraper also be pulling this information?

I have been testing this with all of my video files in one folder, and your music video files do not have to be in the 'artist - track' naming format. I have been able to scrape videos using their YouTube names (e.g. "David Guetta - Play Hard ft. Ne-Yo, Akon (Official Video)" or "Ariana Grande feat. Big Sean - Right There"). The only video I'm having trouble with at the moment (I haven't tried a huge range though) is "Jessie J, Ariana Grande, Nicki Minaj - Bang Bang". Maybe the commas are effecting it? (this now works) The only change the scraper makes to file names at the moment is to replace - and ! with spaces. The - is treated as a minus (excluding search terms) and the ! ends the search string (or something like that. I'm not entirely sure) (the scraper replaces commas, dashes, exclamation marks, and spaces, with %20)

For the most part the scraper is working. If anyone wants to try it out and give me some feedback I would really appreciate it. You can get v0.1 here v0.3 v0.4 here.

Special thanks to pko66 for his how-to on writing media scrapers, budswell for his MMA scraper (I used it as an example/for comparison), UsagiYojimbo for his java tool ScraperEdit, and the folks over at IMVDb.
Reply


Messages In This Thread
IMVDb Music Video Scraper - by tphoenix - 2014-10-04, 15:46
RE: IMVDb Music Video Scraper - by zag - 2014-10-06, 13:38
RE: IMVDb Music Video Scraper - by tphoenix - 2014-10-09, 05:11
RE: IMVDb Music Video Scraper - by zag - 2014-10-09, 09:57
RE: IMVDb Music Video Scraper - by zag - 2014-10-09, 10:05
RE: IMVDb Music Video Scraper - by tphoenix - 2014-10-09, 16:01
RE: IMVDb Music Video Scraper - by zag - 2014-10-12, 13:31
RE: IMVDb Music Video Scraper - by tphoenix - 2014-10-13, 16:14
RE: IMVDb Music Video Scraper - by WhiteSpy - 2014-10-13, 16:54
RE: IMVDb Music Video Scraper - by tphoenix - 2014-10-14, 08:55
RE: IMVDb Music Video Scraper - by phil65 - 2014-10-14, 19:32
RE: IMVDb Music Video Scraper - by hhtitan72 - 2015-01-07, 14:25
RE: IMVDb Music Video Scraper - by Jeroen - 2015-01-09, 23:43
RE: IMVDb Music Video Scraper - by LongMan - 2015-01-10, 22:49
RE: IMVDb Music Video Scraper - by Jeroen - 2015-01-11, 11:28
RE: IMVDb Music Video Scraper - by tphoenix - 2015-01-11, 12:19
RE: IMVDb Music Video Scraper - by hhtitan72 - 2015-01-12, 05:53
RE: IMVDb Music Video Scraper - by RockerC - 2015-01-11, 15:29
RE: IMVDb Music Video Scraper - by tphoenix - 2015-01-11, 16:10
RE: IMVDb Music Video Scraper - by zag - 2015-01-11, 18:09
RE: IMVDb Music Video Scraper - by tphoenix - 2015-01-12, 08:27
RE: IMVDb Music Video Scraper - by Bridgwater - 2015-01-13, 00:13
RE: IMVDb Music Video Scraper - by tphoenix - 2015-01-13, 17:28
RE: IMVDb Music Video Scraper - by Bridgwater - 2015-01-13, 20:26
Important - by Bridgwater - 2015-01-14, 13:37
RE: IMVDb Music Video Scraper - by Hedda - 2015-01-15, 11:46
RE: IMVDb Music Video Scraper - by tphoenix - 2015-01-16, 09:32
RE: IMVDb Music Video Scraper - by zag - 2015-01-16, 11:17
RE: IMVDb Music Video Scraper - by Hedda - 2015-01-16, 11:47
RE: IMVDb Music Video Scraper - by tphoenix - 2015-01-16, 15:22
RE: IMVDb Music Video Scraper - by Bridgwater - 2015-01-16, 17:56
RE: IMVDb Music Video Scraper - by Gwystyl - 2015-02-03, 01:45
RE: IMVDb Music Video Scraper - by zag - 2015-02-03, 10:59
RE: IMVDb Music Video Scraper - by Gwystyl - 2015-02-03, 12:39
RE: IMVDb Music Video Scraper - by zag - 2015-02-03, 14:51
IMVDb Music Video Scraper - by Gwystyl - 2015-02-03, 20:25
RE: IMVDb Music Video Scraper - by Bridgwater - 2015-02-03, 21:57
IMVDb Music Video Scraper - by Gwystyl - 2015-02-06, 10:05
RE: IMVDb Music Video Scraper - by Bridgwater - 2015-02-16, 12:30
RE: IMVDb Music Video Scraper - by tphoenix - 2015-02-16, 13:02
RE: IMVDb Music Video Scraper - by the_bo - 2015-03-18, 17:13
RE: IMVDb Music Video Scraper - by DarkHelmet - 2015-11-08, 18:46
RE: IMVDb Music Video Scraper - by scf2k - 2015-11-13, 10:04
RE: IMVDb Music Video Scraper - by swift88 - 2015-11-22, 14:23
RE: IMVDb Music Video Scraper - by ToddeSwe - 2015-12-02, 17:51
RE: IMVDb Music Video Scraper - by swift88 - 2016-01-05, 14:19
RE: IMVDb Music Video Scraper - by zag - 2016-01-12, 12:04
RE: IMVDb Music Video Scraper - by swift88 - 2016-01-12, 14:18
RE: IMVDb Music Video Scraper - by Jhewit485 - 2016-01-17, 02:38
RE: IMVDb Music Video Scraper - by Jhewit485 - 2016-01-17, 07:18
RE: IMVDb Music Video Scraper - by zag - 2016-02-25, 15:49
RE: IMVDb Music Video Scraper - by Bridgwater - 2016-02-25, 17:04
RE: IMVDb Music Video Scraper - by zag - 2016-02-25, 17:08
RE: IMVDb Music Video Scraper - by Zefrem23 - 2016-06-25, 12:01
RE: IMVDb Music Video Scraper - by andyteg - 2017-02-21, 09:59
RE: IMVDb Music Video Scraper - by yomismo29 - 2021-06-27, 19:36
RE: IMVDb Music Video Scraper - by Karellen - 2021-09-01, 07:26
Logout Mark Read Team Forum Stats Members Help
IMVDb Music Video Scraper1