Im scanning in 1500 tv shows into jellyfin and its working out to do 10 shows an hour
so it eta will be around 6 days
I see alot of post about slow scanning on jellyfin but 6 days is alot and just wondering if this is an issue on my side, rclone or jellyfin issue and if any way to speed up?
apologize i wrote on my phone and didnt paste correctly
ive updated above
i haven't got a debug log as rclone is working im just trying to work out if there is an issue with my rclone command making things slow or jellyfin issue.
thanks Animosity022
You'd want to check out the new vfs-cache-mode full as that would work a bit better for you.
This is generally bad as it allows for over mounting and shouldn't be used.
You have a huge buffer size so scanning which normally opens and closes files a few times. I'd remove it.
This seems counter intuitive and is normally used on systems with low memory but you have a huge buffer size above so not sure here. If you aren't on a low memory system, you should remove it.
This makes huge range requests and isn't good for scanning.
In general, it's really beneficial to leave things on defaults unless you have a reason to change them or are more familiar with implications of changing them.