JadeMonkee wrote: 
> Hello all,
> Probably a noob question, but I was hoping to use my RPi with 7"
> touchscreen as a digital photo frame while it's not playing music (i.e.
> enabling the image viewer screensaver in JiveLite while stopped).
> I have loaded my photos onto a USB drive (/photos/*.jpg) but can't
> figure out how to point JiveLite in the direction of the USB drive. It
> seems only able to look at a /media directory.
> 
> Is it possible to have JiveLite's Image Viewer screensaver look to the
> USB drive (which I think is /mnt/sda1 by default, yes?) instead of
> /media ?
> Alternatively, is possible to mount the USB drive to the /media
> directory instead?
> 
> Or is there some other solution I'm not aware of?
> 
> Thank you kindly.

Not sure if its the "proper" way but I just tried it and it works.

Put photos on USB, plugged usb in to pi. ssh'd in to pi.

then :-

Code:
--------------------
    
  tc@RPi2-2:/mnt$ fdisk -l
  
  Disk /dev/mmcblk0: 31.9 GB, 31914983424 bytes
  4 heads, 16 sectors/track, 973968 cylinders
  Units = cylinders of 64 * 512 = 32768 bytes
  
  Device Boot      Start         End      Blocks  Id System
  /dev/mmcblk0p1              33         832       25600   c Win95 FAT32 (LBA)
  /dev/mmcblk0p2             833      973968    31140352  83 Linux
  
  Disk /dev/sda: 8004 MB, 8004304896 bytes
  255 heads, 63 sectors/track, 973 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  
  Device Boot      Start         End      Blocks  Id System
  /dev/sda1   *           1         974     7815680   b Win95 FAT32
  Partition 1 has different physical/logical endings:
  phys=(972, 254, 63) logical=(973, 34, 21)
  tc@RPi2-2:/mnt$ sudo mount /dev/sda1 /mnt/sda1/
  tc@RPi2-2:/mnt$
  
--------------------



Then pointed media source in jivelite to /mnt/sda1

I'm sure someone will post the proper way !!

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS
------------------------------------------------------------------------
Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to