[RELEASE] Movie Set Artwork Automator - 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: [RELEASE] Movie Set Artwork Automator (/showthread.php?tid=153502) |
RE: [RELEASE] Movie Set Artwork Automator - Fexel - 2014-11-24 Found my Mistake - Done RE: [RELEASE] Movie Set Artwork Automator - Lockos - 2014-11-27 Hi everyone ! Can someone tell me what are the changes to edit in the database.py in order to make this script work with Helix ? Hi tried with 90 as a number for video database but the script is not working anymore... Is it compatible with Helix or should we wait a little ? Thanks in advance ! RE: [RELEASE] Movie Set Artwork Automator - scorpie - 2014-11-27 This one is working for me with Kodi http://www.file-upload.net/download-9914032/script.moviesetart.frodo.zip.html RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2014-11-28 You don't need to make any changes for Helix - the add-on uses JSON rather than connect directly to the databases as it did/does with Gotham. RE: [RELEASE] Movie Set Artwork Automator - Ic3y - 2014-11-28 (2014-10-25, 08:42)Edworld Wrote:(2014-10-20, 20:30)Ic3y Wrote: If you are trying to apply artwork for the Toy Story Set or Collection, you need to download the art manually, place it in your D:\Artwork folder and name it: "Toy Story Collection-poster.jpg", then run the Movie Set Artwork Automator addon. Out of curiousity, are you using a MySQL setup ? Here's my set up that works for comparison: XBMC/Kodi v13.2 AQ5 Skin MSAA 0.2.2 - Enable only options: - Forced Database update - Search common parent folder - Single artwork folder File set up: -Nik RE: [RELEASE] Movie Set Artwork Automator - Lockos - 2014-11-28 @scorpie and milhouse : Yes, silly me ! I tried with no change and indeed it is working ! big thanks to you two ! RE: [RELEASE] Movie Set Artwork Automator - AnthonyJS02 - 2014-11-29 Will this eventually have be able to pull movie set nfo and use that for data or is there another way to get this to work? I am using ace skin. RE: [RELEASE] Movie Set Artwork Automator - MANswers - 2014-12-03 will this work with gotham aeon mq5? Re: RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2014-12-03 (2014-12-03, 06:44)MANswers Wrote: will this work with gotham aeon mq5? This add-on will work with every skin, as the assignment of set artwork is not skin specific. Whether your skin of choice supports the assigned set artwork is, however, a different matter (Aeon MQ5 probably does). Re: RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2014-12-03 (2014-11-29, 20:48)AnthonyJS02 Wrote: Will this eventually have be able to pull movie set nfo and use that for data or is there another way to get this to work? I am using ace skin. There's no need for the add-on to read nfo data as it's reading your media library (which may have been populated with metadata scraped from nfo files). Once you have the sets created in your media library, either from nfo data or manually created sets, the MSAA add-on is ready to start work assigning artwork to those sets. Your current skin is irrelevant as far as this add-on is concerned. RE: [RELEASE] Movie Set Artwork Automator - AnthonyJS02 - 2014-12-03 (2014-12-03, 07:09)Milhouse Wrote:(2014-11-29, 20:48)AnthonyJS02 Wrote: Will this eventually have be able to pull movie set nfo and use that for data or is there another way to get this to work? I am using ace skin. Sorry.....fully understand that is how it works and have been using it for a long time. I was more curious on if it would ever pull no data for the movie set information.......plot summary, dates, etc....as of now think it's skin dependent based of phil65 script but didn't know if there were other means to adding it in. (Ember media manager started scraping movie set nfos) RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2014-12-03 The media library doesn't support Movie Set metadata beyond the title and artwork, so anything else is always going to have to be stored outside of the media library until such time as the library format is extended. Once you start storing meta data outside of the media library, the display of such data becomes skin/addon specific. So for the time being, there's nothing MSAA can do that is going to be any different to existing solutions, in which case continue using your existing solution (Phil65's script, or maybe VideoExtras) RE: [RELEASE] Movie Set Artwork Automator - meowmoo - 2014-12-15 Very nice Addon, found it via Google should be in the Repo for sure RE: [RELEASE] Movie Set Artwork Automator - win88ice2004 - 2014-12-31 (2014-06-18, 04:54)win88ice2004 Wrote:(2014-06-18, 04:07)MilhouseVH Wrote:(2014-06-18, 03:38)trentf Wrote: But is it safe to assume nobody stores artwork in the VIDEO_TS folder itself, since now we will be ignoring it? Hey Guys, was the VIDEO_TS ever looked into for this addon? Thanks! RE: [RELEASE] Movie Set Artwork Automator - maxdido - 2015-01-03 Raspberry Pi B+ raspbmc with kodi 14 Movie Set Artwork Automator version 0.2.2 I used your plugin and I had some trouble in the beginning. I couldn't get the thumbnails as icons on the moviewall to show. I named all thumbnails to MovieSetName-folder.jpg (all artwork in 1 single folder). Then I noticed in the settings you can change the filenames of: - thumbnail --> folder.jpg - poster --> poster.jpg - fanart --> fanart.jpg - etc... etc I changed poster.jpg to folder.jpg and after a restart of my raspberry pi the thumbnails of the movieset where changed. So great app you wrote. Still I have a question, what is the difference between thumbnail and poster? Where is what used? |