this post was submitted on 06 Mar 2025
101 points (97.2% liked)
Open Source
34022 readers
461 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A self-hosted photo/video viewer which presents itself as an Open Directory that maps closely to the underlying file system and also includes the ability to view images and stream videos. If videos are too large/incompatible with the user’s browser, they should be transcoded on the fly (optionally with the gpu). Genuinely surprised something like this doesn’t exist
Most of what you want already exist in tons of simple php scripts that will take a directory and present each directory as a gallery. The live transcoding thing is something you can always add, because ya know, the majority of servers do not have GPUs.