Qnap [ Gaps ][ 0.4.9 ] Find the missing movies in your Plex Server

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
50
France
www.qnap.com
Final-Black.png


Source : https://github.com/JasonHHouse/Gaps

Download : x64 , ARM64

https://www.qnapclub.eu/fr/qpkg/832

About :

Landing Page
On this screen, you need to enter your Movie Database Api Key. The page has information on getting the key. The basics are that you'll need navigate over to The Movie DB, create an account, and make an API Key. Then you would copy that key into the Api Key field.

gaps-main.png


Note: Right now only searching via Plex is working. In time, I'll add back in searching by folder.

Click the Search via Plex button and move on to the next page.

plex-configuration.png


Plex Configuration
With your Movie DB key added, now we need to configure the information to connect to Plex.

On this page, you'll need to configure how you connect to Plex. This includes three main things: the host/ip address of Plex, the port Plex uses, and your personal Plex Token.

The host/ip address and port are the same ones you use to connect to Plex via the web. It could look something like this

https://localhost:32400/web/index.html
Or

https://127.0.0.1:32400/web/index.html
 
Il paraît un soft très sympa, merci Stéphane !

Sent from my ONEPLUS A5000 using Tapatalk

 
Je n'arrive par contre pas à comprendre ce qu'il faut faire pour le token de Plex. Il y a la guide, mais je suis nul :)

Tu sais comment il faut faire avec des mots simples?

Merci!
 
Ehm, j'ai compris:

il faut aller avec le browser sur plex.tv et se connecter à son serveur.

Après il faut choisir un vidéo de sa librerie, cliquer sur "Media Info" dans le réglage du film et là on trouve une touche qui s'appelle "View XML". On y clique dessous et il y a une page XML avec toutes les info du fichier vidéo.

On regarde donc l'URL de ce XML (dans la barre de navigation du browser) et on verra que une partie de l'adresse est similaire à celui en bas:

Code:
X-Plex-Token=THjgSrptoM8-ncmRoBUs

On fait copie coller de ce code dans Gaps et c'est fait.

...sauf que Gaps quand je lance la recherche, après 2 seconds me dit: "an error occurred..." (peut être car ma librerie est énorme)

Bref, un jour cela va marcher :)
 
ok je vois le soucis

le dev est encore sur une vielle version de JDK8 pour la compilation de la source

Code:
/etc/init.d/Gaps.sh start
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/jasonhhouse/gaps/GapsApplication has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14                                                                          2)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:348)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner .java:46)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:109)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)

https://github.com/JasonHHouse/gaps/issues/131