2015-09-22 10:38:20 -04:00
|
|
|
Plex Web Downloader
|
|
|
|
===============
|
|
|
|
|
|
|
|
Ce projet permet de créer une liste de vos fichiers vidéo plex et de les partager aux travers d'une interface web.
|
|
|
|
|
|
|
|
|
|
|
|
INSTALLATION
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
**Sur Windows**
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
pré requis, installer git ( https://git-scm.com/download/win )
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
pré requis, installer nodejs 0.12.x ( https://nodejs.org/dist/v0.12.7/ )
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
ouvrir l'invite de commande 'cmb', puis se deplacer dans un repertoire où vous voulez installer
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
taper: git clone https://github.com/TwanoO67/plex-web-downloader.git
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
taper: cd plex-web-downloader
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
taper: npm install
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
modifier le fichier config.js, pour le chemin de database (attention il faut doubler les \ et proteger les espaces )
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
exemple: C:\\Users\\yourUsername\\AppData\\Local\\Plex\ Media\ Server\\Plug-in\ Support\\Databases\\com.plexapp.plugins.library.db
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
taper: npm start
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
puis ouvrir http://localhost:3000
|
|
|
|
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
**Sous MacOS**
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
pré requis, nodejs
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
sinon installer homebrew ( ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" )
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
puis brew install node
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
git clone https://github.com/TwanoO67/plex-web-downloader.git
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
cd plex-web-downloader
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
npm install
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
modifier le fichier config.js, pour le chemin de database
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
exemple: /Users/yourUsername/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
npm start
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
puis ouvrir http://localhost:3000
|
|
|
|
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
**Sous Ubuntu**
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
pré requis nodejs, ou apt-get install nodejs
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
ln -s /usr/bin/nodejs /usr/local/bin/node
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
git clone https://github.com/TwanoO67/plex-web-downloader.git
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
cd plex-web-downloader
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
npm install
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
modifier le fichier config.js, pour le chemin de database
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
exemple: /home/yourUsername/plex-config/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
npm start
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
puis ouvrir http://localhost:3000
|
|
|
|
|
|
|
|
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
DEVELOPPEMENT
|
|
|
|
--------------------
|
|
|
|
|
2015-09-22 10:41:04 -04:00
|
|
|
**le projet a été créée initialement avec**
|
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
node install express -g
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
node install express-generator -g
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
express nom_du_projet
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
cd nom_du_projet
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
npm install
|
|
|
|
|
2015-09-22 10:41:04 -04:00
|
|
|
**pour installer plex (depuis un dockerfile)**
|
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
mkdir ~/plex-config
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
sudo chown 797:797 -R ~/plex-config
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
sudo docker run -d --restart=always -v ~/plex-config:/config -v ~/Movies:/media/plex -p 32400:32400 wernight/plex-media-server
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
sudo chmod 777 ~/plex-config/Plex\ Media\ Server/Plug-in\ Support/Databases/*
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
sudo chmod 777 ~/Movies
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
sudo ln -s ~/Movies /media/plex
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
configurer vos chaines sur: http://localhost:32400/web/index.html
|
|
|
|
|
|
|
|
|
|
|
|
COMPILATION
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
npm install enclose -g
|
2015-09-22 10:41:04 -04:00
|
|
|
|
2015-09-22 10:38:20 -04:00
|
|
|
enclose -o bin/mac_bin --loglevel info -c enclose_config.js -v 0.12.7 ./bin/www
|
|
|
|
|
|
|
|
|
|
|
|
TODO Liste
|
|
|
|
--------------------
|
|
|
|
* Ajouter une présentation sur l'index, configurable dans config.js
|
|
|
|
* Gérer les images des vignettes
|
|
|
|
* Faire une page spéciales pour les séries
|
|
|
|
* Gérer les téléchargements multi-source en proposant un lien aria2 (voir aria2.sourceforge.net)
|
|
|
|
* Intégré web ui: http://ziahamza.github.io/webui-aria2/
|
|
|
|
* Clusterisé avec un fork par cpu
|
|
|
|
* Mettre en place une limite d'upload activable à la demande
|