emile13 Posté(e) le 7 février 2013 Partager Posté(e) le 7 février 2013 bonjour n'étant pas abonné à usenet je souhaiterai coupler sickbeard à downloadstation pour les torrents pour ça j'aimerai pouvoir rajouter des providers de torrents à sickbeard j'ai trouvé ce topic http://sickbeard.com/forums/viewtopic.php?f=9&t=4366 j'ai essayer de copier les .py du dossier provider à la version sickbeard de synocommunity mais ça ne fonctionne pas je me demandais si quelqu'un saurait le faire? merci 0 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
spiderben25 Posté(e) le 9 février 2013 Partager Posté(e) le 9 février 2013 Regarde de ce côté : http://sickbeard.com/forums/viewtopic.php?f=9&t=5367 Ca te permettra d'installer une version différente de Sickbeard via la source git et non synocommunity 0 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
emile13 Posté(e) le 9 février 2013 Auteur Partager Posté(e) le 9 février 2013 merci bien je m'en suis effectivement tiré comme ça il me reste plus qu'a comprendre pourquoi subliminal ne fonctionne pas pour récupérer les sous titres et tout sera ok ! 0 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
emile13 Posté(e) le 11 février 2013 Auteur Partager Posté(e) le 11 février 2013 re bonjour j'ai un souci pour faire démarrer automatiquement ma version de sickbeard au démarrage du NAS j'ai appliqué le tuto ci -dessous mais quand je reboote le programme ne se lance pas. afin de ne pas multiplier les ouvertures de sujet je me permets de le poster ici If you want to make Sick beard start automatically when starting your NAS cd /usr/syno/etc/rc.d/ (where to startupscript should be) vi S99SickBeard.sh (to create the file and go into editor) Paste the following code (remember to push “I” first to enter editing mode) #!/bin/sh COMMAND="python /volume1/@appstore/sickbeard/SickBeard.py" start() { echo "Starting SickBeard" $COMMAND --daemon } status() { echo -n "Status of SickBeard: " STATUS=$($COMMAND --status) if [[ $STATUS = "False" ]]; then echo "Not running" else echo "Running as PID $STATUS" fi } stop() { echo "Stopping SickBeard" $COMMAND --quit } case "$1" in start) start ;; stop) stop ;; restart) stop sleep 4 start ;; status) status ;; *) echo "Usage: $0 (start|stop|restart|status)" exit 1 ;; esac exit 0 Save the file (ESC, then "wq"). Type chmod +x /usr/syno/etc/rc.d/S99SickBeard.sh (to make it executable. Run it: “/usr/syno/etc/rc.d/S99SickBeard.sh start” le script se lance bien à la main auriez vous une astuce à me donner? merci 0 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
spiderben25 Posté(e) le 12 février 2013 Partager Posté(e) le 12 février 2013 T'as vérifié que les permissions et le propriétaire étaient bien les mêmes que tous les autres fichiers SXX dans le dossier rc.d ? (commande dir en SSH) 0 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
emile13 Posté(e) le 12 février 2013 Auteur Partager Posté(e) le 12 février 2013 bonjour, voici ce que j'obtiens donc ça à l'air ok Syno> cd /usr/syno/etc/rc.d/ Syno> ll drwxr-xr-x 2 root root 4096 Feb 11 21:32 . drwxr-xr-x 18 root root 4096 Apr 14 2011 .. -rwxr-xr-x 1 root root 9044 Dec 11 13:35 S01iptables.sh -rwxr-xr-x 1 root root 6405 Dec 11 13:35 S01tc.sh -rwxr-xr-x 1 root root 957 Dec 11 13:34 S02bootup.sh -rwxr-xr-x 1 root root 663 Dec 11 13:34 S03hotplugd.sh -rwxr-xr-x 1 root root 1833 Dec 11 13:34 S03inetd.sh -rwxr-xr-x 1 root root 467 Dec 11 13:34 S04crond.sh -rwxr-xr-x 1 root root 1015 Dec 11 13:35 S08snmpd.sh -rwxr-xr-x 1 root root 723 Dec 11 13:35 S09DDNS.sh -rwxr-xr-x 1 root root 579 Dec 11 13:34 S10NatpmpPortmap.sh -rwxr-xr-x 1 root root 539 Dec 11 13:34 S10UPnPportmap.sh -rwxr-xr-x 1 root root 2373 Dec 11 13:34 S10slapd.sh -rwxr-xr-x 1 root root 1240 Dec 11 13:34 S11nslcd.sh -rwxr-xr-x 1 root root 964 Dec 11 13:35 S12upsmon.sh -rwxr-xr-x 1 root root 2756 Dec 11 13:35 S13synorelayd.sh -rwxr-xr-x 1 root root 4172 Dec 11 13:34 S20pgsql.sh -rwxr-xr-x 1 root root 8193 Dec 11 13:34 S21mysql.sh -rwxr-xr-x 1 root root 965 Dec 11 13:35 S22syslogng.sh -rwxr-xr-x 1 root root 1765 Dec 11 13:34 S23ntpd.sh -rwxr-xr-x 1 root root 4005 Dec 11 13:34 S23synologd.sh -rwxr-xr-x 1 root root 5535 Dec 11 13:34 S55cupsd.sh -rwxr-xr-x 1 root root 1421 Dec 11 13:35 S56gcpd.sh -rwxr-xr-x 1 root root 1801 Dec 11 13:35 S66S2S.sh -rwxr-xr-x 1 root root 2568 Dec 11 13:35 S66fileindexd.sh -rwxr-xr-x 1 root root 1600 Dec 11 13:35 S66synoindexd.sh -rwxr-xr-x 1 root root 894 Dec 11 13:35 S77synomkthumbd.sh -rwxr-xr-x 1 root root 569 Dec 11 13:34 S78JumboFrame.sh -rwxr-xr-x 1 root root 8138 Dec 11 13:34 S78iscsitrg.sh -rwxr-xr-x 1 root root 426 Dec 11 13:34 S79RCPower.sh -rwxr-xr-x 1 root root 12622 Dec 11 13:35 S80samba.sh -rwxr-xr-x 1 root root 1110 Dec 11 13:35 S80synomount.sh -rwxr-xr-x 1 root root 3737 Dec 11 13:34 S81atalk.sh -rwxr-xr-x 1 root root 2628 Dec 11 13:35 S83nfsd.sh -rwxr-xr-x 1 root root 1030 Dec 11 13:34 S84rsyncd.sh -rwxr-xr-x 1 root root 541 Dec 11 13:34 S85synonetbkpd.sh -rwxr-xr-x 1 root root 1069 Dec 11 13:35 S88synomkflvd.sh -rwxr-xr-x 1 root root 3084 Dec 11 13:35 S90usbip.sh -rwxr-xr-x 1 root root 908 Dec 11 13:35 S95sshd.sh -rwxr-xr-x 1 root root 1002 Dec 11 13:35 S96synosnmpcd.sh -rwxr-xr-x 1 root root 8799 Dec 11 13:34 S97apache-sys.sh -rwxr-xr-x 1 root root 7404 Dec 11 13:34 S97apache-user.sh -rwxr-xr-x 1 root root 5989 Dec 11 13:34 S97apache-webdav.sh -rwxr-xr-x 1 root root 465 Dec 11 13:34 S98findhostd.sh -rwxr-xr-x 1 root root 632 Dec 11 13:34 S99EAUpgrade.sh -rwxr-xr-x 1 root root 6921 Feb 11 21:33 S99SickBeard.sh -rwxr-xr-x 1 root root 408 Dec 11 13:34 S99WDidle3Dis.sh -rwxr-xr-x 1 root root 8287 Dec 11 13:35 S99avahi.sh -rwxr-xr-x 1 root root 795 Dec 11 13:35 S99ftpd.sh -rwxr-xr-x 1 root root 2305 Dec 11 13:35 S99sftpd.sh -rwxr-xr-x 1 root root 1010 Dec 11 13:35 S99synovpnclient.sh -rwxr-xr-x 1 root root 3602 Dec 11 13:34 S99zbootok.sh 0 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
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.