Posts by SanpoChew

    Changes to settings.json are permanent except for the settings from the add-on settings UI (addresses, port, username, password, directories).
    Use the add-on settings to change those.

    It's definitely getting reset for me, I'm changing script-torrent-done-enabled and script-torrent-done-filename. If I change it and then run systemctl restart service.transmission it goes back to the defaults:

    Is it possible for my changes to the settings.json file to be permanent? At the moment they seem to be being reset every time the service is restarted. I'm changing the file at /storage/.kodi/userdata/addon_data/service.transmission/settings.json if that helps, might be in the wrong place.

    Thanks, that worked

    installation of transmission is failing:

    Code
    19:39:33 10407.027344 T:1538622368   ERROR: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/thoradia/thoradia/master/8.0/RPi2/arm/service.transmission/service.transmission-8.0.5.zip
    19:39:33 10407.028320 T:1538622368   ERROR: CAddonInstallJob[service.transmission]: failed to download special://home/addons/packages/service.transmission-8.0.5.zip

    file is named 8.0.6 in the repository

    Does anyone have any pointers for getting this working? I've been tearing my hair out for the last couple of hours. I've got my library scanned and can access it using ncmpcpp on my laptop, the default config has this as the only uncommented audio output:

    Code
    audio_output { type "null" name "My Null Output" mixer_type "none" # optional }

    which I presume means that the audio is just being sent nowhere, but all kinds of fiddling with either an alsa or pulseaudio output just does nothing for me. I've been trying to follow the guidance on the archwiki but it hasn't helped, any setting to alsa does nothing whilst pulseaudio makes mpd fail to start.

    The really confusing thing is that aplay -l gives no soundcards found and pactl list only has one sink called Dummy Output that is suspended, I'm finding it impossible to even find an output to try and use.

    It's a raspberry pi 3, any help would be appreciated