View Single Post
Posts: 6 | Thanked: 7 times | Joined on Feb 2010
#58
Firstly, thanks for a great app, it has been a godsend on numerous occasions.

Originally Posted by foobar View Post
recaller works great for me, thanks!
I have a small feature request: it would be great if the name of the person I'm talking to could be put into the file name as well. also, if the start date/time was first in the file name, calls were already sorted in the file manager. but maybe that could be a configuration option?
Don't know about the first part of this, but I also wanted the date/time first in the file name so the call log would be in date order, so decided it was time to start doing stuff for myself (isn't that kind of the point with this phone )

Edited line 268 to:
Code:
finalName = os.path.join(self.folder,"Rec_%s-%s_%s.%s" % (self.startTime,time.strftime("%H%M%S"),self.caller,self.fileformat.lower()))
 

The Following 2 Users Say Thank You to imax For This Useful Post: