2018-08-18, 11:20
As far as I know, the only working version is the nightly done by Komplex, so try the newest one https://forum.kodi.tv/showthread.php?tid=316733
(2018-08-18, 00:51)Saisio Wrote: Hello,I need the log of the newest Ember daily version.
Long time user of Ember and have recently been having an issue with scraping images. Any movie I try to scrape will be found, but once it starts to try to download posters or fan art every one will time out and the Ember gets weird when everything starts to time out and sometimes I will have to force quit the application. I haven't changed any settings and I have tried the latest alpha as well as the version (1.4.7.2 x86) I have been using for years (and successfully scraped hundreds of movies and TV shows with).
I'm usually pretty good at Google-fu'ing a solution to most of my issues if I can't solve them but I am coming up with nothing this time so I thought I'd reach out and ask. I'll post a pastebin of my log file below that contains the timeout errors and any ideas would be great.
Thanks
Pastebin: https://pastebin.com/wLW5aTF6
(2018-08-29, 22:32)abescalamis Wrote: Hi Dan, I only wanted to know if there is a way to have Ember download the poster with the highest votes, currently Ember picks the poster with the best resolution. the poster with the highest vote is the coolest lookingNo. The problem is that one scraper/provider use a rating " 6 of 10", one use "likes" (e.g. 235 likes) and another don't have a rating system. So it's not really easy to find a solution that works with multiple image sources.
(2018-08-30, 20:38)abescalamis Wrote: Do any of you know how to do this:If you already have a "poster.jpg" than the option "Keep existing" works only if you've also enabled this file name under Settings => Files & Sources => File Naming" , otherwise Ember don't know/read that file. The "Kodi Frodo" default is "<filename>-imagetype.ext". "poster.jpg" has to be added manually to the file name "Expert" settings.
In the scraper-Images settings I have selected "Keep existing", but what ember does is create a copy of the "poster.jpg" and names it "Moviename (2018)-poster.jpg", is there a way to have ember delete the "poster.jpg" after scraping, I don't want to have 2 poster files.
Thank you
powershell:Get-ChildItem "path\to\tv\movies" -recurse -include 'poster.jpg' | remove-item