Reloading individual media sources
Currently I have 7 media sources (mapped to different NAS drives). When adding new titles to scrape, it can take some time to reload the entire movie base. I'm not sure if others think so, but it would be great if along with the full reload, we had an option to just reload an individual media source to make the process quicker.
The Reload button could work like it does now, but also have a dropdown, allowing a single source to be scanned.
Hi,
thanks for opening this feature request. Please note that, due to limited time, I'm limiting myself to bug fixes. See https://github.com/Komet/MediaElch/issues/1710 for details.
This is definitely an often wished feature, and a good idea.
Regards, Andre
Thanks Andre - yep I know you don't have time, but thought it would be good to have the idea here for the future.
Is the build documentation up to date for the app? C++ is not my thing but if I have time I will take a look at some small things.
Thanks Andre - yep I know you don't have time, but thought it would be good to have the idea here for the future.
Is the build documentation up to date for the app? C++ is not my thing but if I have time I will take a look at some small things.
Yes, the build steps are up-to-date. Personally, I use Jetbrains' CLion as an IDE. Alternatively, I've used QtCreator for a few years.
Note that parts of the app were not written with best practices in mind. If you have questions, please let me know. :) I'll try to answer them more quickly than in the last few months.
Much appreciated, I'll get a full build environment set up first and see what I can do. Glad to hear I can use CLion, I have all the JetBrains tools for work.
By the way, we also have a (huge) CI docker image, in case you want to use it. :)
https://github.com/Komet/MediaElch/blob/master/.ci/docker/Dockerfile.ci.linux
Cheers! Tempting, but I'd like to set up the env manually, it's been a long time since I worked with compiled code and tools. Just need lots of coffee.