Initial commit: StreamFlow IPTV platform

This commit is contained in:
aiulian25 2025-12-17 00:42:43 +00:00
commit 73a8ae9ffd
1240 changed files with 278451 additions and 0 deletions

15
desktop-app/clear-config.sh Executable file
View file

@ -0,0 +1,15 @@
#!/bin/bash
# Clear StreamFlow configuration for testing fresh install
echo "Clearing StreamFlow configuration..."
# Remove all StreamFlow config directories
rm -rf ~/.config/streamflow-desktop/
rm -rf ~/.config/StreamFlow/
rm -rf ~/.config/streamflow/
echo "✅ All configuration and session data cleared!"
echo ""
echo "The app will now show the connection window on next launch."
echo "This simulates a fresh installation."