From 40f1b0d622ca97bcb37855d0e3b11e7e9b40dfe9 Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Wed, 9 Aug 2023 13:24:47 -0700 Subject: [PATCH] clean up --- podfetch/README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/podfetch/README.md b/podfetch/README.md index fa89378..11b8e0e 100644 --- a/podfetch/README.md +++ b/podfetch/README.md @@ -1,13 +1,15 @@ -

PodFetch Folder Monitor

+
+
-

- This will monitor a folder and when a new file is created. It will change the .mp3 name to the name of the parent folder. -
- This script uses Python and a library in Python called watchdog -
-
-

+# PodFetch Folder Monitor + +### This will monitor a folder and when a new file is created. It will change the .mp3 name to the name of the parent folder. + +### This script uses Python and a library in Python called **watchdog** + +
+
Table of Contents @@ -45,11 +47,11 @@ Create a new folder called **scripts** in your home folder. This is where all yo When done it should look like this: `/home/[username]/scripts` -[🔼 Back to top](#top) +[🔼 Back to top](#podfetch-folder-monitor) ## 03. Script -
+
podcast_folder_monitor.py ```python @@ -109,7 +111,7 @@ Save this script as `podcast_folder_monitor.py` in the scripts folder. Next we n * Check the `Execute` box to allow executing the file as a program. * Close out the window. -[🔼 Back to top](#top) +[🔼 Back to top](#podfetch-folder-monitor) ## 04. Run @@ -129,7 +131,7 @@ You should now see the blinking curser in the terminal indicating that the scrip ![testing](img/running_podcast.png) -[🔼 Back to top](#top) +[🔼 Back to top](#podfetch-folder-monitor) ## 05. Testing @@ -139,7 +141,7 @@ To test the script copy and paste one of your podcast folder that includes the p If everything worked out okay we can move to the next step. -[🔼 Back to top](#top) +[🔼 Back to top](#podfetch-folder-monitor) ## 06. Automation @@ -189,4 +191,4 @@ sudo systemctl status podfetch ### Congratulation your service is auto-running and listing for new podcast folders -[🔼 Back to top](#top) \ No newline at end of file +[🔼 Back to top](#podfetch-folder-monitor) \ No newline at end of file