• 0 Votes
    5 Posts
    306 Views
    ByteThisB

    @Addison So many hoops to jump through..need to be a circus performer haha :-) Unfortunately it seems nothing is easy nowadays concerning copyrighted info. Damned if you do...damned if you don't..lol

  • ScummVM and Cloud feature

    Help and Support
    3
    0 Votes
    3 Posts
    372 Views
    M

    What can I say… it worked.

    I guess I was not able to properly write down the code, I got zeroes 0 in there but maybe they where Os or so. Although I tried multiple times.

    I tried it now, the code was easy small letters only and with the virtual keyboard in ScummVM it instantly worked.

    Sorry for the bother and thank you very much for your time!

  • Is Syncthing available in Retropie?

    Help and Support
    8
    1 Votes
    8 Posts
    1k Views
    ClydeC

    Have fun. 🙂👍️ unison-gtk should be available in most Debian-based Linux distributions. Don't know how it is for Mac or Win.

  • Does Rclone need constant updates?

    Help and Support
    2
    0 Votes
    2 Posts
    214 Views
    AddisonA

    I've been using rclone-v1.56.0.

    Latest release suggests v1.59.1 is available, but I don't know if that is really needed.

    Just curious if this is now definitely required due to changes in protocols or whatever.

    Please and thank you.

  • Toggle cloud saving feature

    Help and Support
    5
    0 Votes
    5 Posts
    668 Views
    mituM

    Here's an example, assuming you have the online/offline-onstart/onend scripts created and saved in the /opt/retropie/configs/all folder.

    Create a script that will toggle the online saving features, called Enable Online.sh: #!/usr/bin/env bash cp /opt/retropie/configs/all/online-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh cp /opt/retropie/configs/all/online-onend.sh /opt/retropie/configs/all/runcommand-onend.sh Create a similar script to disable the online saving, called Disable Online.sh #!/usr/bin/env bash cp /opt/retropie/configs/all/offline-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh cp /opt/retropie/configs/all/offline-onend.sh /opt/retropie/configs/all/runcommand-onend.sh Copy the 2 scripts in $HOME/RetroPie/retropiemenu and then restart EmulationStation. There should be 2 new entries under the RetroPie system with for the 2 scripts, which you can execute when needed (i.e. for online play or offline play).

    The names of the scripts doesn't matter as long as you remember their purpose, you can name them as you like.

  • Removing a bad installation

    Help and Support
    1
    0 Votes
    1 Posts
    241 Views
    No one has replied