Git Product home page Git Product logo

pmm's Introduction

#PMM PHP Media Manager is using FuelPHP as base.

#Requirements

  • PHP 5.3.2+
  • mod_rewrite for pretty url (optional)
  • GD library
  • Fileinfo
  • cURL

##FuelPHP

##Cloning PMM

PMM is using FuelPHP which uses submodules for things like the core folder. After you clone the repository you will need to init and update the submodules.

Here is the basic usage:

git clone --recursive git://github.com/connors511/PMM.git

The above command is the same as running:

git clone git://github.com/connors511/PMM.git
cd PMM/
git submodule init
git submodule update

You can also shorten the last two commands to one:

git submodule update --init

After getting the source, make sure the following directories is writeable:

fuel/app/logs
fuel/app/config
fuel/app/cache

Enter the directory and run the following command to use the installation wizard

php oil refine install

After the installation has completed, you can access it at http://localhost/PMM/public The url can be changed by putting everything outside the web-root and the contents of public in web-root.

Background workers

It is recommended to use background workers to reduce the loading time of some pages. The following commands will have to started in its own terminal or commandline

php oil r jobqueue scraper
php oil r jobqueue fanart
php oil r jobqueue subtitles

##Features PMM is currently able to scrape basic info about movies from IMDb and TMDb. Other features include:

  • Validate nfo files against .xsd
  • Load info from XBMC nfo files validated against .xsd
  • Edit movies, actors, directors, producers, people and genres.
  • Define which scraper retrieves which fields with scraper groups
  • Define which scraper groups are used for which folders with sources
  • Continue browsing after starting a scrape using background workers
  • Export validated nfo files (UI almost finished)
  • Stream movies (currently working in FF and Chrome with VLC installed)
  • Different save locations for each type of file (fanart, thumb, subtitle, nfo, cover)
  • Basic frontend for cover view
  • Export movie lists; currently supporting all movies or movies missing chosen fields

#Planned features

  • Renaming of files
  • Support for TV shows
  • Subtitles downloader
  • People scraper (for bio, portrait)
  • Fanart scraper

pmm's People

Contributors

dhrrgn avatar frankdejonge avatar wanwizard avatar abdel avatar tarnfeld avatar mikebranderhorst avatar huglester avatar dudeami avatar fesplugas avatar el2ro avatar lukeholder avatar crynobone avatar five07 avatar snrp avatar tomschlick avatar enygma avatar jamierumbelow avatar theycallmeswift avatar logicbox avatar billmn avatar ericlbarnes avatar erichelgeson avatar jeffutter avatar johanandre avatar maximebeaudoin avatar cloudmanic avatar

Watchers

James Cloos 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.