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

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -