Aller au contenu

Disparition Des Sujets Sur Les Forks Fr De Sickbeard Et Couchpotato


Messages recommandés

personne ne sait ?

J'ai donc essayé :

git clone https://github.com/sarakha63/headphones.git -b develop /volume1/@appstore/headphones/share/Headphones/

mais :

fatal: destination path '/volume1/@appstore/headphones/share/Headphones' already exists and is not an empty directory.

Comment faire un clone sur l'ancien headphone ?

Lien vers le commentaire
Partager sur d’autres sites

Fermer le paquet ?

j'ai donc vider le repertoire : /volume1/@appstore/headphones/share/Headphones/

Puis git clone.

Mais quand je le lance, il me dit que il ne connaît pas la version que j'ai ...

You're running an unknown version of Headphones. Update or Close

Comment avoir les mises à jour ?

Lien vers le commentaire
Partager sur d’autres sites

en declarant le bon path dans les paramètres de l'application (le fichier config de l'appli).

Si tu n'es pas en mesure de voir les logs de l'appli et de comprendre les spécificités de git je serais toi je laisserais faire car après la config manuel de git est chiant, il faut setter le path, et definir un user general a git, il faut donner les bons droits aux répertoires auquel cas tu auras des stash a faire. Bref de nombreuses étapes avant d'avoir des mises a jour auto fonctionnels car contrairement a un paquet prevu pour tu n'as pas de variables d'environnement spécifique.

Lien vers le commentaire
Partager sur d’autres sites

  • 2 semaines après...

merci pour tes info, je teste quand même.

J'ai donc modifier le fichier var/config.ini

en remplissant :

Avant :

git_path = ""
git_user = sarakha63
git_branch = develop

Aprés

git_path = "https://github.com/sarakha63/headphones.git"
git_user = sarakha63
git_branch = develop

Après je redémarre headphone, et le fichier de config.ini revient comme avant ?

Avez vous une idée?

mon log :

28-Oct-2013 09:24:42 - INFO    :: MainThread : Received signal: restart
28-Oct-2013 09:24:42 - INFO    :: MainThread : Removing pidfile /usr/local/headphones/var/headphones.pid
28-Oct-2013 09:24:42 - INFO    :: MainThread : Headphones is restarting...
28-Oct-2013 09:24:42 - INFO    :: MainThread : Restarting Headphones with ['/usr/local/headphones/env/bin/python', '/usr/local/headphones/share/Headphones/Headphones.py', '--daemon', '--pidfile', '/usr/local/headphones/var/headphones.pid', '--config', '/usr/
local/headphones/var/config.ini', '--datadir', '/usr/local/headphones/var/', '--nolaunch']
28-Oct-2013 09:25:14 - INFO    :: MainThread : Checking to see if the database has all tables....
28-Oct-2013 09:25:14 - DEBUG   :: MainThread : Trying to execute: "git rev-parse HEAD" with shell in /usr/local/headphones/share/Headphones
28-Oct-2013 09:25:14 - DEBUG   :: MainThread : Git output: /bin/sh: git: not found
                                                                                                                                                                                                                                                                  
28-Oct-2013 09:25:14 - DEBUG   :: MainThread : Unable to find git with command git rev-parse HEAD
28-Oct-2013 09:25:14 - ERROR   :: MainThread : Couldn't find latest installed version.
28-Oct-2013 09:25:14 - INFO    :: MainThread : Retrieving latest version information from github
28-Oct-2013 09:25:16 - INFO    :: MainThread : You are running an unknown version of Headphones. Run the updater to identify your version
28-Oct-2013 09:25:16 - INFO    :: MainThread : Daemonized to PID: 7121
28-Oct-2013 09:25:16 - INFO    :: MainThread : Writing PID 7121 to /usr/local/headphones/var/headphones.pid
28-Oct-2013 09:25:16 - DEBUG   :: MainThread : Using the following server values:
MBHost: musicbrainz.org ; MBPort:   ;  Sleep Interval: 1
28-Oct-2013 09:25:18 - INFO    :: MainThread : Starting Headphones on port: 8181

Il ne trouve pas git , mais pourquoi ?

git_path correspond au chemin de l’exécutable git ou au dépôt que je veux atteindre?

Modifié par tocks
Lien vers le commentaire
Partager sur d’autres sites

cela me semble pas mal

Data> cat /volume1/@appstore/headphones/var/logs/headphones.log | tail -n 30
28-Oct-2013 11:32:29 - INFO    :: MainThread : Headphones is shutting down...
28-Oct-2013 11:32:29 - INFO    :: MainThread : Removing pidfile /usr/local/headphones/var/headphones.pid
28-Oct-2013 11:57:52 - INFO    :: MainThread : Checking to see if the database has all tables....
28-Oct-2013 11:57:52 - DEBUG   :: MainThread : Trying to execute: "git rev-parse HEAD" with shell in /usr/local/headphones/share/Headphones
28-Oct-2013 11:57:52 - DEBUG   :: MainThread : Git output: /bin/sh: git: not found
                                                                                                                                                                                                                                                                  
28-Oct-2013 11:57:52 - DEBUG   :: MainThread : Unable to find git with command git rev-parse HEAD
28-Oct-2013 11:57:52 - ERROR   :: MainThread : Couldn't find latest installed version.
28-Oct-2013 11:57:52 - INFO    :: MainThread : Retrieving latest version information from github
28-Oct-2013 11:57:53 - INFO    :: MainThread : You are running an unknown version of Headphones. Run the updater to identify your version
28-Oct-2013 11:57:54 - INFO    :: MainThread : Daemonized to PID: 6253
28-Oct-2013 11:57:54 - INFO    :: MainThread : Writing PID 6253 to /usr/local/headphones/var/headphones.pid
28-Oct-2013 11:57:54 - DEBUG   :: MainThread : Using the following server values:
MBHost: musicbrainz.org ; MBPort:   ;  Sleep Interval: 1
28-Oct-2013 11:57:55 - INFO    :: MainThread : Starting Headphones on port: 8181
28-Oct-2013 12:05:58 - INFO    :: MainThread : Received signal: shutdown
28-Oct-2013 12:05:58 - INFO    :: MainThread : Headphones is shutting down...
28-Oct-2013 12:05:58 - INFO    :: MainThread : Removing pidfile /usr/local/headphones/var/headphones.pid
28-Oct-2013 12:10:56 - INFO    :: MainThread : Checking to see if the database has all tables....
28-Oct-2013 12:10:56 - DEBUG   :: MainThread : Trying to execute: ""/opt/libexec/git-core/git" rev-parse HEAD" with shell in /usr/local/headphones/share/Headphones
28-Oct-2013 12:10:56 - DEBUG   :: MainThread : Git output: 6cdaa3262910deaaeeba8666049963485f157e6b
                                                                                                                                                                                                                                                                  
28-Oct-2013 12:10:56 - INFO    :: MainThread : Retrieving latest version information from github
28-Oct-2013 12:10:57 - INFO    :: MainThread : Comparing currently installed version with latest github version
28-Oct-2013 12:10:58 - INFO    :: MainThread : Headphones is up to date
28-Oct-2013 12:10:58 - INFO    :: MainThread : Daemonized to PID: 26619
28-Oct-2013 12:10:58 - INFO    :: MainThread : Writing PID 26619 to /usr/local/headphones/var/headphones.pid
28-Oct-2013 12:10:58 - DEBUG   :: MainThread : Using the following server values:
MBHost: musicbrainz.org ; MBPort:   ;  Sleep Interval: 1
28-Oct-2013 12:10:59 - INFO    :: MainThread : Starting Headphones on port: 8181
Data>  

Y a t'il d'autre chose à paramétrer ?

Lien vers le commentaire
Partager sur d’autres sites

  • 3 semaines après...

Non il n'est pas possible : on peut avoir uniquement celui avec le .fr ou les deux.

C'est historique au debut il y avait uniquement ceux avec fr puis vu que certaines personnes avait des soucis avec leur lecteur qui gerait pas si le nom n'était pas exactement le meme (chose assez inouie quand meme vu que le langage code dans les nomw des sous titre est une norme). Du coup j'ai rajouté cette option pour créer aussi celui sans langage code.

Cependant celui avec short code est nécessaire pour que sickbeard sache ou il en est et qu'elle est la langue

Lien vers le commentaire
Partager sur d’autres sites

  • 3 semaines après...

Hello, pas de soucis ou de questions à remonter ^_^

J'utilise sickbeard VOVF depuis plus de 6 mois maintenant (en la mettant a jour quand c'est proposé) et je n'ai rien d'autre à dire à part: MERCI !!!!!

Voila c'est tout, mais franchement vu le boulot derrière et la qualité du bouzin, moi je dis chapeau B)

Merci mooossieur Sarakha -_-

Lien vers le commentaire
Partager sur d’autres sites

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.