mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[103] Update README
This commit is contained in:
parent
353516990a
commit
82cfa17ab1
3 changed files with 5 additions and 62 deletions
|
@ -36,68 +36,13 @@ If you find steps 1-3 above daunting, there are some walkthroughs available that
|
|||
|
||||
The [develop](https://github.com/meisnate12/Plex-Meta-Manager/tree/develop) branch has the most updated **documented** fixes and enhancements to Plex Meta Manager. This version is tested and documented to some degree, but it is still an active development branch, so there may be rough edges.
|
||||
|
||||
Switching to `develop`:
|
||||
|
||||
````{tab} if running in Docker
|
||||
<br/>
|
||||
Add ":develop" to the image name in your run command or configuration:
|
||||
|
||||
```
|
||||
meisnate12/plex-meta-manager:develop
|
||||
```
|
||||
<br/>
|
||||
````
|
||||
````{tab} if running on the host:
|
||||
|
||||
In the directory where you cloned PMM:
|
||||
|
||||
```bash
|
||||
git checkout develop
|
||||
```
|
||||
|
||||
To switch back:
|
||||
|
||||
```bash
|
||||
git checkout master
|
||||
```
|
||||
<br/>
|
||||
````
|
||||
|
||||
If switching to the develop build, it is recommended to also use the [develop](https://metamanager.wiki/en/develop/) branch of the wiki, which documents any changes made from the Master build.
|
||||
|
||||
### Nightly
|
||||
|
||||
There is also a [nightly](https://github.com/meisnate12/Plex-Meta-Manager/tree/nightly) build which will have the absolute latest version of the script, but it could easily break, there is no guarantee that it even works, and any new features will not be documented.
|
||||
|
||||
Switching to `nightly`:
|
||||
|
||||
````{tab} if running in Docker
|
||||
<br/>
|
||||
Add ":nightly" to the image name in your run command or configuration:
|
||||
|
||||
```
|
||||
meisnate12/plex-meta-manager:nightly
|
||||
```
|
||||
<br/>
|
||||
````
|
||||
````{tab} if running on the host:
|
||||
|
||||
In the directory where you cloned PMM:
|
||||
|
||||
```bash
|
||||
git checkout nightly
|
||||
```
|
||||
|
||||
To switch back:
|
||||
|
||||
```bash
|
||||
git checkout master
|
||||
```
|
||||
<br/>
|
||||
````
|
||||
|
||||
|
||||
As this build is subject to extreme change, there is no nightly branch of the wiki and all discussions relating to changes made in the nightly build will be held within the [Plex Meta Manager Discord Server](https://discord.gg/NfH6mGFuAB).
|
||||
As this build is subject to extreme change, there is no promise of the feature being documented in the [nightly](https://metamanager.wiki/en/nightly/) branch of the wiki and all discussions relating to changes made in the nightly build will be held within the [Plex Meta Manager Discord Server](https://discord.gg/NfH6mGFuAB).
|
||||
|
||||
## Example Usage
|
||||
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.15.1-develop102
|
||||
1.15.1-develop103
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
[![Discord](https://img.shields.io/discord/822460010649878528?label=Discord&style=plastic)](https://discord.gg/NfH6mGFuAB)
|
||||
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/meisnate12/plex-meta-manager?style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager)
|
||||
[![Read the Docs](https://img.shields.io/readthedocs/plex-meta-manager-wiki?style=plastic)](https://metamanager.wiki)
|
||||
[![Read the Docs](https://img.shields.io/readthedocs/plex-meta-manager?style=plastic)](https://metamanager.wiki)
|
||||
[![Sponsor or Donate](https://img.shields.io/badge/-Sponsor_or_Donate-blueviolet?style=plastic)](https://github.com/sponsors/meisnate12)
|
||||
|
||||
Plex Meta Manager is an open source Python 3 project that has been designed to ease the creation and maintenance of metadata, collections, and playlists within a Plex Media Server. The script is designed to be run continuously and be able to update information based on sources outside your plex environment. Plex Meta Manager supports Movie/TV/Music libraries and Playlists.
|
||||
|
@ -97,7 +97,7 @@ git checkout master
|
|||
````
|
||||
|
||||
|
||||
As this build is subject to extreme change, there is no nightly branch of the wiki and all discussions relating to changes made in the nightly build will be held within the [Plex Meta Manager Discord Server](https://discord.gg/NfH6mGFuAB).
|
||||
As this build is subject to extreme change, there is no promise of the feature being documented in the [nightly](https://metamanager.wiki/en/nightly/) branch of the wiki and all discussions relating to changes made in the nightly build will be held within the [Plex Meta Manager Discord Server](https://discord.gg/NfH6mGFuAB).
|
||||
|
||||
## Example Usage
|
||||
|
||||
|
@ -139,6 +139,4 @@ If you are unable to use the [Plex Meta Manager Discord Server](https://discord.
|
|||
|
||||
[IBRACORP](https://ibracorp.io/) made a video walkthough for installing Plex Meta Manager on unRAID. While you might not be using unRAID the video goes over many key aspects of Plex Meta Manager and can be a great place to start learning how to use the script.
|
||||
|
||||
<div style="margin: 40px 0 40px 0;" align="center">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/dF69MNoot3w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/dF69MNoot3w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
|
Loading…
Reference in a new issue