README update, adds BigBlueTerm Nerd Font

This commit is contained in:
markmental 2026-03-28 15:25:58 -04:00
commit 18ce09238f
3 changed files with 22 additions and 0 deletions

6
.gitignore vendored
View file

@ -1,2 +1,8 @@
passport-c-media-player
media/
# Build artifacts
AppDir/
*.AppImage
linuxdeploy*.AppImage
linuxdeploy-plugin*.sh
src/*.o

Binary file not shown.

View file

@ -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.