Skip to content

An alternative to Kodi's Universal Scrapers for artists, albums, music videos and movies.

License

Notifications You must be signed in to change notification settings

elrodro83/ScraperHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ScraperHub

An alternative to Kodi's Universal Scrapers for artists, albums, music videos and movies.

Overview

The idea is to have a centralized remote application that queries the different data source sites, aggregates the information from the different sites and returns everything required by the media center.

Having this remote application avoids a big limitation on Kodi scrapers that is that all processing must be done with regular expressions. This remote application, powered by Mule, uses accurate tools for parsing the data from the sites (json, XML and HTML). Read here to know why changing this would be good.

A single application to scrape all types of data would allow to implement some features are are near impossible to implement currently using Kodi alone:

  • Fetch data from many sites simultaneously. This will reduce the total time used to scrape a whole collection.
  • Properly scrape music concerts. Currently, the only way to scrape concert videos (like dvd releases of a live album, for instance) is to add them like movies. This new scraper will allow to aggregate the movie data with the music (artist and release) in order to add them to the music library instead of the movies one.

About

An alternative to Kodi's Universal Scrapers for artists, albums, music videos and movies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published