this post was submitted on 19 Jun 2023
1 points (66.7% liked)

Plex

3968 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
 

I really want to get started.

I have a big library of files on a HDD. I will run it off my home computer, and it will be exclusively for my home network.

Question 1: Is it fine to run my desktop computer as a server and a client? I don't actually know how Plex works yet, so I may be describing it wrong. Currently I watch things on my Desktop Computer. I want to continue this but through Plex instead of just using VLC. If I do add more clients, only one will be viewing at a time. I do have a Raspberry Pi available, but was hoping to use it as a client at a later time instead of a server,

Question 2: Can I scan my media folder in Plex to get started, and then later rescan my Plex library after I rename files? I haven't reorganised all my files yet, a lot of them should be fine but I don't have time to do it all now. Some of them I may never bother renaming or reorganising. I don't mind Plex having to do all the posters and stuff again.

Question 3: What does Plex do for the re-encoding? I think I read that Plex encodes the video files. Does this create new files on the HHD? My drive is pretty full. I don't have enough space for duplicates in another codec. Does this process replace the files? Will I have to have my Plex drive only contain converted videos? Is there a process to encode from my storage drive to my Plex drive without disturbing my storgate drive? Space is at a premium and I don't want to risk Plex altering my media on my storage drive.

Thank you.

top 5 comments
sorted by: hot top controversial new old
[–] Gatsby@lemm.ee 1 points 1 year ago* (last edited 1 year ago)
  1. Yes it's fine.

  2. Yeah you can have it auto scan for changes or you can tell it in the UI(even from a remote client) to scan libraries for changes. I have a drive shared between my host with Plex and a VM with a VPN, so I can aquire media on the VPN and then share it bypassing the VPN without disabling it. Files in this shared drive are automatically added and usable in plex.

3.other people answered better but it can reincode on the fly. If you have multiple clients at once you'll want a decent GPU (mines running a gtx 980 with no problems)

[–] boothin@kbin.social -1 points 1 year ago (1 children)
  1. Yes its fine to watch on the same pc as the server
  2. I believe Plex by default will occasionally scan your library, and there is an option to have plex watch for changes in the media folders so it knows when something is added or removed and update your library, so you would be able to go in and rename your files without even needing to tell plex to rescan, as it would do it automatically
  3. There are 2 ways Plex can do this: the usual option is on the fly transcoding, meaning Plex will transcode the file in real time as you are watching it, this takes no storage space other than a bit of temporary space. The 2nd option is to pre-transcode other versions that plex calls optimized versions, these versions are saved to your storage. The optimized versions option is usually only used if your server doesn't have the power to transcode on the fly.
[–] Couldbealeotard@lemmy.world -1 points 1 year ago (2 children)

Excellent. Thank you very much.

So it sounds like for now, I can just transcode on the fly. My first phase will be just watching the files on the same computer that connected to the hard drive. It has a good graphics card and CPU. This is just really to test if I like using the program.

When I go to phase 2, it sound like I will then consider setting up a dedicated server with pre-transcoded files. Would I be correct in thinking a Raspberry Pi on my LAN with pre-transcoded files on a HDD directly plugged to the RPi?

[–] boothin@kbin.social 1 points 1 year ago

The good thing is that you don't need to have the storage directly attached to whatever is running plex, as long as the storage is available to the server.

As for the transcoding part, there's a few things to think about. Will you always be the only person streaming from it? Will it always be at home in your network? Do you need soft subtitles? If you are watching locally only with no subtitles, it mostly negates the need for transcoding as long as the media files you have are compatible with the devices you watch on. You can do what's called direct streaming where Plex does no transcoding at all because the client can decode the media as is. For a low power server like an RPi this would be the ideal way to use Plex. If you plan on using plex remotely or letting other people use your plex library remotely or use subtitles that need to be burn onto the video, then you will need transcoding. In that case, some of the newer RPis can usually barely transcode a single 1080p fast enough for watching video, but that varies by exactly which model you get. Do realize that if you do the pre-transcoding it will essentially max your RPi into that one task, so trying to have more than the Plex service on it likely would not work out well. It can also take a considerably long time to finish the transcoding, as an example a 20minute episode might take 40 minutes to transcode, so you won't have the target quality until later, so you have to plan ahead if you want to watch something.

[–] dodgypast@vlemmy.net 1 points 1 year ago

It really depends on how you want to deal with your media. I want the best copy of movies that I can get. So I need the server to transcode but that requires a beefy cpu for one stream or using a gpu ( intel iGPUs are great for this) for more. Unfortunately accelerated transcoding requires to pay for plex pass. If you really need hardware transcoding and don't want to pay you could go with Jellyfin, though it's harder to set up and doesn't have clients for as many devices.

One thing is that there are reasonably frequent discounts on lifetime plex pass which is what I did.

load more comments
view more: next ›