Aller au contenu

kciope

Membres
  • Compteur de contenus

    15
  • Inscription

  • Dernière visite

Tout ce qui a été posté par kciope

  1. Merci mais j'utilise deja les categories pour copier le telechargement la ou je souhaite, mon script bash me sert a faire un backup de ce qui vient d'etre telechargé. J'ai essayer de faire un chmod +x nomdemonscript mais c'est pareil.
  2. Bonjour tout le monde, Je me tourne vers vous car google n'est plus mon ami . Voici mon problème, j'essaie via un script bash de copier un telechargement effectué par sabnzbd, a priori c'est plutot simple meme pour un noob en bash comme moi. J'ai donc créer le script suivant : #!/bin/bash if [ $5 = "films" ]; then cp -R $1 "/volume1/homes/wdtvlive/FILMS/" synoindex -a $1 fi if [ $5 = "series" ]; then cp -R $1 "/volume1/homes/wdtvlive/SERIES/" synoindex -a $1 fi if [ $5 = "anime" ]; then cp -R $1 "/volume1/homes/wdtvlive/ANIME/" synoindex -a $1 fi bien sur cela ne marche pas, j'ai toujours l'erreur suivante en sortie ionice: can't execute '/volume1/sh/PostTraitementSabnzbd.sh': No such file or directory j'ai essaye de mettre juste echo $1 >> /volume1/sh/a.log mais meme avec ca j'obtiens la meme erreur Alors si quelqu'un pouvait m'aider je lui serai tres reconaissant, merci d'avance.
  3. en tout cas, merci de t'être penché sur mon cas, bonne soirée
  4. non je ne l'avais pas coché, je sais pas vraiment, j'ai juste rebooter CP et mon nas entre temps, apres j'ai relancé full search
  5. exactement, la j'ai forcer la recherche a nouveau et cela a fonctionner pour un autre film, transmission a bien recuperer le lien. Par contre pour hunger rien, je l'ai lancé en "manu" et c'est bon. Je pige pas trop, en faite dans le log il me mets "not found in downloader" après le nom du film. oups j'ai rien dit, je le vois dans transmission maintenant, je suis pas assez patient je crois. Peut etre qu'avoir redemarré mon nas tout a l'heure a suffit, je vais surveiller ca de près, en tout cas ca a l'air de marcher. Bravo pour votre boulot
  6. ok, voici un peu plus d'infos concernant ma conf : Downloader Sab transmission Require word French,truefrench IgnoreWords par défaut Provider KickAssTorrent T411 Nzbindex Nzbclub Binnews CP me trouve bien les liens des films, c'est pas la le soucis, c'est qu'apres rien ne se passe, il n'envoit pas les download soit a transmission soit a sab. Pourtant quand je clique sur un des liens ca lance bien le downloader, donc le liens entre les applis existe et fonctionne. J'ai du rater quelque chose.
  7. Je viens de tester avec un autre film (hunger games), idem. Couch n'envoi rien a sab, je suis passé en mode debug, voici le log 07-26 19:41:30 INFO [0m[e.providers.movie.omdbapi] Found: The Hunger Games (2012)[0m 07-26 19:41:30 DEBUG [36m[hpotato.core.plugins.base] Setting cache 37b50d518d00b6f0f108bdd0b848ccc9[0m 07-26 19:41:31 DEBUG [36m[hpotato.core.plugins.base] Setting cache tmdb.cache.tt1392170[0m 07-26 19:41:37 DEBUG [36m[ couchpotato.core.event] Return modified results for movie.info[0m 07-26 19:41:42 DEBUG [36m[tato.core.plugins.library] Adding titles: [u'Hunger Games', u'The Hunger Games', u'Die Tribute von Panem - Txf6dliche Spiele'][0m 07-26 19:41:52 INFO [0m[hpotato.core.plugins.base] Opening url: https://tpb.ipredator.se, params: [][0m 07-26 19:41:54 DEBUG [36m[ders.torrent.thepiratebay] Using proxy: https://tpb.ipredator.se[0m 07-26 19:41:55 INFO [0m[hpotato.core.plugins.base] Opening url: https://api.couchpota.to/eta/tt1392170/, params: [][0m 07-26 19:41:56 DEBUG [36m[hpotato.core.plugins.base] Setting cache d31a412176aed4fa44b93ad9e5d4eeb1[0m 07-26 19:41:56 DEBUG [36m[ders.movie.couchpotatoapi] Found ETA for tt1392170: {u'dvd': 1345248000, u'expires': 1401271098, u'theater': 1331524800, u'bluray': True}[0m 07-26 19:41:56 DEBUG [36m[o.core.notifications.core] Notifying frontend[0m 07-26 19:41:57 ERROR [31mException in I/O handler for fd 14[0m Traceback (most recent call last): File "/usr/local/couchpotatoserver-custom/var/CouchPotatoServer/libs/tornado/ioloop.py", line 672, in start self._handlers[fd](fd, events) KeyError: 14 07-26 19:41:57 DEBUG [36m[o.core.notifications.core] Cleaning messages[0m 07-26 19:41:57 DEBUG [36m[o.core.notifications.core] Done cleaning messages[0m 07-26 19:41:57 DEBUG [36m[o.core.notifications.core] Done notifying frontend[0m 07-26 19:41:57 INFO [0m[ato.core.plugins.searcher] Better quality (720p) already available or snatched for Hunger Games[0m 07-26 19:41:57 DEBUG [36m[o.core.notifications.core] Getting messages with id: 2bbd6782-8310-4be7-acd8-352f9b26ca79[0m 07-26 19:41:57 DEBUG [36m[o.core.notifications.core] Returning for 2bbd6782-8310-4be7-acd8-352f9b26ca79 0 messages[0m 07-26 19:41:57 DEBUG [36m[potato.core.plugins.movie] Changing status for Hunger Games[0m 07-26 19:41:58 DEBUG [36m[o.core.notifications.core] Notifying frontend[0m 07-26 19:41:58 DEBUG [36m[o.core.notifications.core] Cleaning messages[0m 07-26 19:41:58 DEBUG [36m[o.core.notifications.core] Done cleaning messages[0m 07-26 19:41:58 DEBUG [36m[o.core.notifications.core] Done notifying frontend[0m 07-26 19:41:58 DEBUG [36m[o.core.notifications.core] Getting messages with id: 7dd91396-1bab-478e-a725-39267f7c0195[0m 07-26 19:41:58 DEBUG [36m[o.core.notifications.core] Returning for 7dd91396-1bab-478e-a725-39267f7c0195 0 messages[0m 07-26 19:42:00 DEBUG [36m[o.core.notifications.core] Notifying frontend[0m 07-26 19:42:00 DEBUG [36m[o.core.notifications.core] Cleaning messages[0m 07-26 19:42:00 DEBUG [36m[o.core.notifications.core] Done cleaning messages[0m 07-26 19:42:00 DEBUG [36m[o.core.notifications.core] Getting messages with id: b4d940ee-75af-4b30-a093-a5cde9c9b06a[0m 07-26 19:42:00 DEBUG [36m[o.core.notifications.core] Done notifying frontend[0m 07-26 19:42:00 DEBUG [36m[o.core.notifications.core] Returning for b4d940ee-75af-4b30-a093-a5cde9c9b06a 0 messages[0m 07-26 19:42:08 ERROR [31m[ato.core.helpers.encoding] Unable to decode value "'07-26 15:33:36 INFO..." : Traceback (most recent call last): File "/volume1/@appstore/couchpotatoserver-custom/var/CouchPotatoServer/couchpotato/core/helpers/encoding.py", line 31, in toUnicode return ek(original, *args) File "/volume1/@appstore/couchpotatoserver-custom/var/CouchPotatoServer/couchpotato/core/helpers/encoding.py", line 47, in ek return original.decode(Env.get('encoding')) File "/usr/local/couchpotatoserver-custom/env/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0x82 in position 254414: invalid start byte [0m 07-26 19:42:54 DEBUG [36m[o.core.notifications.core] Getting messages with id: b4d940ee-75af-4b30-a093-a5cde9c9b06a[0m 07-26 19:42:54 DEBUG [36m[o.core.notifications.core] Returning for b4d940ee-75af-4b30-a093-a5cde9c9b06a 0 messages[0m 07-26 19:44:54 DEBUG [36m[o.core.notifications.core] Getting messages with id: b4d940ee-75af-4b30-a093-a5cde9c9b06a[0m 07-26 19:44:54 DEBUG [36m[o.core.notifications.core] Returning for b4d940ee-75af-4b30-a093-a5cde9c9b06a 0 messages[0m 07-26 19:46:52 ERROR [31m[ato.core.helpers.encoding] Unable to decode value "'07-26 15:33:36 INFO..." : Traceback (most recent call last): File "/volume1/@appstore/couchpotatoserver-custom/var/CouchPotatoServer/couchpotato/core/helpers/encoding.py", line 31, in toUnicode return ek(original, *args) File "/volume1/@appstore/couchpotatoserver-custom/var/CouchPotatoServer/couchpotato/core/helpers/encoding.py", line 47, in ek return original.decode(Env.get('encoding')) File "/usr/local/couchpotatoserver-custom/env/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0x82 in position 254414: invalid start byte [0m 07-26 19:46:53 DEBUG [36m[o.core.notifications.core] Getting messages with id: b4d940ee-75af-4b30-a093-a5cde9c9b06a[0m 07-26 19:46:53 DEBUG [36m[o.core.notifications.core] Returning for b4d940ee-75af-4b30-a093-a5cde9c9b06a 0 messages[0m Si j'ai bien compris il me trouve une erreur avec utf8, serait ce un rapport avec des accents, meme si dans hunger games j'en vois pas.
  8. je viens de verifier je pige pas : sur ma page home j'ai un film jackxxx qui est tagué "snatched & available", avec la qualité en surligné en vert (donc tt va bien ). Quand je clique sur le bouton "show release", je vois les release dispo, pourtant rien n'est envoyé à mon downloader. Alors que quand je clique sur une des release, mon downloader se met bien en route. J'ai bien vérifié de mettre 0 jours dans "wait for a better quality", alors pourquoi il ne l'a pas fait tout seul ? Merci pour votre aide
  9. ah oui c'est vrai que j'ai pas lorgner du coté de la qualité, je vais voir ca, merci du conseil
  10. merci du conseil, je l'ai reinstallé avec la master hier. Ca à l'air de bien marché mais pour la plupart des films, il me met "not found in downloader", alors que si je recherche sur les memes sites je les trouve , bizarre.
  11. C'est bon j'ai trouvé, (enfin a priori) il suffisait de mettre url : https://github.com/sarakha63/CouchPotatoServer branch : develop je vais pouvoir tester ca ce soir. Merci
  12. Ok, mais du coup faut mettre quoi quand il demande l'adresse du fork , et le branch du fork?
  13. Bonjour à toutes et à tous, Je souhaite installer couchpotato sur mon syno, et après lu ce sujet je ne suis pas sur de la méthode à utiliser. Vaut il mieux utiliser le spk "CouchPotato Server Custom" version : 20130602-1, et dans ce cas que mettre dans url du fork, et branch du fork ? ou suivre le tuto (#148): 1) via les depot synocomunity, installer les packages git et CouchPotato Server 2) Stoper CouchPotato Server (via le centre de paquet) 3) ce connecter en SSH au syno en root 3.1) #cd /volume1/@appstore/couchpotatoserver/share 3.2) #mv CouchPotatoServer CouchPotatoServer_bak 3.3) #/volume1/@apptstore/git/bin/git clone git://github.com/mozvip/CouchPotatoServer.git CouchPotatoServer 3.4) #chmod -R 777 CouchPotatoServer 3.5) #exit 4) Relancer CouchPotato Server (via le centre de paquet) Cette question est sponsorisé par l'ANA (Association des Noob Anonymes) Merci
  14. [twitter]Bonjour tout le monde, Si j'ai bien compris lors de l'ajout de vid
×
×
  • 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.