Giter Site home page Giter Site logo

001101 / measeries Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 29 KB

meaSERIES is PHP scripts to host on a website or locally, that will generate a TV shows video sources recognizable and directly usable by media players (like Kodi). meaSERIE content is based on links to files hosted on Uptobox or 1fichier services.

Home Page: https://gwenael.ca/wp/2019/04/28/measeries/

PHP 88.01% CSS 11.99%

measeries's Introduction

Installation

Before proceeding with the installation you will need:

  • a WEB server with PHP (local or distant) where you can install meaSERIES.
  • at least one premium subscription to Uptobox or 1fichier services (but ideally both).

To start, download the meaSERIES archive and unpack it on your hard drive. Edit the measeries/config.php file to indicate Uptobox and/or 1fichier API keys values that are normally available with your premium account. Indicate for example:

$uptobox_api_key = "d41d8cd98f00b204e9800998ecf8427e99109";
$fichier_api_key = "MM2NmQ5OTEwOTI2NmZmY2QyNzQxOWVhN";

You will find your API key corresponding to your Uptobox premium account here (it's the Token), and the one corresponding to your 1fichier premium account here (you will have to activate it). Save the file measeries/config.php after modification and transfer the measeries directory and its contents to your WEB server.

meaSERIES also has a function to check, at regular intervals, whether the Uptobox and 1fichier sources are still active or not. For this you need to define a cron job and point it to the cron_check_sources.php file. For example, to run every half hour, the cron job command will be:

/usr/bin/php -q /home/mywebsite/public_html/measeries/cron_check_sources.php >/dev/null 2>&1

where /home/mywebsite/public_html/measeries/ is the path where meaSERIES is hosted.

Kodi configuration

For the rest of this tutorial, we will keep as example that meaSERIES is installed at this URL http://www.mysite.com/measeries.

Start Kodi. Go to the menu System > Media Settings > Media Library > Source Management > Videos... > Add Video Source... Enter the path http://www.mysite.com/measeries/kodi and specify a source name (for example meaSERIES). Click OK. In the New Content > Folder Category window, choose the TV Shows option. Then choose the settings according to your preferences, but keep the content options by default. Click OK. Finally, confirm the update of the information of all the elements of this path.

meaSERIES use

To use the meaSERIES WEB interface, with a browser, go to http://www.mysite.com/measeries. The site offers by default to add a TV Show. For example, specify Star trek: Discovery as the title, and click on Add button. The TV Show has been added to meaSERIES. Then click on the TV Show poster to access its contents.

Before adding episodes you will first have to create a season. To do this, enter the season number in the Add Season field and click on Add button. Once the season created, indicate the episode number in Add an episode field as well as the URL of the Uptobox or 1Fichier video source (for example https://www.1fichier.com/?yzaygyopwe) and click on Add button. Episode is added. Renew these operations to add more episodes and/or other seasons.

To update your TV show list into Kodi, go to System > Media Settings > Media Library > Source Management > Videos... > Options > Update Media Library. In case you host meaSERIES on a remote server, update process could be long. Once the update is completed, you can watch TV shows directly into Kodi.

meaSERIES interface allows you to manage your TV shows list, seasons and episodes. To delete an episode, click the corresponding delete button. To delete a season, you must first delete all the season's episodes and then click on the delete season link. To delete a TV Show, you must first delete all the TV Shows seasons and then click the delete TV Shjow link.

measeries's People

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.