Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.85 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.85 KB

Plex Media Player - Linux AppImage

Build Status

Introduction

This repository automates building Linux AppImage packages for Plex Media Player application.

Packages for x64 architecture (64-bit AMD or Intel processors) are built daily and can be downloaded from https://knapsu.eu/plex/.

Plex Media Player

Plex is a client-server software that makes it easy to watch different kinds of digital media on all kinds of devices, including living room TV, computer, tablet and even phone. Plex Media Player is the computer desktop client that connects to Plex Media Server system where your movies and photos are stored.

For more information about Plex please visit https://www.plex.tv/ site.

AppImage

AppImages is an universal Linux package format that can be used in any modern Linux distribution.

For more information about AppImage package please visit https://appimage.org/ site.

Source code

Packages are build from official Plex Media Player source code without any modifications. Plex source code repository is available on GitHub.

https://github.com/plexinc/plex-media-player

Docker

Docker was used to prepare a fully functional build environment image that contains everything what is needed to compile Plex Media Player. This image is used by continuous integration system (Travis CI) to start the package build process.

Docker images:

Travis

Travis CI is responsible for doing the actual build. It initializes the build environment, compiles the application, assembles the packages and publishes them. Travis build history is fully transparent and publicly available.

https://travis-ci.org/knapsu/plex-media-player-appimage