Frequently Asked Questions
Everything you need to know about setting up and using Pixette.
General #
What is Pixette?
Is Pixette free?
Which devices are supported?
Setup & Connection #
How do I connect to my NAS?
What is WebDAV?
Which NAS brands are supported?
Features #
How does the randomisation work?
Does Pixette work offline?
Can I filter pictures by EXIF metadata?
When is re-indexing required?
Troubleshooting #
Why does the app sometimes crash on older devices?
Why does Pixette create a local cache?
I can't connect to my NAS. What should I check?
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 $(…).
| Variable | Example |
|---|---|
| $(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.
| Variable | Description | Example |
|---|---|---|
| $date | Photo date | 15 January 2024 |
| $dateShort | Photo date (short) | 15 Jan |
| $dateclean | Photo date + strips dates from folder names | 15 January 2024 |
| $time | Photo time | 14:30 |
| $city | City (from GPS) | Paris |
| $region | Region | Ile-de-France |
| $country | Country | France |
| $keywords | Keywords / tags | landscape, sunset |
| $camera | Camera make | Apple |
| $cameraModel | Camera model | iPhone 14 Pro |
File Path #
Extract parts of the photo's folder path. Example path: Photos/2024/Vacation/IMG_1234.jpg
| Variable | Description | Example |
|---|---|---|
| $first | First folder | Photos |
| $first(2) | First N folders | Photos/2024 |
| $first(-2) | Skip first N folders | Vacation |
| $last | Last folder | Vacation |
| $last(2) | Last N folders | 2024/Vacation |
| $last(-2) | Skip last N folders | Photos |
| $full | Full folder path | Photos/2024/Vacation |
| $file | Filename | IMG_1234.jpg |
Formatting #
| Variable | Description |
|---|---|
| $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.