Yesterday I tried Sonarr for the first time on my raspberry pi 2. It does look very promising, but there’s a big issue for me: some old episodes on the disk are not recognized as downloaded.
I tried reinstalling Sonarr, upgrading Mono (3.10 and 4.0.1), rescanning the folders - nothing helped. To help clear up my issue, please see the following screenshots:
It is possible that this only applies to the current season, but I’m pretty sure some series had 4 episodes recognized, somewhere in the middle of the current season with more recent episodes that haven’t been. Starting sonarr with --debug didn’t change the console output either.
This happens in the master branch as well as the develop branch (updating doesn’t work btw, had to do the apt way - no errors in the log, but it didn’t restart although it said so).
Check the permissions on the files from the rpi2 the user/group will need read/write access to the sorted TV directory to read existing files and import new files.
I did notice that the System tab reports usb0 and usb1 as existing partitions (usb is a link to usb1), but that shouldn’t change anything (and doesn’t, I already tried the “direct” path).
Can you try removing then re-adding Arrow (and post the logs again), for some reason its not processing it, either because its link to an episode already (which would be odd given the files are well named) or because its not seeing them, but a full output of add series should show which files Sonarr can see.
Clearing your logs before adding the series should keep it pretty short.
Checked it with htop, here again with ps:
pi 9956 102 6.6 75592 50412 ? Rl 01:49 0:21 /usr/bin/mono NzbDrone.exe
Currently running the dev branch, same issue with latest master or Mono 3.10:
Version: 2.0.0.3128
Mono Version: 4.0.1 (tarball Tue May 12 17:22:22 UTC 2015)
Saw your post on another thread, there have been some other similar issues that came down to the file system used and support on it in 32 vs 64 bit systems, not sure it applies, but might be worth taking a look at which filesystem is used.
That’s a good point, my old HD uses XFS, which is arguably a rather… exotic choice. Altough I’ve never run into issues before, I can see why we might run into one here.
Do you think there’s a workaround, other than reformatting the hdd?
I’m not really sure, you could try moving the files to another drive and test if Sonarr sees them (update the series to point to the new path), not sure if there is a work around though, I suspect formatting might be the only option.
I fstransformed the whole HDD, days later I was done. Sonarr now finds all episodes perfectly.
Absolutely no clue as to why XFS should be less compatible, but it looks like that was the issue. Thanks again, and a happy new year!