|
|
@ -8,12 +8,12 @@ This sections aims to answer the most commonly asked questions that users have.
|
|
|
|
|
|
|
|
|
|
|
|
### "How do I update to the latest version of Plex Meta Manager?"
|
|
|
|
### "How do I update to the latest version of Plex Meta Manager?"
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
git pull
|
|
|
|
git pull
|
|
|
@ -21,13 +21,13 @@ source pmm-venv/bin/activate
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
````{tab} Windows
|
|
|
|
````{tab} Windows
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
git pull
|
|
|
|
git pull
|
|
|
@ -35,29 +35,27 @@ git pull
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
````{tab} Docker
|
|
|
|
````{tab} Docker
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
docker pull meisnate12/plex-meta-manager
|
|
|
|
docker pull meisnate12/plex-meta-manager
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
|
|
|
|
|
|
|
|
### "How do I switch to the develop branch?"
|
|
|
|
### "How do I switch to the develop branch?"
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
git checkout develop
|
|
|
|
git checkout develop
|
|
|
@ -66,13 +64,13 @@ source pmm-venv/bin/activate
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
````{tab} Windows
|
|
|
|
````{tab} Windows
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
git checkout develop
|
|
|
|
git checkout develop
|
|
|
@ -81,18 +79,16 @@ git pull
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
|
|
|
|
|
|
|
|
### "How do I switch to the nightly branch"
|
|
|
|
### "How do I switch to the nightly branch"
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
git checkout nightly
|
|
|
|
git checkout nightly
|
|
|
@ -101,13 +97,13 @@ source pmm-venv/bin/activate
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
````{tab} Windows
|
|
|
|
````{tab} Windows
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
git checkout nightly
|
|
|
|
git checkout nightly
|
|
|
@ -116,18 +112,16 @@ git pull
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
|
|
|
|
|
|
|
|
### "How do I switch back to the master branch?"
|
|
|
|
### "How do I switch back to the master branch?"
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
````{tab} OS X/Linux
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
cd /Users/mroche/Plex-Meta-Manager
|
|
|
|
git checkout master
|
|
|
|
git checkout master
|
|
|
@ -136,13 +130,13 @@ source pmm-venv/bin/activate
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
````{tab} Windows
|
|
|
|
````{tab} Windows
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[type this into your terminal]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
cd C:\Users\mroche\Plex-Meta-Manager
|
|
|
|
git checkout master
|
|
|
|
git checkout master
|
|
|
@ -151,8 +145,6 @@ git pull
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
python -m pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
|
|
|
|
|
|
|
|
## Knowledgebase
|
|
|
|
## Knowledgebase
|
|
|
|