Search found 10 matches
- Tue Nov 05, 2019 10:42 pm
- Forum: Troubleshooting
- Topic: Sonarr - can't move/rename files
- Replies: 20
- Views: 5419
Re: Sonarr - can't move/rename files
Hey guys, there is indeed an issue with Mono 6 when writing to a file system that does not support UNIX permissions: https://github.com/MichaIng/DietPi/issues/3179 For NTFS you can work around the issue by adding the "permissions" mount option (default when using dietpi-drive_manager), wh...
- Tue Nov 05, 2019 9:38 pm
- Forum: Troubleshooting
- Topic: Sonarr - can't move/rename files
- Replies: 20
- Views: 5419
Re: Sonarr - can't move/rename files
Thanks heaps @SPIO. I've read the article and came up with these steps to downgrade Mono and reinstall Sonarr: Uninstall Sonarr via Dietpi-software Completely uninstall Mono sudo apt-get remove mono* Edit sources nano /etc/apt/sources.list.d/mono-xamarin.list change: deb https://download.mono-projec...
- Thu Oct 31, 2019 4:18 am
- Forum: Troubleshooting
- Topic: Sonarr - can't move/rename files
- Replies: 20
- Views: 5419
Re: Sonarr - can't move/rename files
Switched to Qbittorrent. Same issue. It must be a permissions problem, but as far as I can tell, the permissions are fine... The torrent clients can freely write to this drive and move files around, it's just Sonarr that can't.
- Wed Oct 30, 2019 3:33 am
- Forum: Troubleshooting
- Topic: Sonarr - can't move/rename files
- Replies: 20
- Views: 5419
Re: Sonarr - can't move/rename files
I'm wondering if the issue is being caused by Transmission locking the file. I've seen similar behaviour on Windows with torrent clients. How can I get Transmission to release the file after downloading and seeding for a duration? Or should i just use a different torrent client?
- Tue Oct 29, 2019 4:08 am
- Forum: Troubleshooting
- Topic: Sonarr - can't move/rename files
- Replies: 20
- Views: 5419
Re: Sonarr - can't move/rename files
Thanks for responding, @MichaIng. /mnt/Media/ is my mounted NTFS samba share. It was mounted using dietpi-drive_manager, which I ran as root. I have now done the following: sudo chgrp -R dietpi /mnt/Media/ ls -ld /mnt/Media/ drwxrwxrwx 1 dietpi dietpi 0 Oct 27 21:10 /mnt/Media/ Unfortunately the err...
- Thu Oct 24, 2019 10:54 am
- Forum: Troubleshooting
- Topic: Sonarr - can't move/rename files
- Replies: 20
- Views: 5419
Sonarr - can't move/rename files
Hi all, What I am trying to achieve on my Raspberry Pi 4 with DietPi: 1. Sonarr automatically queues up torrents for desired TV shows 2. Transmission downloads the TV shows to a directory on a network share (NTFS, Samba) 3. Sonarr renames and moves the downloaded TV shows to a different directory on...
- Thu Oct 24, 2019 10:45 am
- Forum: Troubleshooting
- Topic: Need help editing Transmission's config file
- Replies: 1
- Views: 906
Re: Need help editing Transmission's config file
solved it myself. Have to kill Transmission-Daemon before editing. Back up the file before editing. Finally, it's not in the default location.
- Sun Oct 20, 2019 1:47 pm
- Forum: Troubleshooting
- Topic: Need help editing Transmission's config file
- Replies: 1
- Views: 906
Need help editing Transmission's config file
Hi all, Just getting a bit confused about how to edit Transmission's settings.json file. I'm attempting to set up Sonarr to send torrents to Transmission, and then have Transmission save the downloaded files to some network storage. Some settings of Transmission require me to edit the settings file ...
- Wed Oct 16, 2019 4:00 am
- Forum: Troubleshooting
- Topic: Rpi4 - Kodi can't load GUI
- Replies: 2
- Views: 571
Re: Rpi4 - Kodi can't load GUI
Figured out the answer - Display Resolution must be set to vc4-fkms-v3d.
- Tue Oct 15, 2019 3:39 am
- Forum: Troubleshooting
- Topic: Rpi4 - Kodi can't load GUI
- Replies: 2
- Views: 571
Rpi4 - Kodi can't load GUI
Hi all, Have been trying to get a DietPi install working on my Rpi4 for about a week now. Initially Kodi was not installable at all, but this appears to have been resolved in the last few day with the addition of the Kodi Raspian Buster repo. I have reflashed my MicroSD card with the latest release ...