animosity
animosity
What's is metadata type 12? Is that non video stuff?
So the library stats would be fixed with ``` query="select count(*) From media_items Inner Join metadata_items On media_items.metadata_item_id = metadata_items.id Where media_items.bitrate Is Null And Not metadata_items.metadata_type = 12" ```...
I only run with: ``` plexdrive -o allow_other -v 2 mount ``` and have no problems streaming even 4k files. Are you seeing any bandwidth type issues? You can turn...
Not sure without any other info as I run v5 with the following mount and rclone 1.3.8. ``` # plexdrive test /home/felix/scripts/plexdrive -o allow_other -v 2 mount /GD >>/home/felix/logs/plexdrive.log 2>&1...
What's the size of your library? Do you have any channels or extras installed in plex causing the reads? Check your plex logs and see what it's trying to do.
I see the same issue when I try to remove too many files.
I really didn't do much for my initial scan other than I have a SSD drive. That seemed to be speed things up. It's really dependent on your connection and...
What errors are you seeing with rclone? I've got a crypt mount and did a bit of playback testing and see no errors on my rclone logs.
I didn't see any of those in my logs with 2.0 and I use a rclone crypt mount as well.
Rclone does retry a number of times per the defaults and it those all fail, you get a failed transfer as it's working as designed. With debug, you can see...