2017 © Pedro Peláez
 

library plex-picker

A project to pick a film from your Plex library.

image

pxgamer/plex-picker

A project to pick a film from your Plex library.

  • Wednesday, July 18, 2018
  • by PXgamer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 10 Versions
  • 22 % Grown

The README.md

plex-picker

Latest Version on Packagist ![Software License][ico-license] Build Status Style CI ![Code Coverage][ico-code-quality] Total Downloads, (*1)

A project to pick a video from your Plex library., (*2)

Structure

src/
tests/
vendor/

Install

Via Composer, (*3)

``` bash $ composer require pxgamer/plex-picker, (*4)


## Usage ```php use \pxgamer\PlexPicker\Picker; // Create a new Picker class $client = new Picker(); // Create the data object $data = [ 'unwatched' => 1, // You can search by watched/unwatched videos 'actor' => 1, // You can search by actor ID 'duplicate' => 1, // You can check for duplicates 'year' => 2017, // You can search by year ]; // In fact, you can use any of the filters. // Initialise the base URL of your server $client->_setBaseUrl('https://demo.plex.local:32400'); // Set your token (will soon have a login function to get a token) $client->setToken('5KaVLQiL531414faD7PfZ3'); // Set the data (using an array) $client->setData($data); // Get the list of videos from the server $client->_get(); // Select the video $client->chooseVideo(); echo 'Chosen Film: '. $client->videoData['title'] . ' (' . $client->videoData['year'] . ')';

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

18/07 2018

dev-develop

dev-develop

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/07 2018

dev-feature/video-class

dev-feature/video-class

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/06 2018

dev-feature/multi-video-selection

dev-feature/multi-video-selection

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

06/12 2017

dev-master

9999999-dev

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar PXgamer

06/12 2017

v1.2.2

1.2.2.0

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

20/11 2017

v1.2.1

1.2.1.0

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

09/11 2017

v1.2.0

1.2.0.0

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

02/11 2017

v1.1.1

1.1.1.0 https://github.com/PXgamer/getiplayer-php

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

16/01 2017

v1.1.0

1.1.0.0 https://github.com/PXgamer/getiplayer-php

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer

16/01 2017

v1.0.0

1.0.0.0 https://github.com/PXgamer/getiplayer-php

A project to pick a film from your Plex library.

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer