8000 GitHub - jbinkley60/MezzmoMovieTrailer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jbinkley60/MezzmoMovieTrailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mezzmo Movie Trailer Channel 2

Add a channel to your Mezzmo server to view movie trailers from TMDB.

Features:

  • Get current TMDB movie trailer information for Now Playing, Upcoming, Popular and Top rated movies
  • Download movie trailers for local playback through your Mezzmo server
  • Full movie metadata including plot, actors, artwork, movieset and more
  • User selectable feature of 480P, 720P or 1080P quality trailers (if available, otherwise best quality available)
  • Automatically move trailers to designated location (i.e. NAS, local disk etc.)
  • Option for how many movies to keep for each category (1-100) with auto deletions
  • Option to set output trailer output format to mp4 or mkv
  • Full detailed logfile
  • Full Mezzmo Movie Trailers Channel statistics
  • Check and remove orphaned movie trailer files
  • Local artwork for improved quality and performance
  • CSV export of trailer information and checker history
  • Command line backups of Mezzmo Movie Trailers Channel database
  • User ability to clear trailer information by movie category
  • Client software now available in both native Python and Windows x64 formats

Installation and usage:

  • Download the Mezzmo Movie Trailer Channel release zipfile
  • Ensure you have Python installed on Windows. Minimum version 3.x
  • Unzip file into an empty folder on your system
  • The zipfile contains 2 folders, client and server
  • The client folder stays on your local workstation and contains the trailer downloader
  • The server folder goes onto your Mezzmo server in the Mezzmo Channels folder
  • The Mezzmo channels folder is typically located at c:\ProgramData\Conceiva\Mezzmo\Plugins\
  • Edit the config.text client file with the location of your trailer folder and preferred output format
  • It is highly suggested not to use the same trailer folder as the Mezzmo Trailer Checker
  • Open a command window and run movie_trailers.py trailers now
    See optional command line arguments below.
  • The client will build the database, check folder locations and download the movie trailers requested
  • Next install the Mezzmo Movie Trailers Channel 2 into Mezzmo
  • Open the Mezzmo Movie Trailers Channel 2 in the Mezzmo GUI and set the trailer path location in Properties->Settings
  • You should see the trailers downloaded by the client appear in the Mezzmo GUI

Command line arguments: (Limit 1 at a time)

  • trailers now - Checks for Now Playing movies
  • trailers up - Checks for Upcoming movies
  • trailers pop - Checks for Popular movies
  • trailers top - Checks for Top Rated movies
  • trailers all - Checks for all for movie categories
  • clean category - Clears trailer database info for movies by category and deletes downloaded trailer file
  • clean files - Analyzes trailer files and database entries for missing files and entries
  • csv trailers - Creates a CSV file with the trailer information
  • csv history - Creates a CSV file with the history information
  • stats - Generates summary statistics for trailers
  • backup - Creates a time stamped file name backup of the Mezzmo Movie Trailers Channel database

Visit the Mezzmo Movie Trailers Channel wiki for the latest information.


0