Andre Meyering
Andre Meyering
> a rewrite of movie scrapers is planned. This includes the custom movie scraper. ETA: ~next 2 months (hopefully, no promises). Well, it was more like 2 years. But I...
MediaElch now supports multiple ratings in the UI.
Hi, thanks for reporting this issue. I will look into it soon. Due to limited time on my side, it may take a week or two, before I get back...
I can confirm that actor images aren't loaded when scraping for more than one episode. (for all scrapers)
Hi, thanks for your feedback! MediaElch's main window has hard-coded colors... A while ago I moved all hard-coded styles to this CSS file: https://github.com/Komet/MediaElch/blob/master/src/ui/default.css I would need to adjust that...
Hi, yes, that should be possible. But I have other topics that have a higher priority and then I have a few university projects that I need to take care...
It's been a long time. I plan this for the next version. _Notes to self_: - Search URL: https://www.fernsehserien.de/suche/simpsons - TV Show URL: https://www.fernsehserien.de/die-simpsons - Episode URL: https://www.fernsehserien.de/die-simpsons/folgen/2x01-der-musterschueler-62047 - Season...
Further notes: Auto-redirection from `https://www.fernsehserien.de/suche/Scrubs` to `http://www.fernsehserien.de/scrubs` (without https!): ``` ❯ wget https://www.fernsehserien.de/suche/Scrubs --2023-05-30 21:07:34-- https://www.fernsehserien.de/suche/Scrubs Resolving www.fernsehserien.de (www.fernsehserien.de)... 54.93.170.188, 3.69.236.91, 52.58.22.94 Connecting to www.fernsehserien.de (www.fernsehserien.de)|54.93.170.188|:443... connected. HTTP request sent,...
_Notes to self:_ Searching for "Scrubs" needs more work. But that should be easy to do once the TV show page scraping works. Search works so far: 
Basic TV show loading works as well. More details to come, but I only wanted to test that it works at all (see preview window):  --------- @TotoCon Are you...