From dae29640d28719d6b5c14e92461147044f1adcbb Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 2 Dec 2013 18:26:38 +0100 Subject: [PATCH] add location to title --- mosireen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mosireen.py b/mosireen.py index a27371e..e758246 100644 --- a/mosireen.py +++ b/mosireen.py @@ -35,7 +35,8 @@ def parse_path(client, path): title = "%s, %s (%s)" % (info['subject1'], info['subject2'], date) else: title = "%s (%s)" % (info['subject1'], date) - title = "%s %s" % (title, info['shooter']) + title = "%s %s at %s, %s" % (title, + info['shooter'],info['location2'],info['location1']) r = { 'cinematographer': [info['shooter']],