Initially the Playlist has only the following configured: /home/pi/Pictures
On the upload page the drop down to select where to upload is not populated.
I assumed that the files would be placed into the home/pi/Pictures folder
After upload images are placed in the system root folder not into /home/pi/pictures.
You may want to move the Create Directory button and field above the upload drag and drop portion of the page; and add a note to make sure to create at least one folder before uploading. (Or change the drop down so it defaults to the Pictures folder).
To resolve this If this happened to you...
use an ssh client to connect to DynaFrame (e.g. ssh pi@dynaframe or ssh pi@your frame's IP address e.g. pi@192.168.1.123)
change to the Pictures Folder (cd Pictures)
Enter the command sudo mv /.jpg .
This will move the jpg files from the root into the Pictures folder. If you uploaded other file types, repeat this command with the other files types (e.g. sudo mv /.mp4 .
Initially the Playlist has only the following configured: /home/pi/Pictures On the upload page the drop down to select where to upload is not populated. I assumed that the files would be placed into the home/pi/Pictures folder
After upload images are placed in the system root folder not into /home/pi/pictures.
You may want to move the Create Directory button and field above the upload drag and drop portion of the page; and add a note to make sure to create at least one folder before uploading. (Or change the drop down so it defaults to the Pictures folder).
To resolve this If this happened to you... use an ssh client to connect to DynaFrame (e.g. ssh pi@dynaframe or ssh pi@your frame's IP address e.g. pi@192.168.1.123) change to the Pictures Folder (cd Pictures) Enter the command sudo mv /.jpg . This will move the jpg files from the root into the Pictures folder. If you uploaded other file types, repeat this command with the other files types (e.g. sudo mv /.mp4 .