Posts by qrt666

    Hello,

    I had a raspberry pi 400 with raspbian and I changed the OS to libreelec but one of my scripts is not working. The cause is that on libreelec the date command works differently and I cannot find an article. The script uses the date xommand in this way:

    $(date --date="14 day ago" +"%Y.%m.%d") but the command said that: "date: invalid date '14 day ago'". How can I get the needed date on libreelec?

    Thanks.

    Hello,

    I've installed transmission with docker in this way:

    docker run -d \

    --name=9091-transmission \

    --net=host \

    -e PUID=0 \

    -e PGID=0 \

    -e TZ=Europe/Paris \

    -e USER=transmission \

    -e PASS=libreelec \

    -p 9091:9091 \

    -p 51413:51413 \

    -p 51413:51413/udp \

    -v /storage/.config/dockers/transmission/config:/config \

    -v /storage/.config/dockers/transmission/downloads:/downloads \

    -v /storage/.config/dockers/transmission/watch:/watch \

    --restart unless-stopped \

    linuxserver/transmission

    And now the old torrents cannot be verified as the path what is in the torrent does not accept by the server.

    New torrents do not saved to the configured path, e.g. when I load the torrent, I set the path /var/media/cucc/letoltes/film but the file will be stored into /storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2/47f3b16e7bfd5421eaec79580c2a536bbdae0609c2aec2f5906bfb2a327aa751/diff/var/media/cucc/letoltes/film

    The config file is a mess for me, I figured it out how can I permanently modify it but I do not know what should I change...

    I've attached the modified json file (replaced the commas to linebreak).

    Is there anyone who has knowledge about this topic?

    Thanks in advance.