v19 Artwork Dump - download scraper provided artwork - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: v19 Artwork Dump - download scraper provided artwork (/showthread.php?tid=360078) |
RE: Artwork Dump - download scraper provided artwork - Karellen - 2022-03-08 (2022-03-08, 22:41)n3551 Wrote: It doesn't scan the folders of the movies it failed before.Try deleting the processeditems.db in ...\userdata\addon_data\script.artwork.dump\ then restarting Kodi. RE: Artwork Dump - download scraper provided artwork - n3551 - 2022-03-09 (2022-03-08, 23:28)Karellen Wrote: Try deleting the processeditems.db in ...\userdata\addon_data\script.artwork.dump\ then restarting Kodi. I'm on the Nvidia shield, where do I find the file? Thanks again RE: Artwork Dump - download scraper provided artwork - n3551 - 2022-03-09 Android 11 doesn't allow solid Xplorer to navigate Android folder 😥 RE: Artwork Dump - download scraper provided artwork - Karellen - 2022-03-09 (2022-03-09, 01:52)n3551 Wrote: Android 11 doesn't allow solid Xplorer to navigate Android folder 😥Try the file manager... https://kodi.wiki/view/File_manager Its in the Profile directory RE: Artwork Dump - download scraper provided artwork - Ronny3 - 2022-03-15 Is the new Artwork Dump version 0.2.4 still working for you? RE: Artwork Dump - download scraper provided artwork - Ronny3 - 2022-03-15 The problem is already reported on GitHub.  https://github.com/rmrector/script.artwork.dump/issues/11 RE: Artwork Dump - download scraper provided artwork - Ronny3 - 2022-03-16 Thanks rmrector  for the quick fix with the new version 0.2.5 the problem was fixed again. RE: Artwork Dump - download scraper provided artwork - knives of ice - 2022-03-17 (2022-03-16, 11:42)Ronny3 Wrote: Thanks rmrector  for the quick fix with the new version 0.2.5 the problem was fixed again. where is 0.2.5? it isn't in the repository that I can see. still only seeing 0.2.4 which fails to run every time for me since the udpate RE: Artwork Dump - download scraper provided artwork - Karellen - 2022-03-17 (2022-03-17, 02:14)knives of ice Wrote: where is 0.2.5? it isn't in the repository that I can see. still only seeing 0.2.4 which fails to run every time for me since the udpateYou'll have to download to zip file from the repo using the green button... https://github.com/rmrector/script.artwork.dump RE: Artwork Dump - download scraper provided artwork - Flest - 2022-05-01 need help ) artwork dump error ( https://paste.kodi.tv/apofehuzaw.kodi RE: Artwork Dump - download scraper provided artwork - rmrector - 2022-05-01 The error "check_hostname requires server_hostname" error message suggests a bad or misconfigured proxy - https://stackoverflow.com/questions/67297278/valueerror-check-hostname-requires-server-hostname . The proxy is probably configured in Windows. RE: Artwork Dump - download scraper provided artwork - bahner - 2022-05-02 Thank you! RE: Artwork Dump - download scraper provided artwork - rpharrison - 2022-06-03 Hi, I'm seeing a warning message appearing many times in kodi.log on startup: Quote:WARNING <CSettingDependencyCondition>: unable to check condition on unknown setting "max_multiple_fanart"Managed to track this down to "\addons\script.artwork.dump\python\libs\addonsettings.py" line 35: Quote:    self.max_multiple_fanart = addon.getSettingInt('max_multiple_fanart')Artwork Dump version:0.2.5 on Kodi 19.4 (Windows 10 Pro/64 21H2, i7-3960X, 48GB) kodi.log: https://paste.kodi.tv/zuroserupi.kodi RE: Artwork Dump - download scraper provided artwork - dm21912 - 2022-07-10 (2021-10-13, 03:42)Karellen Wrote:(2021-10-07, 16:28)Shredder_guitar Wrote: I want the fanarts, banners, logos, thumbs and stuff for the artist to go in the ./Music/Artist Information/{artist} folder and all the album images to go in the in the ./Music/Artist/{Artist}/{Album} Is this possible? from what i can tell everything seems to be dumping into the ./Music/Artists/{artists}/{album} folder insteadThat is exactly what it does. I even just tested it, in the off chance it was broken, but it works as described. in a similar but different vein. I have a local artist information folder on a drive in my device, and my actual music is stored on a home server. At the moment.. Artist related images/media are going to the AIF (Which is where I want them) But, all the album art is going to the server (library location) which is NOT what I want.. (With Artwork Beef it all went to the AIF) reason being, the way my server is setup, the kodi music library is actually a mirror thats done nightly by rsync, but its single direction, so all the art that AD puts on there just gets deleted with the overnight sync. Is there a way I can force all of the music related artwork to go to AIF as it did with Artwork Beef? (basically i want everything in my AIF, nfo's, lyrics, artist images - which are all there, and also album art - which currently doesnt) RE: Artwork Dump - download scraper provided artwork - Karellen - 2022-07-10 (2022-07-10, 00:46)dm21912 Wrote: Is there a way I can force all of the music related artwork to go to AIF as it did with Artwork Beef?Not that I am aware of. Even if it did, then Kodi would not be able to find and use it as it is looking for album artwork in the album folder. |