Can Anyone help with script? OMV 2.2

  • Currently I have couchpotato and sabnzbd working well on my system. Headphones and sickbeard don't work but I want to sort out the two working first.
    The only thing remaining is a script that will move the completed files fro the download folder to the drive I have set aside specifically for media.
    This was just beyond my understanding: Transmission - Script to move completed downloads to directories, or how to create script? and what confused me was do I have to find the id all the time - one by one? Thing is I want to move them after they have finished so I want to write the script and run it as a scheduled job which I kind of assumed is a cron job in the backend.
    I saw this script on the internet but the developer did not put a description or guide. Just dropped it for the guy and I suppose both understood what they were doing but it is way too complicated for my level.



    If someone can help me customise it, I will be grateful.
    My sabnzbd folders are as follows:
    Temporary Download Folder:

    Code
    /media/6f1b1b52-a404-4bb7-a249-382b25b75801/Downloads_nzb


    Completed Download Folder:

    Code
    /media/6f1b1b52-a404-4bb7-a249-382b25b75801/Movies


    Watched Folder:

    Code
    /media/0fdb085d-2371-4cc6-86f1-0f98e7e3721a/BitTorrents/watch


    My permissions is 777 so pretty much anybody can write into it so there shouldn't be any permissions issues.
    Please can anybody help with using above script or sharing their script with instructions.
    The TV processing part was ok for me to customise but the movie section just threw me.
    Coding just floors me if it is too complex.
    Can anyone assist?
    Thanks

    I have donated. have you?
    OMV 2.2 running on HP Gen 8 G1610T server, 16GB RAM + Xeon E3-1220

  • Anyone?
    What is it with me and my posts? Why is it always ignored?

    I have donated. have you?
    OMV 2.2 running on HP Gen 8 G1610T server, 16GB RAM + Xeon E3-1220

    • Offizieller Beitrag

    It would seem that there aren't many (if any) people trying what you are doing. I don't use any of those so I can't help. Try different things in a VM. Running a scheduled task (cron) isn't difficult to figure out.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Thanks Guys.
    The reason I needed the script was because CP and Sabnzbd were not moving the files as they should. As I have got OMV in a state where it actually works without something breaking, I was reluctant to do anything that might injure that state of affairs. From various write ups, CP should move the folders - it does not.
    I am trying to install the Sonarr plugin and after updating Mono Testing repo and successfully saving it, I try to update the plugins and I get this error message:

    Zitat

    Failed to execute command 'export LANG=C; apt-get update 2>&1': Ign file: Release.gpg Ign file: Release Ign file: Translation-en Hit http://packages.openmediavault.org stoneburner Release.gpg Hit http://packages.omv-extras.org stoneburner-backports Release.gpg Hit http://dh2k.omv-extras.org virtualbox-wheezy-mirror Release.gpg Hit http://ppa.launchpad.net precise Release.gpg Ign http://shell.ninthgate.se squeeze Release.gpg Hit http://download.mono-project.com wheezy Release.gpg Hit http://security.debian.org wheezy/updates Release.gpg Hit http://ftp.uk.debian.org wheezy Release.gpg Hit http://dh2k.omv-extras.org plex-wheezy-mirror Release.gpg Hit http://packages.omv-extras.org stoneburner Release.gpg Hit http://ftp.debian.org wheezy-backports Release.gpg Hit http://ppa.launchpad.net precise Release Ign http://shell.ninthgate.se squeeze Release Hit http://packages.openmediavault.org stoneburner Release Hit http://download.mono-project.com wheezy Release Hit http://ftp.uk.debian.org wheezy-updates Release.gpg Ign http://dh2k.omv-extras.org stoneburner-miller Release.gpg Hit http://security.debian.org wheezy/updates Release Hit http://packages.omv-extras.org stoneburner-vb Release.gpg Hit http://ftp.debian.org wheezy-backports Release Hit http://ppa.launchpad.net precise/main amd64 Packages Hit http://download.mono-project.com wheezy/main amd64 Packages Hit http://ftp.uk.debian.org wheezy Release Ign http://dh2k.omv-extras.org stoneburner-vpn Release.gpg Hit http://security.debian.org wheezy/updates/main Sources Hit http://packages.openmediavault.org stoneburner/main amd64 Packages Hit http://packages.omv-extras.org stoneburner-plex Release.gpg Hit http://ftp.debian.org wheezy-backports/main amd64 Packages/DiffIndex Hit http://ftp.uk.debian.org wheezy-updates Release Hit http://security.debian.org wheezy/updates/contrib Sources Hit http://packages.omv-extras.org stoneburner-mono Release.gpg Hit http://dh2k.omv-extras.org virtualbox-wheezy-mirror Release Hit http://ppa.launchpad.net precise/main Translation-en Hit http://packages.openmediavault.org stoneburner/partner amd64 Packages Hit http://ftp.uk.debian.org wheezy/main Sources Hit http://security.debian.org wheezy/updates/non-free Sources Hit http://dh2k.omv-extras.org plex-wheezy-mirror Release Hit http://packages.omv-extras.org stoneburner-mono-testing Release.gpg Hit http://ftp.debian.org wheezy-backports/contrib amd64 Packages/DiffIndex Hit http://ftp.uk.debian.org wheezy/main amd64 Packages Hit http://security.debian.org wheezy/updates/main amd64 Packages Hit http://dh2k.omv-extras.org stoneburner-miller Release Hit http://packages.omv-extras.org stoneburner-backports Release Hit http://ftp.debian.org wheezy-backports/non-free amd64 Packages/DiffIndex Ign http://download.mono-project.com wheezy/main Translation-en Hit http://ftp.uk.debian.org wheezy/main Translation-en Hit http://security.debian.org wheezy/updates/contrib amd64 Packages Hit http://dh2k.omv-extras.org stoneburner-vpn


    Even if I run apt-get update in CLI, I still don't get Sonarr. What am I doing wrong now?
    Please!

    I have donated. have you?
    OMV 2.2 running on HP Gen 8 G1610T server, 16GB RAM + Xeon E3-1220

  • Of course it does not help that the original issue I was contemplating posting was the automatic bridge my system was forming unasked:


    How can wlan0 and eth0 have the ip address?
    My router was told to do this:

    Zitat

    OMV - Wireless 00:87:40:7f:00:85 192.168.0.38 Reserved
    OMV-Eth0 b0:5a:da:87:d5:84 192.168.0.39 Reserved
    OMV-eth1 b0:5a:da:87:d5:85 192.168.0.40 Reserved


    So how it is managing to give two interfaces the same ip address I have no idea.
    The router is a Netgear Virgin Broadband router.

    I have donated. have you?
    OMV 2.2 running on HP Gen 8 G1610T server, 16GB RAM + Xeon E3-1220

  • I will mark this thread as solved because I have managed to install Sonarr and it is a better package than Sickbeard.
    Immediately I installed it, it started downloading stuff whilst Sickbeard just sat there for weeks looking pretty but doing nothing.
    I will start another thread with the problem of having the same ip address for wlan0 and eth0
    Cheers

    I have donated. have you?
    OMV 2.2 running on HP Gen 8 G1610T server, 16GB RAM + Xeon E3-1220

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!