What is the problem you are having with rclone?
I use "rclone mount --filter-from filt.txt" to mount my Google Drive.
I only want to see .nfo and video files, so I use --filter-file.
But I see a lot of empty folders.
Can I only see folders with files and ignore empty folders?
Thanks.
What is your rclone version (output from rclone version
)
rclone v1.56.2
- os/version: ubuntu 21.04 (64 bit)
- os/kernel: 5.11.0-1021-raspi (aarch64)
- os/type: linux
- os/arch: arm64
- go/version: go1.16.8
- go/linking: static
- go/tags: none
file list :
test
โโโ test11 // The contents of the folder are other files, such as *.jpg, but they are empty
โโโ Hidan no Aria
โ โโโ Season 01
โ โ โโโ [VCB-Studio] Hidan no Aria [01][1080p][x264].mp4
โ โ โโโ [VCB-Studio] Hidan no Aria [01][1080p][x264].nfo
โ โ โโโ [VCB-Studio] Hidan no Aria [01][1080p][x264]-thumb.jpg
โ โโโ test // The contents of the folder are other files, such as *.jpg, but they are empty
โ โโโ tvshow.nfo
โโโ Hidan no Aria AA
โโโ Season 01
โ โโโ [Snow-Raws] ็ทๅผพใฎใขใชใขAA ็ฌฌ01่ฉฑ (BD 1920x1080 AVC).mp4
โ โโโ [Snow-Raws] ็ทๅผพใฎใขใชใขAA ็ฌฌ01่ฉฑ (BD 1920x1080 AVC).nfo
โ โโโ [Snow-Raws] ็ทๅผพใฎใขใชใขAA ็ฌฌ01่ฉฑ (BD 1920x1080 AVC)-thumb.jpg
โโโ tvshow.nfo
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
)
rclone cmd:
rclone mount --filter-from test_filt.txt "SA:{ID}" /home/andy/test \
--umask 0000 \
--default-permissions \
--allow-other \
--allow-non-empty \
--transfers 4 \
--buffer-size 32M \
--dir-cache-time 12h \
--vfs-read-chunk-size 32M \
--vfs-read-chunk-size-limit 1G \
--vfs-cache-mode writes \
--check-first \
--fast-list \
--daemon \
test_file.txt
+ *.nfo
+ Season */*
- *