Neuer Rechtsklick Content für Dolphin

This commit is contained in:
Eduard Wisch 2025-06-04 21:22:35 +02:00
parent 35465ca78c
commit 3afa794a4e
2 changed files with 0 additions and 19 deletions

View file

@ -1,9 +0,0 @@
#!/bin/bash
SERVER="ws://192.168.155.110:8000/"
for FILE in "$@"; do
JSON=$(printf '{"data_path": "%s"}' "$FILE")
echo "$JSON" | websocat "$SERVER"
done

View file

@ -1,10 +0,0 @@
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=video/*
Actions=sendToWebSocket
[Desktop Action sendToWebSocket]
Name=Video to New Server
Exec=/home/data/.local/share/kio/servicemenus/send.path.sh %F
Icon=video-x-generic