herby2212

Results 31 comments of herby2212

**Addition count by resolution** [Added 01.08.2021] ![addition count by source resolution v2](https://user-images.githubusercontent.com/12448284/130367773-8f726d5e-17e2-42da-83b2-b164ceb5fb43.png) _Shows the total count of movies, shows, seasons and episodes added in the set time range by the...

> The graphs are a good idea, but we really shouldn't be using the `recently_added` table for the data. That is only a temporary table that can get erased. >...

**Library Growth** graph synced with **Daily addition by media type** graph [Added 19.08.2021] This fourth graph called "**Library Growth**" shows the library growth by the library stats on a per...

> > Oh. Under what circumstances does the table get erased? > > Clicking this button > ![image](https://user-images.githubusercontent.com/9099342/130111191-91945214-0afb-43c9-a402-97ad2c7618c7.png) > > Or running the `update_metadata.py` script after moving media/libraries. > >...

**Database Implementation** [Added 20.08.2021] Added the library_stats_item table with a corresponding refresh function and options for refresh on startup and interval + corresponding implementation in the settings (see picture below):...

> What is the change in database size before and after? How many rows in the table? 16694 rows. Datasize before: 67152 KB after: 97764 KB = ~30 MB

**Music Integration** [Added 22.08.2021] **Daily addition by media type** and **Library Growth**: ![tautulli music additions by day](https://user-images.githubusercontent.com/12448284/130367436-14a0e85c-745a-4dca-944c-b8b297dc3901.png) _All other categories disabled for a better visibility._ **Additions by media type**: ![tautulli...

Notice: It can happen that some media items have a timestamp that is in the future or in a time period before the server existed. This issue comes from the...

Any chance this gets a review in the future? The commits were made in smaller parts and the newly added features got explained with the commits so that is it's...