-
-
Notifications
You must be signed in to change notification settings - Fork 75
StreamingCommunity on steroids (REST API) #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Cohvir
wants to merge
29
commits into
Arrowar:main
Choose a base branch
from
Cohvir:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Bump v3.2.8 * Aggiungi start.sh a .gitignore (debug file) * Aggiungi supporto per la selezione del sito e query di ricerca tramite argomento da riga di comando * Aggiungi aiuto dinamico per i siti disponibili nel parser degli argomenti * Aggiungi esempi di utilizzo per la ricerca di siti specifici nel README.md * Aggiungi l'opzione --auto-first per scaricare automaticamente il primo risultato della ricerca nel parser degli argomenti e aggiorna il README.md con esempi di utilizzo. * Delete .github/.domain/domains.json --------- Co-authored-by: Lovi <[email protected]>
…este (Arrowar#354) * Aggiungi un client HTTP unificato per migliorare la gestione delle richieste in tutto il progetto * Aggiungi supporto per il controllo della qualità del codice con ruff e documentazione per i git hooks
…All checks passed!
…to be controlled via endpoints
…to be controlled via endpoints
Owner
|
Piccolo problema attualmente stavo aggiornando il branch test per la nuova versione. Riusciresti quando hai tempo a risolvere i conflitti ? |
Contributor
Author
|
Si, ci proverò |
Contributor
Author
|
Fatto! |
Arrowar#358) * Aggiunta del sistema di hook/plugin per eseguire script personalizzati prima e dopo l'esecuzione principale. Aggiornato config.json per includere la sezione HOOKS e implementata la logica di esecuzione degli hook in run.py. Aggiunto test manuale per verificare l'esecuzione degli hook. * Aggiunta della gestione della stampa degli stdout e stderr degli hook con logging e console. Modificato l'ordine di inizializzazione per garantire l'esecuzione corretta degli hook pre_run.
Contributor
|
+1 |
1 similar comment
|
+1 |
e3e928b to
9daa8cb
Compare
9e58af2 to
3799da6
Compare
086c572 to
7ab2102
Compare
Contributor
|
A titolo informativo, con l'introduzione della gui sono stai aggiunti anche degli endpoint rest che sfruttano lo script, ricontrollate perché forse alcune cose introdotte in questo branch sono ridondanti |
52f3d01 to
471e9f0
Compare
471e9f0 to
b1e2d9f
Compare
18c1b39 to
493e80e
Compare
68934b5 to
d6367e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Questa PR include tutti i cambiamenti necessari a implementare una REST API che utilizza le funzionalità native di questo progetto.
È stata documentata quanto più possibile per rendere tutto più chiaro.
Le features più importanti sono:
@expose_apie/module_call.Lo utilizzerò personalmente all’interno del mio docker-compose che include Plex. Grazie all’API potrò sfogliare film e serie TV e scegliere quali scaricare dal mio telefono direttamente nella cartella Libreria di Plex.