To me it isn't a big deal, but I think people are looking more for a way to see how far along serviio is. Maybe if it were to go through and get a list of how many files are to be added, and then count as ffmpeg generates the thumbnails (since I am sure that is the longest part of the process). I am not sure how this is currently done, maybe ffmpeg generates the thumbnails as it is adding things into the database which might make things a bit more difficult.
I think they are looking for some sort of progress bar, or percent of completion. However, I think some would be happy to see some snippets of the log file in the console to realize something is actually being done. eg
- Code:
18:40 Added Minority Report
18:40 Added Chuck S04E03 Chuck vs. the Cubic Z
18:41 Updated Independence Day
etc
(I know my examples are really crude)
Zip, if you were to implement something like the above, I think it would be useful to add whether metadata has been found... Something like:
- Code:
18:40 Added Minority Report: Found on Moviedb
18:40 Added Chuck S04E03 Chuck vs. the Cubic Z: Found on TheTVDb
18:41 Updated Independence Day: Found on Moviedb
18:42 Added Backdraft.avi: Metadata not found
etc
Or possibly have a log or list of all files that didn't have metadata found. I know this is a constant fight in my system. Trying to find out what videos serviio didn't find so I can tweak their names so they get recognized properly. If there was a list, this would be a lot easier to go through.
I just know that sometimes when you are waiting for something to be added before you can pull it up on the tv, it can be kinda annoying just looking at serviio saying: "checking for new files/ checking for updates". Like I said, this isn't a big deal to me, but I can understand why some people would want it.