From 25d3af2401591072fde18e65047422d86ba37d21 Mon Sep 17 00:00:00 2001 From: Xargon Date: Sat, 21 May 2022 22:48:08 +0900 Subject: [PATCH] CLOUDSYNC: still writing it --- tools/cloud-sync.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/cloud-sync.py b/tools/cloud-sync.py index d7754d5f..0aa25a0f 100644 --- a/tools/cloud-sync.py +++ b/tools/cloud-sync.py @@ -82,4 +82,7 @@ https://retrodeck.net") os.system(f"rclone sync -P \"{sync_remote}\":\"{sync_path}/\" {retrodeck_folder}/roms/ --filter-from {rules_config_path} --log-file {retrodeck_folder}/.logs/cloud-sync.log") os.system(f'zenity --icon-name=net.retrodeck.retrodeck --info --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --title "RetroDECK" --text=Done!\n\nYou can check the logfiles in {retrodeck_folder}/.logs/cloud-sync.log') -#TODO: remove gamedata \ No newline at end of file +#TODO: remove gamedata +#TODO: include the config files +#TODO: put this script elsewhere and call it with proper tools +#TODO: move zenity in said tools and use cli output here \ No newline at end of file