Added markers on Scenepage
Are you planning to add support for performer photos and studio photos so there aren’t just blank?
Both are there on Most views.
Studio is missing on scene Page at the Moment, because i dont have the right idea how to Design it
Check your Discord PM
1.2 (22):
feat: Introduce ImagesView, improve GIF rendering, and added scene deletion logic to Stashtok.
I liked how stashtok behaved in the previous version (just portrait videos).
Any plans of having a setting so people can choose or at least a default filter?
Thanks!
You can set a default Filter for Beatles any view in settings already ![]()
The app is officially live on the Apple App Store! It’s a 99¢ one-time purchase, and the first 25 people to send me a DM will get a free code from me! ![]()
TestFlight will remain free!
Purchased, thanks for all your work on this! ![]()
Thanks mate, you’re an absolute legend. App is awesome. Purchased. If you release an Apple TV version that’ll be an instant purchase for me as well. Any chance of a “light mode/dark mode/auto” toggle? Cheers and keep up the great work!
great app, just bought. Thanks very much ![]()
Incredible work, just bought it on the store. Do you have a donate button? Best
Great work on the app! Gladly bought a copy on the App Store. I’m echoing the call for an Apple TV app if possible - I would gladly help test it out.
Hello,
Thank you for the great app. I’m using iphone17 pro and it looks that the scroll button is out of scope of display in recent releases. I appreciate if you could take a look.
I have been looking for an app like this for sometime. You have done an amazing job. Thank you.
iOS devices don’t support MKV files. Most of my media is in MKV format, so would it be possible to add a feature to send the file and play with VLC. I have already tested this by downloading an MKV file that wouldn’t play in stashy, then shared it with VLC. It played perfectly. But to be able to have a button to “Play with VLC” would be so useful. Or maybe a setting to set the default player to VLC?
Is multi-language support on your roadmap? If so, I’d be happy to volunteer for the Simplified Chinese translation.
Added Markers to “StashtTok” in TestFlight release.
I test vlckit at the moment. Maybe I will find a way to play directly in the app.
Currently videos stored as for example AV1 MKVs cannot be played in Stashy although the stash API easily allows to fetch and transcode them to an iOS compatible form:
query GetStreams {
sceneStreams(id: "168176") {
label
mime_type
url
}
}
This gives back a whole list of stream URLs and you can use the HLS ones for ideal scrubbable streaming on iOS or mp4 for download!
Here’s a small snippet of example response payload for that query above:
{
"label": "HLS Full HD (1080p)",
"mime_type": "application/vnd.apple.mpegurl",
"url": "https://<stashurl>/scene/168176/stream.m3u8?resolution=FULL_HD"
},
With this info, it should be trivial to have Stashy support any file type at all for stream or download!
You shouldn’t download the raw file directly as it’s often not an a format playable for iOS, instead download from the stream link for the MP4 stream


