Pyload auf OSMC
Verfasst: 28. Feb 2016, 08:45
von Sir_Vival
Hallo betreibt von euch jemand pyload auf osmc und funktioniert bei euch extractArchive?
Gesendet von meinem Mobiltelefon
Pyload auf OSMC
Verfasst: 29. Feb 2016, 15:42
von b2un0
extractArchive funktioniert bei pyLoad schon seit Wochen nicht - egal wodrauf pyLoad läuft
https://github.com/pyload/pyload/issues ... actArchive
Pyload auf OSMC
Verfasst: 1. Mär 2016, 08:15
von Sir_Vival
Oh okay wusste ich gar ned das ging bei mir vorbei.
kann mir jemand bei einen script helfen versuche mehrere multiple .rar archive in ein anderes verzeichnis zu kopieren am am besten in seperate ordner.
Code: Alles auswählen
#!/bin/bash
for m in ls | find /home/name/test/ -iname *part1.rar
do
unrar x $m /media/ex/
done
Pyload auf OSMC
Verfasst: 1. Mär 2016, 17:52
von b2un0