Skip to content

Commit

Permalink
Update DLNA115 docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadblue committed Nov 4, 2024
1 parent 415019f commit 79f9750
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.venv
requirements.txt
14 changes: 10 additions & 4 deletions docs/2-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ dlna115 login [-p <platform>] [-s <secret>] [credential-file]

**`-p`/`-platform`**

模拟登录的平台,支持 `mac``windows``linux`(默认值)。
模拟登录的平台,支持如下平台:

- `web`(默认值)
- `android`
- `ios`
- `tv`
- `wechat`
- `alipay`
- `qandroid`

!!! Note

115 限制帐号在每个平台最多只能登录一次。

如果用户平常使用 115 的 Linux 桌面客户端,请通过 -p 参数指定一个自己不常用的平台,否则桌面客户端的登录将被顶掉。
115 限制帐号在每个平台最多只能登录一次,请选择一个自己不常用的平台。

---

Expand Down
2 changes: 1 addition & 1 deletion docs/3-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ media:

> 是否禁用 HLS,默认值 `false`
>
> 当使用不支持 HLS 的播放器时,可将此选项设置为 `true`
> 当使用非 web 平台的凭证时,此项强制为 `true`
> 禁用 HLS 后, MediaServer 将从网盘下载视频内容,并推送给客户端,对 CPU 和内存的占用会增大。
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 首页

一个极简的 DLNA MediaServer 实现,配合支持 DLNA 的播放器可浏览和播放 115 网盘上的视频。
一个极简的 DLNA MediaServer 实现,让局域网内任何支持 DLNA 的播放器可以浏览和播放 115 网盘上的视频。

![](images/screenshot_1-4.jpg)

Expand Down

0 comments on commit 79f9750

Please sign in to comment.