https://github.com/nexxkinn/ios-bash-group
Bash script to group picture and videos backed up from iOS/iPadOS device.
https://github.com/nexxkinn/ios-bash-group
bash bash-script ios
Last synced: about 2 months ago
JSON representation
Bash script to group picture and videos backed up from iOS/iPadOS device.
- Host: GitHub
- URL: https://github.com/nexxkinn/ios-bash-group
- Owner: Nexxkinn
- Created: 2020-08-30T18:25:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T18:26:21.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T11:32:45.336Z (about 1 year ago)
- Topics: bash, bash-script, ios
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ios-group
Bash script to group picture and videos backed up from iOS/iPadOS device.
## Usages
- Put `organize.sh` into the directory
- Run the script
- The script group files into folders with these condition:
- **Camera** : Pictures taken from your device
- **Videos** : Videos recorded from your device
- **Downloaded** : Pictures saved from an app or internet
- **Downloaded-Videos** : Videos saved from an app or internet
## Limitation and assumptions
- The script assumed that all pictures and videos are stored into one directory.
- It only scan files inside the directory and ignore all subdirectories.
- Any undefined files will the grouped into `Downloaded` folder.
- Screen-recorded files will be stored into `Downloaded` folder due to no metadata available to identify the file.
## Depedencies
- [`exif`](https://aur.archlinux.org/packages/exif/) to identify pictures
- [`ffprobe`](https://www.archlinux.org/packages/extra/x86_64/ffmpeg/) to identify videos