From bf1f3d740a8bf490e02e7c0ac5a6b98b01709cc0 Mon Sep 17 00:00:00 2001 From: Henrik Tunedal Date: Sun, 6 Feb 2011 05:13:44 +0100 Subject: [PATCH 1/4] Explicitly specify output encoding in marketcheck. FileWriter uses "the default character encoding", which seems like asking to live in interesting times. The program assumes UTF-8 when it reads the file, so it should obviously do the same when it writes it back. From 6b08ed79c43d6261591cc24db7316686dfb932a9 Mon Sep 17 00:00:00 2001 From: Henrik Tunedal Date: Thu, 17 Feb 2011 20:40:15 +0100 Subject: [PATCH 2/4] Fix typo --- metadata/net.fercanet.LNM.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/net.fercanet.LNM.txt b/metadata/net.fercanet.LNM.txt index a1d9a56656..fc66eb1e3e 100644 --- a/metadata/net.fercanet.LNM.txt +++ b/metadata/net.fercanet.LNM.txt @@ -4,7 +4,7 @@ Web Site:http://learnmusicnotes.sourceforge.net/ Source Code:http://learnmusicnotes.sourceforge.net/ Issue Tracker:http://sourceforge.net/tracker/?group_id=371992 Donate: -Summary:Musi sight reading training game +Summary:Music sight reading training game Description: A simple game to assist with music sight reading training. . From c1ba957326fb09a54c85912d0c0c093a004a3c93 Mon Sep 17 00:00:00 2001 From: Henrik Tunedal Date: Thu, 17 Feb 2011 21:16:26 +0100 Subject: [PATCH 3/4] Make metadata.py a proper module (renamed to common.py) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eeabf9ea75..e35a4b72bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ repo/ built/ build_*/ *~ +*.pyc From 2c8d5665d560b149f640cd422d5daa11ee5e920a Mon Sep 17 00:00:00 2001 From: Henrik Tunedal Date: Thu, 17 Feb 2011 22:19:36 +0100 Subject: [PATCH 4/4] Change search path for getsig The path to getsig is now relative to that of the script itself; the path to the APK files remains relative to the current working directory.