Code Monkey home page Code Monkey logo

data18.bundle's Introduction

Data18 metadata agent

This metadata agent will receive data from Data18.com.

To get the best results, follow the standard plex naming convention for movies.

A few options are available from the agent configuration:

  • Ouput debugging info in logs - This is for debugging purposes. Off by default.
  • Allow alternate poster source if Data18 poster is not split in front/back - Some of the posters provided on Data18 seems to be a combination of front/back which is not very good for our purposes, so enabling this setting will allow the agent to go to alternate sources, if they are found on the movie page. This can either be AEBN or the Data18 store, where AEBN is preferred.
  • Fan art scene image count (-1 = none, 0 = all) The agent can follow links to scenes from the movie page, and download scene images to use as fan art. By default this is set to 0 meaning that it will get all images. Setting it to -1 will disable the functionality, and setting it to any other positive value will limit the number of images from each scene to the given number.
  • Image proxy url - The images on Data18 are not receivable without a proper referer in the request. This means that we cannot use the preview functionality that Plex provides, so we cannot use thumbnail previews. This setting specifies a URL to a proxy that can be used to add a referer to the request. If this URL is not specified, the images will be downloaded without thumbnails (note that this is alot slower, and will take up more harddisk space). See below for more information.

Image proxy

The included referer-proxy.py can be used to allow getting images where a referer is required, by providing it in the URL. The proxy is built using CherryProxy and Requests. See those pages for installation instructions.

Once the prerequisites are installed, run the proxy with this command:

python referer-proxy.py -a HOST -p PORT

Replace HOST and PORT with appropriate values (eg. HOST = 0.0.0.0, PORT = 1234)

The proxy will not run as a daemon. I'll let people more familiar with python assist with that part.

data18.bundle's People

Contributors

blaresteep avatar chidychi avatar diamondpete avatar frankieon avatar halkon avatar mvestergaard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.