All media in 1 folder not shown in cache

What is the problem you are having with rclone?

All media from one folder not showing

What is your rclone version (output from rclone version)

rclone v1.51.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Win10 64bit

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

This si the mount settings used
https://pastebin.com/raw/L5LnCqwN

The rclone config contents with secrets removed.

rclone.conf config
https://pastebin.com/raw/N6HJwETd

A log from the command with the -vv flag

https://pastebin.com/raw/D4XzGnVM

Ok So when I rclone lsd the Movies folder it displays all media there but when i ls -lh the folder its mounted to it only produces some of the lsd results.
https://pastebin.com/raw/01f08kcV

I have tried clearing the cache, clearing the cache/expire, deleting the cache-backend and start fresh.
Any advice on why all the media is not coming through on the mount?

Thanks

that is a lot of flags in your mount command.

https://rclone.org/cache/#status

i have never found a reason to use the cache remote.
it is beta, has bugs and soon to be depreciated.
perhaps try without using the cache at all.

I've you want gapless Music Playback, then a Cache remote is the only working method at the Moment.

as a test, run the mount with as few flags as possible.
rclone mount gdrive: /data --allow-other --config /config/rclone/rclone-cache.conf

Very nice it shows all with minimal flags. Any idea what flag(s) might be causing that?

i do not have experience with using rclone for gapless music and no experience using the cache.

perhaps tweaking the flags for the cache and the mount might yield a workable solution.

Yeah I am currently removing one flag at a time to see. Will update.

Thanks for the assist so far.

sometimes less is more, i find that to be true with rclone flags.

what program do you use to stream the audio?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.