• Stars
    star
    298
  • Rank 138,835 (Top 3 %)
  • Language
    PHP
  • Created almost 14 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Export your Plex Library as an interactive HTML page for others to browse.

PLEX Export

Luke Lanchester [email protected] http://hybridlogic.co.uk/code/standalone/plex-export/

Please note: Plex Export is no longer under active development. Use at your own risk.

Summary

Plex Export allows you to produce an HTML page with information on the media contained within your Plex library. This page can then be shared publicly without requiring access to the original Plex server.

Features

  • Provides an overview of all media in each of your library sections
  • Images are lazy loaded as you scroll down
  • Live filtering within each section
  • View additional item information on click

## Instructions

  1. You must have PHP installed on your system for this to work (PLEX Export does not have to be run on the system containing Plex Media Server however)
  2. In your preferred shell/terminal enter the following command: php cli.php
  3. If Plex Media Server is running on a different machine, specify it's URL with the -plex-url parameter e.g. php cli.php -plex-url=http://other-machine.local:32400
  4. Upon completion your plex-data directory will now contain a .js file and any related thumbnails. Access the index.html file in your web browser and enjoy :)

## Notes

  • The website is designed for modern browsers (Safari, Chrome, Firefox)
  • You may need to chmod cli.php to allow for executables
  • Delete cli.php if you upload PLEX Export to any public location
  • If your Plex Server is running in Home mode, we need to authenticate via a token
  • To get a valid token for your system, look here: https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token
  • Then when running cli.php, add a parameter like: -token=

## Features

  • Filter by genre, actors etc
  • Sort by name, year, rating etc
  • Pull in favourites from Plex
  • More detailed TV Show popup (seasons, episodes etc)

More Repositories

1

PHP-Classifier

A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
PHP
81
star
2

PHP-Validation

A simple, extensible validation library for PHP with support for filtering and validating any input array along with generating client side validation code.
PHP
64
star
3

PHP-PhantomJS

A PHP library to execute PhantomJS scripts and return their results.
PHP
57
star
4

Kohana-Email-v2

An email module for Kohana 3.2, with support for HTML, attachments and multiple transports.
PHP
21
star
5

PHP-DB-QueryBuilder

A MySQL Query Builder for effortlessly composing SQL statements with support for executing them against databases.
PHP
13
star
6

PHP-Router

A drop dead simple URI routing library for PHP, with support for optional parameters and regular expressions.
PHP
12
star
7

PHP-Cron

PHP Crontab is a crontab written in pure PHP with support for parsing standard cron expressions. No shell access required.
PHP
9
star
8

KoBayes

Naive Bayes Classifier for Kohana
PHP
7
star
9

PowerPlex

A collection of awesome apps for your Plex media library.
JavaScript
6
star
10

PHP-DB

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
PHP
6
star
11

PlexRemote

A OS X menubar remote for Plex Clients
Objective-C
6
star
12

StatusCmd

An OS X menu bar app powered by JSON
Swift
6
star
13

kqueue

Kohana Queue module with driver support for Beanstalkd
PHP
4
star
14

elbrus

Elbrus. Treat your data like a rock.
JavaScript
4
star
15

PHP-Slack

A library for working with Slack.
PHP
3
star
16

electron-words-app

A test file browser for markdown docs
CSS
2
star
17

scaffle

Make your own path to your data.
CSS
2
star
18

kohana-minion

An unofficial fork of Kohana Minion, but designed for KO3.2.
PHP
2
star
19

hybridlogic

My personal website, http://hybridlogic.co.uk
CSS
1
star
20

js13k-2017-lost

JS13K 2017 entry
JavaScript
1
star