DSC Auto Rename
Automatically rename camera pictures and videos. (DSC & MOV)
Ciubex · ro.ciubex.dscautorename
UpdatedSep 23, 2021
PublishedOct 29, 2014
Packagero.ciubex.dscautorename
MD5e9037c06cb88c63ebc61ba3df37fbcd2
SHA1 (signer)EF:28:96:55:E6:D1:9F:47:12:52:A6:34:30:B0:C5:02:1A:07:BD:98
Signed byCN=Claudiu Ciobotariu, OU=none, O=none, L=Iasi, ST=Iasi, C=RO
Malware scanTRUSTED
Contact[email protected]
Privacy policyView
What's new
Version 6.0.10
1. Minor label changes.
Many thanks for translations! (please use Weblate for translations)
Please read application help and description from Google Play page carefully.
Please report or mail me as soon as you notice some issues, do not forget to include a description, thank you!
DO NOT send empty email, I will ignore them!
Oldest version history: http://bit.ly/1OGIWcY
1. Minor label changes.
Many thanks for translations! (please use Weblate for translations)
Please read application help and description from Google Play page carefully.
Please report or mail me as soon as you notice some issues, do not forget to include a description, thank you!
DO NOT send empty email, I will ignore them!
Oldest version history: http://bit.ly/1OGIWcY
Description
The application do not store the old names because will cause conflicts: the default camera application use a counter which is reset each time when files are removed/renamed. As a workaround can be selected the option "Append original name".
I developed this application for an oldest phone, for KitKat and Lollipop I use Android Emulator so I can not test the application on real devices due to costs.
Application can rename files stored on internal memory only! The application do not have access on SD card files by default.
Read paragraph: "What changed after KitKat?" from http://goo.gl/0xr7qI
Please uninstall and reinstall the application!
As on KitKat case, the application can rename files from internal memory. For external memory should be enabled the "Rename within a folder" and should be selected which folder are used by your camera app to save files. For consistency please select also folders from internal memory.
Set the rename service trigger to "Media content observer" to have files automatically renamed if the service is not triggered when the camera events it is selected.
I made this application to rename pictures and clips from my phone Sony Xperia V automatically based on date and time of file, from DSC_0001.JPG or MOV_0001.mp4 to 20150414_213616.JPG or 20150414_090523.mp4.
- when the file was added to the media provider;
- when the file was last modified;
- ONLY for the pictures can be used EXIF info, clips do not have support for it.
The user can limit the rename process within some desired folders, including the subfolders, using the option: "Rename within a folder".
The file rename format use Java date and time formats:
- yyyy for years;
- MM for month;
- dd for day;
- HH for hour;
- mm for minutes;
- ss for seconds;
- SSS for milliseconds.
See more format information:
Unfortunately due to EXIF specifications and Android file name date time the milliseconds are not used internally.
Define file name patterns individually for pictures or clips. Wildcards * or ? can be used too, the pattern matching is not case sensitive so can be used lower or upper case or combined, the result will be the same.
Do not use too generics pattern like *.JPG to avoid infinite renaming looping.
The rename service,
, automatically is triggered when the image or movie file is saved on the device media storage using two ways:
events send by the camera, but the camera application must send
or
, otherwise, the rename service is not triggered.
events send by the Media content changes, this imply a service which observ all changes on the media content.
The application sources are available at: https://github.com/ciubex/dscautorename
The oldest APK versions are available on the page https://github.com/ciubex/dscautorename/commits/master/apk
I made this application for my own proposes and I want to share with other users.
For translations please use: https://hosted.weblate.org/projects/dsc-auto-rename/strings/
Original English file: https://goo.gl/6D13FR
Thank you for your support and feedback!
Required features
- Camera android.hardware.camera
- Touchscreen android.hardware.touchscreen
Permissions (7)
DSC Auto Rename requests the following Android permissions:
- Camera android.permission.CAMERA
- Read External Storage android.permission.READ_EXTERNAL_STORAGE
- Read Logs android.permission.READ_LOGS
- Receive Boot Completed android.permission.RECEIVE_BOOT_COMPLETED
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE
- Com Android Launcher Permission Install Shortcut com.android.launcher.permission.INSTALL_SHORTCUT
- Com Android Launcher Permission Uninstall Shortcut com.android.launcher.permission.UNINSTALL_SHORTCUT