Andre Meyering
Andre Meyering
Thanks! How many movie directories do you have (in your settings?) Also: Do you have DVD or BluRay structures? Notes to self: re-check these commit that are not part of...
I'm sorry that it took me so long to answer. Most of my current contributions are bugfixes or changes related to publishing the next release. I don't think that this...
Reproduced on my Windows system Log ``` 2022-12-18 17:12:15.817 INFO [..\MediaElch\src\file_search\movie\MovieFileSearcher.cpp:52] | [Movies] Start reloading movies from cache 2022-12-18 17:12:15.818 INFO [..\MediaElch\src\file_search\movie\MovieDirectorySearcher.cpp:407] | [Movie] Loading entries from database for directory:...
I didn't get to debug this issue but am able to reproduce the issue (every second to fifth start). I will try to look into it tomorrow or Tuesday, otherwise...
Easily reproducible on all systems with this patch applied: ```diff diff --git a/src/file_search/movie/MovieFileSearcher.cpp b/src/file_search/movie/MovieFileSearcher.cpp index c2390e40..f49549ae 100644 --- a/src/file_search/movie/MovieFileSearcher.cpp +++ b/src/file_search/movie/MovieFileSearcher.cpp @@ -91,6 +91,7 @@ void MovieFileSearcher::onDirectoryLoaded(MovieLoader* job) Q_ASSERT(job ==...
Hi, I've found the issue and fixed it in #1510. The next Nightly version will contain the fix. Thank you for reporting this bug!
Hi there, sorry for the late answer. I haven't looked into this issue again but will most likely do that next week. I haven't forgotten about this issue :)
HI everyone, I was not able to reproduce this issue and think that everything works as intended. But I may misunderstand the issues you are experiencing (maybe a language barrier?)....
The last point here was: > I was not able to reproduce this issue and think that everything works as intended. But I may misunderstand the issues you are experiencing...
TODO: - [x] Rework CustomMovieScraper - [x] Let it create multiple scrape jobs - [x] Rework CustomMovieScraper handling in MovieDialog -> if a scraper needs search first, let the user...