PLEX版本下载程序

plex_download的Python项目详细描述


Plex版本下载程序是一个工具,可以从plex.tv快速轻松地下载最新版本的Plex软件。

$ plex_download -s server ubuntu
ubuntu linux-ubuntu-x86_64 (1.2.6.2975-9394c87)
ubuntu linux-ubuntu-i686 (1.2.6.2975-9394c87)

$ plex_download server ubuntu linux-ubuntu-x86_64
plex_download: starting download...
plex_download: download complete

$ plex_download -h
usage: plex_download [-h][-v][-V][-s][-S][-u USERNAME][-p PASSWORD][-d DESTINATION][PLATFORM][DISTRO][BUILD]

Plex Version Downloader

positional arguments:
  PLATFORM              the platform of the version to download (possible
                        values: server, theater, player, player_embedded)
  DISTRO                the distro of the version to download
  BUILD                 the build of the version to download

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         enable verbose output (use twice for more)
  -V, --version         print version information and exit
  -s, --show-versions   show server versions without downloading
  -S, --show-versions-only
                        show server versions without downloading and without
                        extra metadata
  -u USERNAME, --username USERNAME
                        set plex account username
  -p PASSWORD, --password PASSWORD
                        set plex account password
  -d DESTINATION, --destination DESTINATION
                        set download location

showing a list of the latest normal server versions:
  plex_download -s server

showing a list of the latest plex pass server versions:
  plex_download -s -u "AzureDiamond" -p "hunter2" server

downloading non plex pass server version:
  plex_download server ubuntu linux-ubuntu-x86_64

downloading plex pass server version:
  plex_download -u "AzureDiamond" -p "hunter2" server english windows-i386

downloading the latest server to a specific directory:
  plex_download -d ~/downloads server macosx darwin-x86_64

downloading the latest server to a specific path:
  plex_download -d ~/downloads/plex.deb server synology linux-synology-i686

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Intellij和Eclipse无法找到库工件   java Mapbox Android Symbolayer重置筛选器   java如何在顶部显示特定的recyclerview项?   java如何在Hibernate中使用@Qualifier   我想计算特定文本webdriver java在多个页面上可用的HTML表中的数据   java捕获Spring MVC REST服务抛出的Jersey REST客户端的异常   java Hibernate flush()影响事务   密钥绑定Java密钥绑定   sonarqube java,sonar,圈复杂度   使用3DES在Java中加密,在SQL Oracle中解密   regex正则表达式在regex101上工作。com,但不是prod   JAVAsql。SQLException:ORA00600:内部错误代码,参数:[12811],[93233]   java H2数据库存储在哪里?   java如何避免在使用Jackson时从JSON字符串反序列化空JSON数组元素