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?
finalName = os.path.join(self.folder,"Rec_%s-%s_%s.%s" % (self.startTime,time.strftime("%H%M%S"),self.caller,self.fileformat.lower()))