+
+
+
## 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`
+
+
## 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.
+
+
## 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

+
+
## 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.
+
+
## 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
+↑
+
+