Skip to main content

Demoneditor Install Online

If you want to run DemonEditor on a remote VPS without a GUI (e.g., to batch-process playlists automatically), you need a Docker container with X11 forwarding or virtual display (Xvfb).

Here is a basic Dockerfile for a headless install:

FROM ubuntu:22.04
RUN apt update && apt install -y qt5-default git xvfb
RUN git clone https://github.com/emtee40/DemonEditor.git /opt/DemonEditor
WORKDIR /opt/DemonEditor
RUN qmake && make
ENTRYPOINT ["xvfb-run", "./demoneditor", "--batch-mode"]

Build and run:

docker build -t demoneditor-headless .
docker run --rm -v /local/playlists:/data demoneditor-headless /data/myplaylist.m3u

Before installing, ensure you have the following:


If you have Flatpak installed, the demoneditor install is a single command: demoneditor install

flatpak install flathub com.github.DemonEditor

To run: flatpak run com.github.DemonEditor

You can automate DemonEditor to update your playlist daily:

# Edit crontab
crontab -e
# Add this line (update at 3 AM)
0 3 * * * /home/user/DemonEditor/demoneditor --update-playlist http://your.url/playlist.m3u --output /var/www/playlist_clean.m3u

Ivan opened his laptop—an old Linux machine running Ubuntu. He didn't trust GUI drag-and-drop apps. He needed precision.

First, he installed the dependencies. Like laying salt circles before a ritual: If you want to run DemonEditor on a

sudo apt update
sudo apt install python3-pip git

Then, he cloned the repository from the dark depths of GitHub:

git clone https://github.com/s3n0/demoneditor.git
cd demoneditor

The terminal output scrolled like an incantation:

Cloning into 'demoneditor'...
Receiving objects: 100%
Resolving deltas: 100% done.

No errors. A good omen.

If your playlist contains H.265 (HEVC) streams, you may need the mpv codec pack. Download the latest mpv-dev-x86_64 and extract the DLLs into the DemonEditor installation folder. Build and run: docker build -t demoneditor-headless

Verification: Launch DemonEditor. If it opens without DLL errors, your demoneditor install on Windows is complete.


Ivan knew the provider would change URLs again next month. So he wrote a simple cron job to automate the update:

crontab -e

He added:

0 4 * * * cd /home/ivan/demoneditor && python3 demoneditor.py --headless --update-playlist "MyProvider" --send-to-box

Now every morning at 4:00 AM, DemonEditor wakes up, refreshes the playlist, cleans the data, and beams it to the satellite receiver—all while Ivan sleeps.


Cause: OpenGL libraries are missing. Fix:

reach logo

At Reach and across our entities we and our partners use information collected through cookies and other identifiers from your device to improve experience on our site, analyse how it is used and to show personalised advertising. You can opt out of the sale or sharing of your data, at any time clicking the "Do Not Sell or Share my Data" button at the bottom of the webpage. Please note that your preferences are browser specific. Use of our website and any of our services represents your acceptance of the use of cookies and consent to the practices described in our Privacy Notice and Terms and Conditions.