Skip to content
Pixette logo Pixette

Frequently Asked Questions

Everything you need to know about setting up and using Pixette.

General #

What is Pixette?
An iOS and Android app that turns your photos and videos into a random slideshow. It connects natively to Synology Photos and Immich, over WebDAV to any other NAS (QNAP, Nextcloud, TrueNAS), or plays photos stored on the device.
Is Pixette free?
Yes. The free tier indexes up to 500 photos, shuffles them, plays video and keeps the screen on. Premium lifts the 500 limit and adds the frame features (face detection, Ken Burns, overlays, EXIF filters, scheduled sleep) for less than $5/year.
Which devices are supported?
iPhones and iPads on iOS 13 or later, Android phones and tablets on Android 7.0 or later, all-in-one Android displays, Apple Vision Pro, and Apple Silicon Macs. Old tablets repurposed as photo frames are what it's built for.
How does Pixette compare with other slideshow apps?
Fotoo, nFolio, FrameSway and Photos Frame are the main alternatives, and all four are Android-only. Pixette is the only one that also runs on iPhone, iPad, Vision Pro and Apple Silicon Macs, and the only one with native Immich support. Each of the others wins somewhere: Fotoo reads Google Photos and Dropbox, nFolio runs on Fire TV and Android TV, FrameSway writes star ratings back to Synology Photos. There's a full side-by-side comparison on the site.
Does Pixette work on an Android monitor or signage display?
Yes. All-in-one Android displays, the touch panels sold by iiyama, ProDVX, Elo, Philips and ViewSonic, are ordinary Android devices in a monitor housing, so they run Pixette like any tablet. Mains or PoE powered, rated for 24/7, and available past 32 inches. Install from Google Play, or sideload the APK if the panel has no Play Store. Samsung and LG signage screens are the exception: they run Tizen and webOS.

Setup & Connection #

How do I connect to my NAS?
On a Synology NAS (DSM 7.0 or later), pick 'Synology Photos' in Pixette and sign in with your DSM account. Nothing else to set up. On any other NAS, enable the WebDAV server, create a user with read-only access to your photo folders, then enter the URL, username and password. Step-by-step guides for each system are in Getting Started.
What's the difference between Synology Photos and WebDAV?
Synology Photos talks straight to the Photos app on your NAS: no WebDAV server to install, no dedicated user, just your DSM login, and you can browse by folder or album including the shared space. It needs DSM 7.0 or later and an account without two-factor authentication. WebDAV is universal, so it's the choice for non-Synology devices or when you need 2FA.
What is WebDAV?
A protocol that lets apps read files from a server over your local network. Most NAS devices support it and it takes a few clicks to enable.
Can I connect Pixette to Immich?
Yes. Choose 'Immich' in the app, enter your server URL and sign in with your Immich email and password. Play the whole library or pick specific albums. A data-saver option streams smaller previews to save bandwidth.
Which NAS brands are supported?
Synology Photos and Immich natively, plus anything that speaks WebDAV: QNAP, TrueNAS, Nextcloud, ownCloud, Seafile, Unraid and Western Digital among them. See the setup guides for step-by-step instructions.
Can I use photos stored on my device?
Yes. Pick an album on iOS or a folder on Android. No NAS and no network needed for local photos.

Features #

How does the randomisation work?
A mathematical shuffle (Feistel network) maps every photo to exactly one position, so your whole collection plays once, in scrambled order, with no duplicates and no gaps and no big list held in memory. The order is refreshed when the app restarts, when a shuffle-sensitive setting changes, or after reindexing. Tap Info during the slideshow to see where you are.
Does Pixette work offline?
Yes. When the NAS connection drops, Pixette plays from its local cache and retries the connection about once a minute.
Can I filter pictures by EXIF metadata?
Yes, in beta. Pixette downloads each file's header in advance to build a local EXIF database, then filters slideshows by camera model, date, lens and other metadata.
When is re-indexing required?
Whenever you add or remove files in your NAS folder. Turn on 'Automatic reindex' to have it run daily at a time you choose.
Can Pixette sleep automatically when the room is empty?
Yes. Motion-aware sleep uses the front camera as a presence sensor: the slideshow plays while there's movement and dims to black after a period of stillness you set, then wakes when someone moves nearby. Everything is processed on-device, with camera frames reduced to a coarse light-and-dark grid and never saved, uploaded or shared. A fixed sleep and wake schedule is also available, on its own or alongside.
Can I show the weather on my slideshow?
Yes. Pixette can overlay the current conditions and a four-day forecast. Add temperature and weather to any custom overlay with simple variables.
Can Pixette show two photos at once?
Yes. Pair Photos puts two portrait photos side by side on a landscape screen, or two landscape photos one above the other on a portrait screen, so a wide display isn't wasted on a single tall photo between black bars.

Troubleshooting #

Why does the app sometimes crash on older devices?
Usually limited RAM, limited storage, or a picture or video format the old hardware can't decode. Pixette resizes images to keep memory use down, but very old devices can still struggle with large collections.
Why does Pixette create a local cache?
Three reasons: resized copies protect older devices from memory crashes, pre-downloading the next images keeps navigation smooth, and the cache keeps the slideshow running when the NAS connection drops.
I can't connect to my NAS. What should I check?
That the URL is exactly right (it's case-sensitive), that the same WebDAV connection works from a computer, that your device IP isn't blocked in your NAS security settings, and that your password is letters and numbers only while you're testing.

Date & Time Formats #

Pixette lets you customize the text overlay on your slideshow. Use these variables in Settings → Overlay to display the current time, photo metadata, or folder names.

Current Time: $(pattern) #

Displays the current device time. You can use any ICU DateFormat pattern inside $(…).

VariableExample
$(HH:mm) 14:30
$(h:mm a) 2:30 PM
$(HH:mm:ss) 14:30:45
$(EEEE) Monday
$(EEE) Mon
$(MMM d) Apr 30
$(MMMM d, yyyy) April 30, 2020
$(dd/MM/yyyy) 30/04/2020

Photo Info (EXIF Metadata) #

Displays data from the photo's EXIF metadata. Requires EXIF indexing to be enabled.

VariableDescriptionExample
$date Photo date15 January 2024
$dateShort Photo date (short)15 Jan
$dateclean Photo date + strips dates from folder names15 January 2024
$time Photo time14:30
$city City (from GPS)Paris
$region RegionIle-de-France
$country CountryFrance
$keywords Keywords / tagslandscape, sunset
$camera Camera makeApple
$cameraModel Camera modeliPhone 14 Pro

File Path #

Extract parts of the photo's folder path. Example path: Photos/2024/Vacation/IMG_1234.jpg

VariableDescriptionExample
$first First folderPhotos
$first(2) First N foldersPhotos/2024
$first(-2) Skip first N foldersVacation
$last Last folderVacation
$last(2) Last N folders2024/Vacation
$last(-2) Skip last N foldersPhotos
$full Full folder pathPhotos/2024/Vacation
$file FilenameIMG_1234.jpg

Formatting #

VariableDescription
$n Line break (new line)

Default overlay format

Clock: $(HH:mm) — Title: $first - $dateclean $n $city, $country

Good to know

$(…) shows the current time, while $date and $time show when the photo was taken. Variables that can't be resolved are silently removed. All date/time formatting respects your device's locale.

Still have questions?

I'm happy to help. Reach out to me directly.

Contact Me