README update, adds BigBlueTerm Nerd Font
This commit is contained in:
parent
0eb9ddc1be
commit
18ce09238f
3 changed files with 22 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,2 +1,8 @@
|
|||
passport-c-media-player
|
||||
media/
|
||||
# Build artifacts
|
||||
AppDir/
|
||||
*.AppImage
|
||||
linuxdeploy*.AppImage
|
||||
linuxdeploy-plugin*.sh
|
||||
src/*.o
|
||||
|
|
|
|||
BIN
BigBlueTermPlusNerdFontMono-Regular.ttf
Normal file
BIN
BigBlueTermPlusNerdFontMono-Regular.ttf
Normal file
Binary file not shown.
16
README.md
16
README.md
|
|
@ -40,6 +40,22 @@ make
|
|||
./passport-c-media-player
|
||||
```
|
||||
|
||||
## AppImage Build
|
||||
|
||||
To create a portable AppImage that can run on any Linux distribution:
|
||||
|
||||
```bash
|
||||
make appimage
|
||||
```
|
||||
|
||||
This creates `Passport-C-Media-Player-0.1-x86_64.AppImage`, a self-contained executable that includes all dependencies. Users can run it directly:
|
||||
|
||||
```bash
|
||||
./Passport-C-Media-Player-0.1-x86_64.AppImage
|
||||
```
|
||||
|
||||
For a fully portable setup, create a `media/` directory in the same folder as the AppImage and add your channel videos there. The AppImage will automatically detect and load channels from this directory.
|
||||
|
||||
## Media
|
||||
|
||||
The player scans `./media` for channel directories. Each subdirectory is treated as one channel, and the supported video files inside it are played in alphabetical order as that channel's schedule.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue