- namidaco/namida@b1857c8 feat(desktop): gapless option for windows and linux (beta)
- namidaco/namida@87a37bd feat(desktop): minimize to tray based on kill mode setting
- namidaco/namida@6fe8d09 core: webdav improvements
- resolve custom server path
- fix illegal percent in path
- fix long paths
- image files are now preferred from server
- show loading indicator for network files
- namidaco/namida@4d0eeb4 fix: ui fix
- namidaco/namida@e8032de core: fallback to system ffmpeg instead of preferring it
- namidaco/namida@5759f31 build(linux): make wpe optional
- namidaco/namida@d9e06e0 fix(linux): fix package issues
- namidaco/namida@01b2a55 fix(windows): ffmpeg errors
Linux Installation
Important
Install dependencies: mpv (for playback) & libappindicator (for tray icon)
(you may skip this if you used a package manager)
sudo pacman -S mpv libappindicator # Arch/Manjaro
sudo apt install mpv libayatana-appindicator3-1 # Debian/Ubuntu/Mint
sudo dnf install mpv libappindicator # Fedora/RHELImportant
(Optional) Install wpe (for login support) or download the *_login variant
# Arch/Manjaro
sudo pacman -S wpewebkit
# Debian/Ubuntu/Mint
sudo apt install libwpewebkit-2.0-1
# Fedora/RHEL
sudo dnf install dnf-plugins-core
sudo dnf copr enable philn/wpewebkit
sudo dnf install wpewebkit# Quick Install
curl -fsSL https://raw.githubusercontent.com/namidaco/namida/main/scripts/install_linux_tar.sh | sudo bash
# Package managers
yay namida-bin # AUR (Arch Linux)
paru namida-bin # AUR (Arch Linux)
sudo apt install ./namida.deb # Debian/Ubuntu (download .deb from beta releases)
sudo dnf install ./namida.rpm # Fedora/RHEL (download .rpm from beta releases)
# Nix (Home Manager) Installation
# Available at: https://codeberg.org/iWisp360/namida-nix