wizzo wrote: ↑Mon Jul 31, 2023 1:18 ambreiztiger wrote: ↑Sun Jul 30, 2023 4:29 pmdo you think it's possible to have delete fonction in wallpaper like in screenshot ?
Sure. I can probably fit a wallpaper delete button in the next release same as screenshots. I had bulk deletion planned eventually but that'll have to wait.
MiSTer Consoles wrote: ↑Mon Jul 31, 2023 12:47 amThe Remote app has become a very powerful tool for editing ini files, creating shortcuts, etc. Is it possible that down the road it could have full file management functionality in order to replace having to SSH or FTP from a PC into your MiSTer in order to move files around, edit certain files like script ini files, delete files (as breiztiger has suggested), etc?
Sort of, but not quite like having a generic file browser and text editor. I want to avoid this if possible because I think there's a better solution. I'd also like to avoid adding arbitrary code execution to the API remote publishes.
I want to take each feature as it comes and implement it separately. So for example:
Instead of a generic file browser/uploader, I want to proper games browser with the ability to upload game files.
I don't want to be able upload script files, but how about a UI to manage repos downloader uses (like update_all does but more generic).
Instead of renaming _samba.sh in a file browser, there should be checkbox in the settings page to turn on samba.
And so on like that. It's never going to cover 100% of cases, but I think it would come pretty close.
Gotcha. That makes sense. Honestly any functionality added to Remote that allows me to use my iPad instead of a PC is a huge win. Thanks!