How I use Kodi to turn a Joggler into networked photoframe

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
User avatar
offbeatdave
Posts: 1047
Joined: Wed Mar 09, 2011 10:43 pm

How I use Kodi to turn a Joggler into networked photoframe

Post by offbeatdave »

I set a spare Joggler up as a networked digital photoframe! Whilst this may already have been very simple for some people, I'm chuffed with myself and wanted to record it here so I can find it again if necessary!

First I downloaded and installed Buzz's latest excellent Xubuntu from http://jwills.co.uk/joggler-xubuntu/download/ to a USB stick. Whilst doing the following setting up I used an unpowered USB hub, keyboard and mouse to make editing easier!

Once booted into Xubuntu, I used sudo nano to edit "/etc/modprobe.d/joggler.conf" and swapped round the wifi drivers so the image would hook up to my Sky SR102 router wirelessly if needed (although this Joggler is actually wired). I had to comment out blacklist rt2800usb (adding a #), and uncomment blacklist rt2870sta (removing the hash)

I then set Kodi to autostart via the System Manager (command kodi), using the 'Alt' key to drag the window so I could see more options at the bottom.

In Kodi I added the network share (not sure if this is necessary), made sure animated transitions were off and set the display time to 30 seconds.

Exiting Kodi, I used sudo nano to create "/home/joggler/.kodi/userdata/autoexec.py" with the following information.

Code: Select all

import xbmc

xbmc.executebuiltin("SlideShow(smb://NAMEOFSHARE/photo,recursive,random)")
This Joggler now boots into Kodi and automatically runs a random photo slideshow from all the folders on my network photo storage!

Yay!

Oh, I also did the sudo nano -w /boot/grub.cfg edit to add thermal.psv=80 at the end of the line containing "splash"

Edit: Changed Joggler to joggler in path above. Oops!
Last edited by offbeatdave on Sat Aug 01, 2015 11:23 pm, edited 2 times in total.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
User avatar
hawsey
Posts: 2077
Joined: Sun May 22, 2011 11:23 pm
Location: Northumberland

Re: How I use Kodi to turn a Joggler into networked photofra

Post by hawsey »

Nice 1 dave , will be on my to do list :-)
Happy Joggling
User avatar
pete
Posts: 2961
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: How I use Kodi to turn a Joggler into networked photofra

Post by pete »

Very nice Dave!!!!

What does
I'm chuffed with myself
mean?
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
User avatar
hawsey
Posts: 2077
Joined: Sun May 22, 2011 11:23 pm
Location: Northumberland

Re: How I use Kodi to turn a Joggler into networked photofra

Post by hawsey »

Chuffed = very happy and pleased .
American equivalent might be "Buzzing" maybe 8-)
Happy Joggling
User avatar
pete
Posts: 2961
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: How I use Kodi to turn a Joggler into networked photofra

Post by pete »

Thank you Dave.

Some of the Jogglers here run that Mosaic Screensaver in embedded XP.

Wishing it was made for Linux.
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
Post Reply