On Sun, Dec 5, 2010 at 10:49 PM, Christian Kölpin <[email protected]> wrote:
> *addon - plugin.audio.podcaster
> *version - 0.0.8
> *url - git://github.com/raptor2101/PodCatcher.git
> *revision - 5e0a564
> *branch - master
> *xbmc version - dharma

now, this was nearly missed.. and to top it off you wrote
plugin.audio.podcaster - not podcatcher - not your best of days i
guess :) luckily my eagle eyes caught it before i pushed. with the
same two minor changes as the other one, see attached. thanks for
another contribution!

arnem
From 2b2c2d8a7175ce1ebf0ee43f14568f8d9395a1ba Mon Sep 17 00:00:00 2001
From: spiff <[email protected]>
Date: Tue, 7 Dec 2010 20:18:22 +0100
Subject: [PATCH 1/2] not going to execute these on the terminal

---
 icon.png                               |  Bin 121717 -> 121717 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 README-DE
 mode change 100755 => 100644 README-EN
 mode change 100755 => 100644 addon.xml
 mode change 100755 => 100644 changelog.txt
 mode change 100755 => 100644 default.py
 mode change 100755 => 100644 feedreader/__init__.py
 mode change 100755 => 100644 feedreader/archivefile.py
 mode change 100755 => 100644 feedreader/feedfactory.py
 mode change 100755 => 100644 feedreader/opml.py
 mode change 100755 => 100644 feedreader/rss.py
 mode change 100755 => 100644 icon.png
 mode change 100755 => 100644 resources/language/English/strings.xml
 mode change 100755 => 100644 resources/language/German/strings.xml
 mode change 100755 => 100644 simplexbmc.py

diff --git a/README-DE b/README-DE
old mode 100755
new mode 100644
diff --git a/README-EN b/README-EN
old mode 100755
new mode 100644
diff --git a/addon.xml b/addon.xml
old mode 100755
new mode 100644
diff --git a/changelog.txt b/changelog.txt
old mode 100755
new mode 100644
diff --git a/default.py b/default.py
old mode 100755
new mode 100644
diff --git a/feedreader/__init__.py b/feedreader/__init__.py
old mode 100755
new mode 100644
diff --git a/feedreader/archivefile.py b/feedreader/archivefile.py
old mode 100755
new mode 100644
diff --git a/feedreader/feedfactory.py b/feedreader/feedfactory.py
old mode 100755
new mode 100644
diff --git a/feedreader/opml.py b/feedreader/opml.py
old mode 100755
new mode 100644
diff --git a/feedreader/rss.py b/feedreader/rss.py
old mode 100755
new mode 100644
diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml
old mode 100755
new mode 100644
diff --git a/resources/language/German/strings.xml b/resources/language/German/strings.xml
old mode 100755
new mode 100644
diff --git a/simplexbmc.py b/simplexbmc.py
old mode 100755
new mode 100644
-- 
1.7.0.4

From 1c0cf0b507bf8ae19e80f8c6331e5fbbfcd56d09 Mon Sep 17 00:00:00 2001
From: spiff <[email protected]>
Date: Tue, 7 Dec 2010 20:18:50 +0100
Subject: [PATCH 2/2] add lang identifier for english entries and sort alpha

---
 addon.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/addon.xml b/addon.xml
index 71cba10..39e1ada 100644
--- a/addon.xml
+++ b/addon.xml
@@ -13,17 +13,17 @@
    <provides>audio</provides>
   </extension>
   <extension point="xbmc.addon.metadata">
-    <summary>A plugin to play Podcasts</summary>
     <summary lang="de">Ein Plugin um Podcast etwas komfortabler abzuspielen</summary>
-    <description>
-      A Plugin to listen and organize podcast.
-      IMPORTANT: This plugins needs a user-generated opml.xml to be runable. Please read the README-File first.    
-    </description>
+    <summary lang="en">A plugin to play Podcasts</summary>
     <description lang="de">
       PodCatcher ist ein Plugin zum komfortablen abspielen von Podcasts. Die Oberfläche ist einfach gehalten um möglichst wenig zu stören und eine schnelle navigation möglich zu machen.
       
       WICHTIG: das Plugin ist nicht ohne eine vom User erstellte opml.xml lauffähig. Bitte die README-Datei lesen.
     </description>
+    <description lang="en">
+      A Plugin to listen and organize podcast.
+      IMPORTANT: This plugins needs a user-generated opml.xml to be runable. Please read the README-File first.    
+    </description>
     <platform>all</platform>
   </extension>
 </addon>
-- 
1.7.0.4

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to