Felix Bünemann
Felix Bünemann
> On windows there is Google Drive Stream Fs What is your point?
Yes, it is available for macOS as well. I use it to store some of my work related files, but haven't tried out how well it works for streaming video.
Plexdrive also caches to RAM, but it caches multiple chunks, not whole files. I have a development branch that uses mmap to store chunks to disk, but it uses more...
Rclone contains a hardcoded client-id that is uses if no custom id is used. While that works okayish for rclone, since they've built up pretty high rate limits on the...
This is true for all the quantization tables to some degree: ``` original-q75-qt0.jpg 1.743MB original-q75-qt1.jpg 2.592MB original-q75-qt2.jpg 1.405MB original-q75-qt3.jpg 1.404MB original-q75-qt4.jpg 1.777MB original-q75-qt5.jpg 1.531MB original-q75-qt6.jpg 2.166MB original-q75-qt7.jpg 2.391MB original-q75-qt8.jpg 2.151MB...
How exactly do you combine plexdrive and rclone encryption?
Do not merge yet, I'm waiting on feedback in the discussion of this issue in #402. I could only test the case for files which aren't flagged for abuse so...
@Moodkiller Not sure why the download of the flagged file doesn't work for you, even though `--acknowledge-abuse` is specified. Does it work with plexdrive 5.2.1 and `--acknowledge-abuse`? I think you...
You could create server side copies of the shared files using either rclone or the google drive website and then playback from the copies.
Btw. older rclone versions often needed `--no-traverse` to avoid hitting api call limits during sync. Apparently this was fixed in recent versions, because the switch is now deprecated.