Sebastian
Sebastian
Hi @geekedtv I've implemented the amounts of media, image and videos in 6c3446b. See the [demo gallery](https://demo.home-gallery.org): 
> Any thoughts on implementing the possibility to filter not only by year, but also by month? Currently I am working on extending the search capabilities also by month, day...
@asmaps Just want to drop a note of the new 1.4.1 release including an advance search. See [Search Docs](https://docs.home-gallery.org/webapp/index.html#search) for details.
First of all thank you for filing this issue and your interest of HomeGallery. Regarding your request: As written in the documentation the target scope covers 100,000 images. A user...
> > Regarding your request: As written in the documentation the target scope covers 100,000 images. A user reported 400,000 but I do not have experience above that number. Since...
> Basically, I'm downloading content from artists I like (from many sources, Twitter, Instagram, etc...), which is why I have that many images, and why most of them aren't very...
> Yes, having the option to symlink either smaller pictures (or all of them) would solve my problem! Needing the original file at all times isn't really an issue for...
TL;DR the current non-progress state is on purpose. The recommended import is the initial (progressive) import via `./gallery run import --initial`. Looong version: I am totally aware of the awesome...
TL;DR it is not that simple to just count files. Mm. For me it is quite difficult to find a good balance between fast user/UI feedback, progress information of total...
Hi. I found a way how to support progress information on the import. Here my pseudo code ``` stats = collect overall file stats (omit checksum/id calculation) for each chunk:...