Commit Graph

92 Commits

Author SHA1 Message Date
Eric Ostrowski 1ebcff0eea Fixed regression when using the default save filter to not find saves for games with spaces in their name 2019-04-10 23:46:04 -05:00
Eric Ostrowski 117d069d07 Fixed issue with custom/default save paths 2019-04-10 22:13:15 -05:00
Eric Ostrowski 70a150a89e Added support for custom save file paths 2019-04-09 17:56:49 -05:00
Eric Ostrowski efc0d2b7fd Added lr-ppsspp save state extension 2019-03-17 12:52:01 -05:00
Eric Ostrowski 292bbe027b Download emulator_setting.xml on install 2019-03-17 12:24:15 -05:00
Eric Ostrowski d59bb07795 Build find pattern with array 2019-03-17 12:13:25 -05:00
Eric Ostrowski 2e94f088e5 Fixed issues reading XML and creating filters 2019-03-16 13:24:08 -05:00
Eric Ostrowski 46bc415207 Implemented function to build local save file filters 2019-03-15 00:46:23 -05:00
Eric Ostrowski 7414bd9175 Updating repository URL to point to this one 2019-03-13 19:26:51 -05:00
Eric Ostrowski 6c50e40614 Changed -l to --long to address issue with rclone not printing remote types. 2019-03-13 00:16:43 -05:00
Jandalf81 69c49012a8 ping 8.8.8.8 instead of www.google.com (should be faster and more reliable) 2018-09-15 14:51:50 +02:00
Jandalf81 a8564b2022 removed CANCEL button when setting the remote base dir
changed the way remotebasedir is checked in step 7a
2018-09-01 12:54:51 +02:00
Jandalf81 67bb5c013e changed function log
removed function debug
fixed function deleteFileFromRemote
2018-08-27 12:40:18 +02:00
Jandalf81 4efbf911be added function to delete file from remote:/${remotebasedir} 2018-08-27 12:23:09 +02:00
Jandalf81 2474c8dc2a removed unnecessary line breaks 2018-08-25 14:59:54 +02:00
Jandalf81 3adff1c9fe added check for available connection
rclone_script-install.sh
* added new configuration setting for needed connection
* changed the way commands are added to other files (from ECHO to PRINTF)

rclone_script.sh
* added new function getAvailableConnection
* changed both downloadSaves and uploadSaves so they react on that new function (check if the available connection is greater than the needed connection, else error)

rclone_script-menu.sh
* added new menu item to re-set the needed connection
2018-08-25 14:51:43 +02:00
Jandalf81 d59cf2d753 fixed one last error 2018-08-17 19:41:03 +02:00
Jandalf81 075a91d2be fixed some more parts 2018-08-17 19:39:21 +02:00
Jandalf81 bbad023aad fixed some parts 2018-08-17 19:36:23 +02:00
Jandalf81 d1853ced72 added links to wiki page move-Savefiles 2018-08-17 13:19:40 +02:00
Jandalf81 2a3f1dc0cb rclone_script.sh
* changed some of the log messages

rclone_script-install.sh
* added creation of network share to step 6a

rclone_script-uninstall.sh
* removed debug code
* added removal of network share to step 6b
2018-08-17 02:23:14 +02:00
Jandalf81 fe2e252a9f (ISSUE #9)
made error messages not suppressable
2018-08-16 19:03:02 +02:00
Jandalf81 5a1591b739 (ISSUE #8)
rclone_script-menu.sh
* excluded "readme.txt" from full sync
* suppressed warning for links from full sync
2018-08-16 17:56:28 +02:00
Jandalf81 9bfb5d523d fixed wiki links 2018-08-15 23:41:59 +02:00
Jandalf81 686bff810a fixed wiki links 2018-08-15 23:41:17 +02:00
Jandalf81 b2f845801e fixed link to Wiki page 2018-08-15 23:10:20 +02:00
Jandalf81 220a265c85 fixed link wo Wiki page 2018-08-15 23:09:37 +02:00
Jandalf81 72c9aa8e8b rclone_script-install.sh
* changed some progress entries
rclone_script-uninstall.sh
* changed some progress entries
ReadMe.md
* added link to Wiki
2018-08-15 23:08:17 +02:00
Jandalf81 193587c43d all files
* removed NCURSES_NO_UTF8_ACS as it had no effect
2018-08-15 20:34:30 +02:00
Jandalf81 782ed9cb7d Fixed dowload location 2018-08-15 16:50:27 +02:00
Jandalf81 a29195aa29 Switched to MASTER 2018-08-15 16:39:13 +02:00
Jandalf81 42f733e0c6 All files
* added URL to GitHub Repository
2018-08-15 16:25:30 +02:00
Jandalf81 f10b6bba58 rclone_script-menu.sh
* Extended title of menu item
rclone_script-uninstall.sh
* Fixed another spelling error
ReadMe.md
* Refreshed rundown
* added description of menu item
2018-08-15 15:57:36 +02:00
Jandalf81 df8f530923 rclone_script-install.sh
* fixed config parameter showNotifications
* added config parameter syncOnStartStop

rclone_script-menu.sh
* moved full sync here
* made parameter showNotifications toggleable
* made parameter syncOnStartStop toggleable

rclone_script.sh
* extended function showNotification
* extended function downloadSaves
* extended function uploadSaves
* removed function doFullSync
2018-08-15 14:56:36 +02:00
Jandalf81 5171a24c48 made puTTY draw fancy lines ;-) 2018-08-15 12:40:15 +02:00
Jandalf81 0b7d1e2360 Changed Welcome message and summary 2018-08-15 11:00:29 +02:00
Jandalf81 9152d3b5a5 changed ~/RetroPie/retropiemenu/rclone_script-menu.sh to ~/RetroPie/retropiemenu/rclone_script-redirect.sh
menu script will stay in ~/scripts/rclone_script
2018-08-15 10:14:13 +02:00
Jandalf81 2c1ff2dc4b made scripts using dialog default 2018-08-14 12:26:37 +02:00
Jandalf81 b36d4a3b1a removed old install and uninstall scripts 2018-08-14 12:25:49 +02:00
Jandalf81 5f29977ba0 rclone_script-install-dialog.sh
* Added note to reboot to summary
rclone_script-uninstall-dialog.sh
* Finished the script
2018-08-14 12:24:16 +02:00
Jandalf81 74915b1a7d Began working on UNINSTALL script using dialog 2018-08-14 01:08:46 +02:00
Jandalf81 20f356cdfd Fixed tiny error in Welcome dialog 2018-08-14 01:07:22 +02:00
Jandalf81 266a8f4274 Simplified reference to logfile 2018-08-13 22:42:09 +02:00
Jandalf81 b82d28550b Fixed creation of symlinks (for real)
added note for synchronized symlink folders
2018-08-13 22:27:06 +02:00
Jandalf81 2cbff1d7cf fixed creation of system specific SAVEFILE directories (forgot SYMLINKs) 2018-08-13 21:33:50 +02:00
Jandalf81 bc6f3975e5 fixed creation of system specific SAVEFILE directories (forgot SYMLINKs) 2018-08-13 21:23:14 +02:00
Jandalf81 d9c40b71ff Fixed errors with WGET 2018-08-13 20:06:47 +02:00
Jandalf81 806ea630e2 Fixed error with WGET 2018-08-13 20:03:24 +02:00
Jandalf81 a9e1118af7 Fixed strange errors 2018-08-13 19:49:55 +02:00
Jandalf81 c2321f0fb7 rclone_script-install-dialog.sh
* fixed location of logfile
2018-08-13 19:18:16 +02:00