Post Description
# SpotLite Linux Release (NL)
Voor meer info zie: https://spotnet.forum
Deze release bevat twee Linux installers:
- AppImage (enkel bestand)
- Mega .deb (bundelt SABnzbd + VLC .deb packages)
Vereisten
---------
- Gebouwd op Ubuntu 24.04 (glibc 2.38). Oudere distro's kunnen falen.
- AppImage kan FUSE nodig hebben (installeer `libfuse2` indien nodig).
Installeren (AppImage)
----------------------
1) Download `SpotLite-x86_64.AppImage`
2) Maak uitvoerbaar en start:
```sh
chmod +x SpotLite-x86_64.AppImage
./SpotLite-x86_64.AppImage
```
Opmerking:
- AppImage installeert GEEN SABnzbd/VLC. Installeer die apart:
```sh
sudo apt update
sudo apt install -y sabnzbdplus vlc
```
Installeren (Mega .deb)
-----------------------
1) Download `spotlite-amd64.deb`
2) Installeer:
```sh
sudo dpkg -i ./spotlite-amd64.deb
sudo apt -f install
```
Als SAB/VLC nog ontbreekt na installatie:
```sh
sudo dpkg -i /usr/lib/spotlite/vendor/debs/*.deb
sudo apt -f install
```
Standaard data locatie
----------------------
`~/.local/share/SpotLite3`
SABnzbd integratie
------------------
- SpotLite verwacht SABnzbd op `127.0.0.1:8095`
- Als SAB elders draait, pas de SAB config of SpotLite instellingen aan.
Verwijderen
-----------
```sh
sudo apt remove spotlite
```
Comments # 0