From 8dacd7930e5972a4f9c412c6351e6acdd53a5dde Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Tue, 8 Aug 2023 20:32:56 -0700 Subject: [PATCH] PodFetch | README > More changes --- podfetch/README.md | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/podfetch/README.md b/podfetch/README.md index c5a85a6..f5ce507 100644 --- a/podfetch/README.md +++ b/podfetch/README.md @@ -1,6 +1,17 @@ - + - +

PodFetch Folder Monitor

@@ -15,12 +26,29 @@ ## Table of Contents [01. PIP](#01-pip) + [02. Folder Structure](#02-folder-structure) + [03. Script](#03-script) + [04. Run](#04-run) + [05. Testing](#05-testing) + [06. Automation](#06-automation) +
+ Table of Contents +
    +
  1. PIP
  2. +
  3. Getting Started
  4. +
  5. Script
  6. +
  7. Run
  8. +
  9. Testing
  10. +
  11. Automation
  12. +
+
+ ## 01. PIP You will need pip installed on your linux mint system. **PIP** is the package manager for Python. @@ -45,6 +73,8 @@ 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)

+ ## 03. Script ```python @@ -102,6 +132,8 @@ 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)

+ ## 04. Run Now we need to test and run the script. @@ -120,6 +152,8 @@ You should now see the blinking curser in the terminal indicating that the scrip ![testing](img/running_podcast.png) +

(back to top)

+ ## 05. Testing To test the script copy and paste one of your podcast folder that includes the podcast.mp3 file back into the folder. The script should notice the change and rename the **.mp3** to the name of the parent folder. @@ -128,6 +162,8 @@ 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)

+ ## 06. Automation We can make the script auto run in the background. Just like Sonarr, Radarr, etc... @@ -176,4 +212,6 @@ sudo systemctl status podfetch ### Congratulation your service is auto-running and listing for new podcast folders. - \ No newline at end of file + + +

(back to top )

\ No newline at end of file