Hey Guys Is it possible when taking a screenshot can the default location be changed rather than it going to the internal storage - I wanted it to go to the NAS
It’s for easy access to the files - rather than moving the files manually to the NAS - I thought If I FTP into the zidoo I would be able to see the screenshot folder and but when you go into the storage folder it’s empty for some reason - not sure why
The screenshots show my OpenWrt setup. I use the stock version of OpenWrt for Z9S. On my router I’ve assigned my Zidoo’s IP address 192.168.xxx.xxx to the hostname zidoo-z9s. Under Windows I’ve assign the drive letter Z to the Zidoo samba share Code: NET USE Z: \zidoo-z9s\mmcblk0p2\media\0 Under Ubuntu 20.10 running in WSL I’ve mounted the Zidoo samba share to /mnt/zidoo-z9s Code: sudo mkdir /mnt/zidoo-z9s sudo mount -t drvfs '//zidoo-z9s/mmcblk0p2/media/0' /mnt/zidoo-z9s cd /mnt/zidoo-z9s