alombarte / raspberry-osmc-automated

Media center (OSMC) with automated TV Shows and subtitles download. Once configured, sit and watch TV.
Apache License 2.0
73 stars 16 forks source link

Transmiasion remote command not found NEW fix #18

Closed wagner4362 closed 7 years ago

wagner4362 commented 7 years ago

Sorry for my mistake, transmission-daemon shows RSS feed as added successfully in terminal but dont works,  for start downloading correctly the RSS content just install transmission-cli than comes with remote function:

sudo apt-get -y install transmission-cli

Now edit /home/osmc/.raspberry-osmc-automated/bash/download_magnets_in_rss.sh line 14 to: /usr/bin/transmission-remote -a "$magnet"

I checked in my transmission web UI and appears all the magnets added and downloading as planned.

alombarte commented 7 years ago

Thanks @wagner4362 . I reviewed my current setup and this is the package I use.

Will fix now