Update link on home page; add Powershell discussion

master
Chaz Larson 2 years ago
parent 22e08c1a5e
commit 3108f9987f

@ -14,9 +14,9 @@ This wiki should tell you everything you need to know about the script to get it
1. Install Plex Meta Manager either by installing Python3 and following the [Local Installation Guide](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Installation)
or by installing Docker and following the [Docker Installation Guide](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker-Installation) or the [unRAID Installation Guide](https://github.com/meisnate12/Plex-Meta-Manager/wiki/unRAID-Walkthrough).
2. Once installed, you have to create a [Configuration File](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Configuration-File) filled with all your values to connect to the various services.
3. After that you can start updating Metadata and building automatic Collections by creating a [Metadata File](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Metadata-File) for each Library you want to interact with.
4. Explore the [Wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki) to see all the different Collection Builders that can be used to create collections.
2. Once installed, you have to create a [Configuration File](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Configuration-File) filled with all your values to connect to the various services.
3. After that you can start updating Metadata and building automatic Collections by creating a [Metadata File](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Metadata-and-Playlist-File) for each Library you want to interact with.
4. Explore the [Wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki) to see all the different Collection Builders that can be used to create collections.
## IBRACORP Video Walkthrough
@ -49,8 +49,8 @@ This wiki should tell you everything you need to know about the script to get it
- [Plex Attributes](Plex-Attributes)
- [TMDb Attributes](TMDb-Attributes)
- [Tautulli Attributes](Tautulli-Attributes)
- [OMDb Attributes](OMDb-Attributes)
- [Notifiarr Attributes](Notifiarr-Attributes)
- [OMDb Attributes](OMDb-Attributes)
- [Notifiarr Attributes](Notifiarr-Attributes)
- [AniDB Attributes](AniDB-Attributes)
- [Radarr Attributes](Radarr-Attributes)
- [Sonarr Attributes](Sonarr-Attributes)

@ -20,6 +20,10 @@ This walkthrough is going to be pretty pedantic. Im assuming youre readin
I am assuming you do not have any of these tools already installed. When writing this up I started with a brand new Windows 10 install.
### If you are using Windows, do everything here in Powershell. You don't need to run it as an Administrator. Git, notably, installs its own command line interface. Don't use that. Do everything here is Powershell.
### On OSX or Linux, you can use any terminal or shell.
### Installing Python.
NOTE:
@ -106,6 +110,8 @@ You need to use Python 3.9, not Python 3.10. There's one specific requirement t
![](https://i.ibb.co/vsL4fDG/Screen-Shot-2021-10-21-at-12-08-39-PM.png)
This install comes with its own command line interface. Do not use this interface in this walkthrough. Continue to do everything here in Powershell.
</details>
---

Loading…
Cancel
Save