this post was submitted on 14 Jun 2023
11 points (100.0% liked)

Plex

3840 readers
1 users here now

A community for discussing Plex Media Server. Plex Media Server is a smart software that makes playing movies, tv shows, and other media on your computer simple.

Ask questions, get support, and be part of the community here on Lemmy!

Join the c/Plex community on Matrix!

Rules

Rule 1 - Don't be a dick

Don't be a dick. This includes any kind of trolling, baiting, etc. Bigotry may result in an instant permaban.


Rule 2 - No misleading or non-descriptive titles

No misleading or non-descriptive titles. Try to be brief but detailed.


Rule 3 - Keep post and comments relevant

Posts must be related to Plex and Plex-related products, apps. etc. Try to keep comments relevant to the parent comment and to the post.


Rule 4 - Keep discussions of "media aqcuistion" limited to means and methods only.

Discussions regarding media acquisition should be limited to the "how" not the "what", as this is not the place to discuss piracy of specific media. There are other communities for that, and we don't want to get this community defederated from instances where it's a forbidden topic. Posts/comments discussing specific acts of piracy ("How do I find X show?" or "Where can I download Y film?")will be removed. For further clarification see this post


Rule 5 - No asking / offering Plex shares.

No asking / offering Plex shares. There are other communities for that.


Rule 6 - No low-effort / spam / meme posts

No low-effort / meme posts. These are considered spam, and will be removed. Repeat offenses may result in a ban.


Rule 7 - No referral / self-promotion / affiliate links, personal voting / campaigning / funding, or selling posts

No referral / self-promotion / affiliate links, personal voting / campaigning / funding, or selling posts. These are considered spam, and will be removed. Repeat offenses may result in a ban.


Useful Resources


^This^ ^is^ ^a^ ^community^ ^page^ ^and^ ^is^ ^not^ ^affiliated^ ^with^ ^Plex,^ ^Inc.^ ^in^ ^any^ ^way.^

founded 1 year ago
MODERATORS
 

This was originally posted by u/studioleaks on r/PleX but wanted to copy it across in case the subreddit doesn't come back out of private. Without further ado...

so, this is what you do and bare with me..i struggled until i got this to work..so, this guide will be done using docker

1- before you touch docker, create a text 3 files in notepad titled (config.yml , movies.yml , tv.yml)

2- create a folder called plex meta manager whatever you like

3- place the 3 yml files in that folder

4- download latest docker for plex meta manager

5- to go to your docker and launch the container, go to advance settings, go to volume and select the plex meta manager folder you selected, then the box next to it type "/config/"

6- type in your PUID and PGID (i usually use 1000 for both but do you) and type your TZ

your done for docker, now for the fun stuff, open your config file with any text editor, there is many config files but i will give you what i use

7- paste this into your config.yml but replace all the xxxx with your own info https://pastebin.com/ituvJWdF for trakt just fill the first two boxes and the rest will be filled automatically ...also remember to use the correct path names for your library

Note: you might have seen in most guides the reference to - git: meisnate12/MovieCharts , ignore it because for some reason this git shit ruins my setup, just follow my steps if you are noob like me

8- paste this into your movie.yml https://pastebin.com/E62fVjcc which will generate movies collections for all the oscars winning movies, best movies via RT for the years selected, trending movies, popular movies

Note: the lines you see with "#" you need to remove the "#", the reason i have it is because i already ran the code once for these years and I don't to waste 30 mins to run every time, i assume there is a better way to do it but imma noob..run it once without the # then return the #

9- paste this into your tv.yml https://pastebin.com/jCY7eUwU , this will give you trending shows, popular shows, and best new shows of 2021

AND YOU ARE DONE !

go to docker container for plex meta manager, double click..go to terminal..go to create..."launch with command" and enter

python plex_meta_manager.py -r

now if you followed everything, the script will run...keep in mind it will run daily at 3 am, this is just to kickstart things...there is many many ways to customize this some more, but for now lets stick with this

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago

For anyone on the fence - PMM is a pain to set up initially, but it's really powerful and customizable after that. It becomes a set it and forget it type tool.

I will say that, in my experience, it's much more suited for users with plenty of storage that a more "on-demand" experience. If you're someone that downloads content as they need it, or you're often deleting old content to make room for new content, I'm not sure this is worth it for your use case.