HomeGallery

Total
9
Negative
4
Positive
2
Avg sentiment
-0.250

Themes

ThemeMentionsNegativePositiveAvg
Support641-0.458
Reliability and bugs431-0.438
Sharing and galleries722-0.036
Search, AI, and discovery622-0.042
NAS and deployment522-0.050
Mobile app522-0.050
Privacy and ownership210-0.500
Editing and image quality2110.125
Performance210-0.125
Metadata and organization4020.250
Upload and import1010.500
Login and access1010.500

Review Evidence

negative HomeGallery github source
build(deps): bump sharp from 0.32.6 to 0.34.5
themes: Editing and image quality, Mobile app, NAS and deployment, Performance, Reliability and bugs, Search, AI, and discovery, Sharing and galleries, Support · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.34.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/releases">sharp's releases</a>.</em></p> <blockquote> <h2>v0.34.5</h2> <ul> <li> <p>Upgrade to libvips v8.17.3 for upstream bug fixes.</p> </li> <li> <p>Add experimental support for prebuilt Linux RISC-V 64-bit binaries.</p> </li> <li> <p>Support building from source with npm v12+, deprecate <code>--build-from-source</code> flag. <a href="https://redirect.github.com/love
negative HomeGallery github source
Update format.ts to add 12-hour format without leading zero
themes: Reliability and bugs, Support · rating: · relevance: 1
## Summary Adds support for 12-hour time format without leading zeros and fixes existing bugs in the `formatDate` function. ## Changes - Added `%l` format code for 12-hour format without leading zero (e.g., "3:45 PM" instead of "03:45 PM") - Fixed `%I` format code to correctly handle midnight (0 → 12) and noon (12 → 12) - Fixed `%P` and `%p` to return unpadded AM/PM strings ## Usage Example ```javascript formatDate('%l:%M %p', date) // "3:45 PM" or "11:30 AM" formatDate('%I:%M %p', date) // "03:45 PM" or "11:30 AM" ``` ## Testing Tested with various times including edge cases (midnight, noon).
negative HomeGallery github source
Support for gif images.
themes: Support · rating: · relevance: 1
Currently gifs do not work since their previews are pngs. Their length is listed correctly in the info tab. I cannot find a way to play them.
negative HomeGallery github source
Error gallery.config.yml does not exist, when running init
themes: Mobile app, NAS and deployment, Privacy and ownership, Reliability and bugs, Search, AI, and discovery, Sharing and galleries, Support · rating: · relevance: 1
Hello, I spent a few mins trying your project via docker - docker-compose file here: ```yaml --- volumes: home-gallery: {} services: api: image: xemle/home-gallery-api-server environment: - BACKEND=node gallery: image: xemle/home-gallery entrypoint: ['node', '/app/gallery.js'] command: ['run', 'server'] environment: - GALLERY_API_SERVER=http://localhost:3000 - GALLERY_API_SERVER_CONCURRENT=5 - GALLERY_API_SERVER_TIMEOUT=30 - GALLERY_OPEN_BROWSER=false - GALLERY_WATCH_POLL_INTERVAL=300 volumes: - home-gallery:/data - /media/photos:/photos:ro ports: - 3000:3000 depends
neutral HomeGallery github source
[Q] How to Save Photos in Original Size?
themes: Metadata and organization, Mobile app, NAS and deployment, Privacy and ownership, Search, AI, and discovery, Sharing and galleries · rating: · relevance: 1
Hi. Firstly - thank you for your work. I wanted to share some event photos with cousins and friends. The idea was to share self-hosted album online, people would preview photos, and download the ones they like. So after some try & miss - I finally installed Docker and I tried to install HomeGallery. I had hard time (mainly with starting the container, mounting the folders, http://127.0.0.1:3000 would not show albums...) However - now that it is working - I have a simple question: How can someone (I shared the album with) download the chosen photo in original size? The pics are approx. 5mb large, and if I choose "save image as..:" - I get approx. 100kb size. I suppose that is just a compress
neutral HomeGallery github source
Support for Animated GIFs
themes: Performance, Search, AI, and discovery, Sharing and galleries, Support · rating: · relevance: 1
Currently, animated GIFs are converted to JPG previews, which removes their animation. I’d like Home-Gallery to support animated GIFs natively. **Expected Behavior** Animated GIFs should play automatically in the viewer. GIFs should scale to fit the viewer size, but when clicked or zoomed, display at their original resolution. GIFs should loop continuously. Thumbnails don’t need to animate, though that would be a nice enhancement. **Not mp4** Ideally, GIFs should be kept as GIFs, not converted to MP4. This preserves their ease of use for copy/paste and sharing. I frequently use GIFs for short clips and memes. Treating them as native GIFs rather than videos keeps file handling simpl
neutral HomeGallery github source
Feature Request: Social media meta tags
themes: Metadata and organization, Sharing and galleries · rating: · relevance: 1
links don't preview image in social media/discord but direct image urls redirect to the base gallery so there's no way to view the image and link to the image at the same time add it to the list of stuff i'll be working on in the coming weeks, but placeholder incase anyone else wants to try it before i get to it
positive HomeGallery github source
Disabling "Edit" does not actually disable it...
themes: Editing and image quality, Metadata and organization, Mobile app, NAS and deployment, Reliability and bugs, Search, AI, and discovery, Sharing and galleries, Support · rating: · relevance: 1
First of all, I love HomeGallery. It's amazing. There is one issue I only noticed today: disabling "edit" via `gallery.config.yml` only turns the edit icon (pencil) grey, but the function is still available. My config file: ```webapp: disabled: - edit #- serverEvents #- pwa #- offlineDatabase ``` `Edit` button is greyed out as expected: <img width="260" height="49" alt="Image" src="https://github.com/user-attachments/assets/0833bb77-7e73-40c1-a799-5002f7ac2b9f" /> ... but clicking on it does this: <img width="658" height="54" alt="Image" src="https://github.com/user-attachments/assets/f260c035-7a5e-470e-9f78-dad368c96cd4" /> ...and clicking on "Edit 1 med
positive HomeGallery github source
Incorrect date added to database when GPS data is set incorrectly
themes: Login and access, Metadata and organization, Mobile app, NAS and deployment, Search, AI, and discovery, Sharing and galleries, Upload and import · rating: · relevance: 1
Thank you for this great and amazing software. I've been using it with almost 4 TB of personal photos (only photos). I think that I have more than **500k photos** there... But I think I found something that can be improved. After the initial indexation of photos finished (it took several days on my low powered Celeron NAS), I observed that a lot of my photos were added to the database incorrectly, with 1970 as year... And I started investigating the reason. For example, in the photo I uploaded, the GPS data is set incorrectly in the photo exif: ![20240223_160931_029_gpsdata_1970](https://github.com/xemle/home-gallery/assets/173541591/efd5fa7a-71a2-49f0-a868-615ac1c5878f) ``` #