• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • I don’t remember much about plex photos, but facial (and object) recognition, photo map, easy sharing through albums (without the other person needing an account), and being open source are some features I imagine plex photos does not have.

    it seems barebones still, because it is a very young app, and the UI is not great, especially on mobile.

    It is the best replacement for Google photos that I have seen though.


  • +1 to immich

    However, because of the fast dev cycle, it has a lot of breaking changes, and needs regular maintenance (most notably for me, postgres docker changes. Especially if you are not giving it it’s own postgres instance and using their provided docker compose.)

    You could stay pegged to a single version, but the mobile app also doesn’t have full backwards compatibility with server versions, which results in a slew of other problems (how do I do a fresh install of an older app version on a new device?)

    But if you are willing to keep up and perform semi-regular maintenance, immich is great, and the rapid dev cycle means more new features faster!















  • Yoruio@lemmy.catoPlex@lemmy.mlPlex is intimidating
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    You can definitely run pihole and Plex on the same machine!

    I would go for a used PC over a refurb server. servers eat up a lot of electricity and will increase your electric bills quite a bit.

    go for something with an Intel CPU, maybe a 10th gen i3, or even older if you want cheaper. Intel’s quicksync will let you do hardware transcoding without a GPU. you really don’t need a very powerful cpu otherwise, both Plex and pihole aren’t very heavy on the cpu.


  • Yoruio@lemmy.catoPlex@lemmy.mlPlex is intimidating
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Plex is a media server. You can think of it like an instance of Netflix that you host yourself, with all your own media.

    What can it do?

    It lets you keep your media on one computer, and access it from anywhere on any device.

    Plex Media Server (PMS), or sometimes just referred to as Plex, Is the server itself. It tracks all your media, metadata, etc, and handles servery stuff like transcoding, and actually serving the media.

    Just like any other streaming service, to connect to the server and actually play the media, you need a client. There are many different Plex clients including but not limited to:

    • The webclient on the plex.tv website
    • Windows / MacOS
    • Android / iOS Plex apps
    • Plex for HTPC
    • Android TV apps
    • Plexamp (solely for music) So the difference between PMS and Plex is that one is the server, and one is the client you need to access the server.

    Can I access it on Chromecast?

    Yes! you can cast from your phone to a Chromecast in the Plex app. If you’ve got an android TV, you can also install the native Plex app, and browse Plex like any other streaming service.

    why do I even need it?

    Probably because you (will) have a lot of media sitting around, and need a way to access the media without being physically in front of the computer it is stored on. Maybe you want to share your media collection with other people.

    What else do I need to make it useful?

    Plex works pretty well on its own! You just need to provide your own media, and point Plex at where your media is. This can be through ripping Blurays, or … less than legal means. If you plan on going the legally murky route, there are many other applications like Sonarr and Radarr that will automatically find and download media, but that’s too advanced for now.

    LMK if you have any other questions, I’d be glad to give more answers.