Import video to iOS Gallery using bash script -
i writing bash video downloader script ios, , know how can save downloaded videos gallery. far got point:
mv $title.$ext /var/mobile/media/dcim/100apple/img_$(printf '%04d\n' $((10#$(ls /var/mobile/media/dcim/100apple | tail -n 1 | sed 's/.*_//' | cut -f 1 -d'.') + 1))).$ext to move video gallery and
rm /var/mobile/media/photodata/photos.sqlite-shm /var/mobile/media/photodata/photos.sqlite-wal to refresh gallery, last command not work. know can remove whole photodata directory reboot needed , long wait gallery reload photos , videos. there way can this? in advance.
Comments
Post a Comment