navilg / media-stack

A stack of self-hosted tools to manage and stream media. Sonarr + Radarr + qBitTorrent + Prowlarr + Jellyfin + Jellyseerr + VPN
MIT License
516 stars 83 forks source link

change Jellyfin to plex? #25

Closed Hser2bio closed 1 month ago

Hser2bio commented 9 months ago

thanks for your job @navilg

Is possible change Jellyfin to plex?

RageshAntonyHM commented 2 months ago

@Hser2bio How do you did this?

Hser2bio commented 1 month ago

change the docker from Jellyflin to plex @RageshAntonyHM

navilg commented 1 month ago

Why ?

navilg commented 1 month ago

I dont see any good reason to replace jellyfin with plex. But if anyone need plex instead of jellyfin, it can be replaced following their documents.

I try to keep stack focused on completely free and opensource tools.

@Hser2bio we can add a section in README for people who want to replace jellyfin with plex. If you already have the steps, You may please create a PR. I can review and merge it.

Thanks

RageshAntonyHM commented 1 month ago

@navilg

Please add more in this stack:

Here's a brief overview of the uses for the software:

Hser2bio commented 1 month ago

I dont see any good reason to replace jellyfin with plex. But if anyone need plex instead of jellyfin, it can be replaced following their documents.

I try to keep stack focused on completely free and opensource tools.

@Hser2bio we can add a section in README for people who want to replace jellyfin with plex. If you already have the steps, You may please create a PR. I can review and merge it.

Thanks

Morning mate,

sorry for the delay, following your docker compose, you could add plex only adding this. For whose who start with this, you could run both systems, like emby or plex, or plex and Jellyfin. etc...

plex:
    image: lscr.io/linuxserver/plex:1.32.5
    container_name: plex
    network_mode: host
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - VERSION=docker
      - PLEX_CLAIM= #optional
    volumes:
      - torrent-downloads:/downloads
    restart: unless-stopped

Also is needed add the following to the end of the docker file, in volumes section

volumes:
  torrent-downloads: