diff --git a/README.md b/README.md index 9506b78..53e1449 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,18 @@ www.euronvault.com -## Table of contents +
+
+
+
> * [podfetch](https://gitea.euronvault.com/euronvault/eScripts/src/branch/main/podfetch) > * Monitor a folder and when a new file is created. It will change the .mp3 name to the name of the parent folder. > * [qbittorrentvpn](https://gitea.euronvault.com/euronvault/eScripts/src/branch/main/qbittorrentvpn) > * Set the category of the added file to a special category based on if the file is 1080p or 2160p AND if the file is a Show. + +
+
+
+
+
\ No newline at end of file diff --git a/podfetch/README.md b/podfetch/README.md index fa89378..343d7c7 100644 --- a/podfetch/README.md +++ b/podfetch/README.md @@ -1,15 +1,20 @@ + +

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 -
-
-

+### 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. -
+## 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. @@ -45,13 +50,10 @@ 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)

    ## 03. Script -
    - podcast_folder_monitor.py - ```python #!/usr/bin/python3 @@ -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)

    ## 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)

    ## 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)

    ## 06. Automation @@ -189,4 +191,6 @@ 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 )

    \ No newline at end of file