Beiträge von Kirisu

    systemctl enable plexpy



    don`t work for me, so I looked into the


    /lib/systemd/system/plexpy.service


    and there was


    ExecStart=/opt/Tautulli/Tautulli.py --quiet --daemon --nolaunch --config /opt/Tautulli/config.ini --datadir /opt/Tautulli


    wich ist obviously wrong. Because in /opt/ is only plexpy and no Tautulli. I guess OMV missed the new Tautulli path.


    After Changing all path and user in pleypy.service I could start with:

    systemctl daemon-reload
    systemctl start plexpy.service


    But I had no webinterface. And no clue why it doesn`t work.


    root@OMV:/lib/systemd/system# systemctl status plexpy.service● plexpy.service - Tautulli - Stats for Plex Media Server usageLoaded: loaded (/lib/systemd/system/plexpy.service; enabled; vendor preset: enabled)Active: inactive (dead) since Sun 2018-04-29 17:48:02 CEST; 5min agoApr 29 17:48:00 OMV systemd[1]: Starting Tautulli - Stats for Plex Media Server usage...Apr 29 17:48:02 OMV systemd[1]: Started Tautulli - Stats for Plex Media Server usage.


    So I am using also a cron job in OMV.
    python /opt/plexpy/PlexPy.py



    It is a bit disappointing to use workarounds. Then I dont need Plugins.
    But maybe someone with more knowledge could help out.


    Thank you.