Skip to content

Commit

Permalink
update borealis
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonflylee committed Jun 28, 2024
1 parent 588705a commit aa2256b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Switchfin is third-party PC player for Jellyfin that provides a native user inte
- Completely native interface
- Supported media items: movies, series, seasons, episodes
- Direct play and transcoding
- Remote browser for webdav server
- Base on MPV Player
- Container formats: mkv, mov, mp4, avi
- Video codecs: H.264, H.265, VP8, VP9, AV1
Expand All @@ -42,7 +43,27 @@ Switchfin is third-party PC player for Jellyfin that provides a native user inte

## FAQ

1. Q: Subtitles didn't display? A: Put any ttf file at `/switch/Switchfin/subfont.ttf`
1. Q: Subtitles didn't display?
A: Put any ttf file at `/switch/Switchfin/subfont.ttf`
2. Q: How to play media files on webdav server?
A: Edit config file `config.json`

```json
{
"remotes": [
{
"name": "xiaoya",
"passwd": "guest_Api789",
"url": "webdav://192.168.1.5:5678/dav",
"user": "guest"
},
{
"name": "local",
"url": "file:///switch"
}
]
}
```

## TODO list

Expand All @@ -63,7 +84,7 @@ git clone https://github.com/dragonflylee/switchfin.git --recurse-submodules --s
To build for Switch, a standard development environment must first be set up. In order to do so, [refer to the Getting Started guide](https://devkitpro.org/wiki/Getting_Started).

```bash
sudo dkp-pacman -S switch-dev switch-glfw switch-libwebp switch-curl
sudo dkp-pacman -S switch-dev switch-glfw switch-libwebp switch-curl switch-libmpv
cmake -B build_switch -DPLATFORM_SWITCH=ON -DBUILTIN_NSP=ON
make -C build_switch Switchfin.nro -j$(nproc)
# for debug
Expand Down
2 changes: 1 addition & 1 deletion library/borealis

0 comments on commit aa2256b

Please sign in to comment.