Outbound Link Summary:
6 years ago
p3k dots

Display durations of your Skype calls (in minutes).

sqlite3 ~/.Skype/piefke3000/main.db 'select identity, sum(call_duration) / 60 from CallMembers where call_duration not null group by identity'