peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Allow to keep the old name as part of new name when renaming policy is activated #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Activate renaming of imported pictures
2. import pictures

What is the expected output? What do you see instead?
get YYYYMMDDHHMMSS-OLDNAME.ext intead of YYMMDDHHMMSS.ext

What version of the product are you using? On what operating system?
r196 - linux

Please provide any additional information below.
Have this feature as an option.
There would be 3 possibilities :
- keep old name
- raname based on date
- extend name based on date

Original issue reported on code.google.com by tbenita on 7 Jul 2009 at 1:38

GoogleCodeExporter commented 8 years ago
may be it's good idea realize some ideas about naming files from exiflow project
http://exiflow.sourceforge.net/wiki/Main_Page

It's also writen on python

and ability to have file name like
YYYYMMDD-HHSSMM-[NIKNAME|INITIALS|CAM_MODEL]-ID.jpg
or something like this is really useful and desired.

I think it can be configured through patterns in config file
for example like in exfalso for renaming music files by tags
<DATE>-<TIME>-<WHATEWER_YOU_WANT>_00.jpg

Original comment by Oleg.Bla...@gmail.com on 9 Jul 2009 at 1:21

GoogleCodeExporter commented 8 years ago
perhaps it's a good idea to move this whole renaming functionality into a 
plugin that
may be used on demand (and with different configurations)

Original comment by zaar...@gmail.com on 9 Jul 2009 at 1:37

GoogleCodeExporter commented 8 years ago
yes, it's good idea

Original comment by Oleg.Bla...@gmail.com on 9 Jul 2009 at 2:35

GoogleCodeExporter commented 8 years ago
The Download plug-in already has this functionality the difference being that 
it is
not designed to rename in place but to either move or copy the photos as it 
gets them
imported.  

This functionality is in a separate code module from the download plug-in core 
code
(nameBuilder.py & nameBuilder.glade) so this could be split out and become the
library to do all of the file re-naming on import or as a plug-in.  

Original comment by r...@wallace.gen.nz on 10 Jul 2009 at 9:22

GoogleCodeExporter commented 8 years ago

Original comment by matej.c...@gmail.com on 12 Aug 2013 at 10:10