ridgekuhn

Results 42 comments of ridgekuhn

Installed latest NOOBS today and I have this issue on a 3B. Adding `display=3` to recovery.cmdline does not output NTSC to composite out. Additionally, setting `display_mode=3` in noobs.conf on /SETTINGS...

Looks like [rclone](https://github.com/rclone/rclone) might be a good solution. You could have the user store their credentials using that onscreen keyboard tool u already have implemented, and then link to a...

After looking around at a few options, I can't find anything that seems like it would be a good user-friendly solution for non-technical users. At best, the user would still...

@christianhaitian Understood! Same with osk for the onscreen keyboard? Is there documentation for either?

Good news, I have a working proof of concept for Dropbox! I'll write the scripts and open a PR soon. Expect to see it in a week or so.

@travisvn See my [arklone repo](https://github.com/ridgekuhn/arklone-arkos) if you would like to try out the feature waiting to be merged in #126.

``` I think I'll write my own little scripts, and check whether I can make something re-usable for non-tech-savvy users. ``` That's how my whole journey started, lol. ``` I'd...

``` * Is it planned to also manage roms collections? ``` Not at the moment, but it’s probably not difficult to add in one way or another. ``` * Could...

Nice. I'm almost at the finish line with the arklone bug fix/update. I was intrigued by your idea of unit testing, it hadn't occurred to me to write them for...

@benckx Thanks for the PPSSPP tip. I forgot ArkOS uses the native app and not RetroArch/lr-ppsspp and neglected to address that months ago.