[3] update docs and dockerfile

pull/790/head
meisnate12 2 years ago
parent b24b5183b4
commit 059d33f0bc

@ -15,5 +15,4 @@ RUN echo "**** install python packages ****" \
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/*
COPY . /
VOLUME /config
ENTRYPOINT ["/tini", "-s", "--"]
CMD ["python3", "plex_meta_manager.py"]
ENTRYPOINT ["/tini", "-s", "python3", "plex_meta_manager.py", "--"]

@ -1 +1 @@
1.16.0-develop2
1.16.0-develop3

@ -165,4 +165,7 @@ p {
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #222222 !important;
}
.container {
width: auto !important;
}

@ -139,4 +139,8 @@ 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.
<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 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>
<br>
<br>

Loading…
Cancel
Save