From a08cc4150e4c7f6d5f659e31fc9244ac913e321e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 29 Apr 2019 12:31:19 +0300
Subject: [PATCH] Added all of my podcasts.

---
 poca.xml | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/poca.xml b/poca.xml
index ac6d8cc..3e41a7d 100644
--- a/poca.xml
+++ b/poca.xml
@@ -10,7 +10,7 @@
     * email logging setup not included by default, see wiki for details.
     -->
   <settings>
-    <base_dir>/srv/library/nimrod/Podcasts</base_dir>
+    <base_dir>./Podcasts</base_dir>
     <id3encoding>utf8</id3encoding>
     <id3removev1>yes</id3removev1>
     <useragent/>
@@ -45,5 +45,41 @@
       <url>http://feeds.twit.tv/floss.xml</url>
       <title>Floss Weekly</title>
     </subscription>
+    <subscription>
+      <title>Bad Voltage</title>
+      <url>https://www.badvoltage.org/feed/mp3/</url>
+    </subscription>
+    <subscription>
+      <title>BSD Now</title>
+      <url>https://www.bsdnow.tv/rss</url>
+    </subscription>
+    <subscription>
+      <title>bsdtalk</title>
+      <url>http://feeds.feedburner.com/Bsdtalk</url>
+    </subscription>
+    <subscription>
+      <title>Hanselminutes</title>
+      <url>https://hanselminutes.com/subscribe</url>
+    </subscription>
+    <subscription>
+      <title>No Agenda</title>
+      <url>http://feed.nashownotes.com/rss.xml</url>
+    </subscription>
+    <subscription>
+      <title>Security Now</title>
+      <url>http://feeds.twit.tv/sn.xml</url>
+    </subscription>
+    <subscription>
+      <title>The Stack Overflow Podcast</title>
+      <url>http://feeds.soundcloud.com/users/soundcloud:users:4273388/sounds.rss</url>
+    </subscription>
+    <subscription>
+      <title>This Developer's Life</title>
+      <url>http://feeds.feedburner.com/thisdeveloperslife</url>
+    </subscription>
+    <subscription>
+      <title>Reversim</title>
+      <url>http://feeds.feedburner.com/reversim</url>
+    </subscription>
   </subscriptions>
 </poca>
-- 
GitLab