From f585bee776da9c803348635714c7a2907ee2baca Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 5 Aug 2011 15:27:37 +0100 Subject: [PATCH 1/2] Fixed out of date URL in INSTALL file --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 88f7a5807..ecd95d8b9 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ Installation instructions are here: http://wiki.sourcefabric.org/x/BQBF Here is the manual: - http://new.flossmanuals.net/airtime/index + http://en.flossmanuals.net/airtime/ To report bugs, visit our bug tracker at: http://dev.sourcefabric.org/browse/CC From 2ed7b2e56d5cd2cd4b39e3debc9704ee0d6af7cb Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Fri, 5 Aug 2011 16:33:34 +0200 Subject: [PATCH 2/2] removing useless line --- python_apps/show-recorder/recorder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python_apps/show-recorder/recorder.py b/python_apps/show-recorder/recorder.py index 8c171f6f9..3d87cae2c 100644 --- a/python_apps/show-recorder/recorder.py +++ b/python_apps/show-recorder/recorder.py @@ -131,7 +131,6 @@ class ShowRecorder(Thread): self.logger.info("time: %s" % time) name = time+"-"+self.show_name - name.encode('utf-8') artist = "Airtime Show Recorder".encode('utf-8') #set some metadata for our file daemon