A simple file manager to directly browse, copy/paste or delete files on the Critter & Guitari Organelle.
- Create the folder inside
System
on the Organelles SD card with the nameFile manager
. - Copy the files
main.py
andog.py
into theFile manager
folder. - In the Organelle menu go to
System
->File manager
to start.
To open the available options press the main knob on the file you would like to perfom an action.
Turning the main knob let you select files or folders. Pressing the knob on a folder will enter the folder.
Selecting ../
will bring you to the previous folder.
Caution: Files are deleted permanentely and can not be restored. Only files can be deleted.
- Browse to the file you would like to delete.
- Press the main knob and select
Delete
. - Confirm the file to be permanentely deleted.
Copy
- Browse to the file you would like to copy.
- Press the main knob and select
Copy
. - The file has been copied and you'll see the folder structure again
Paste file to folder
- Each folder will now have a
/
menu entry which represents the folders root. - Choose
/
with the main knob and then select paste - Confirm the file to be copied to the selected folder.
Overwrite an existing file
- Browse to the file you would like to replace.
- Press the main know and select
Paste
. - Confirm the copied file to overwrite the selected file
Rename
Only wav
files can be renamed for now.
- Browse to the audio file you would like to rename.
- Press the main knob and select
Rename
. - Select the new file name (1.wav - 24.wav) and confirm your selection
1.1 - Added rename function 1.0 – Initial Release. April 17 2022
The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.