[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 - wgstarks - 2014-01-26 (2014-01-26, 07:45)LEDFan Wrote: Would that be possible to also support the disc art and clearlogo?Not supported. Quote:Also, can I use this addon if all my movies are in one single folder? What would be the settings to use? Just use the single artwork folder method described in post 1. RE: [RELEASE] Movie Set Artwork Automator - Mr. V - 2014-02-09 Not to sure what is happening here. I am using the latest nightly for gotham. My video database is now called 'Myvideo78'. This plugin is accessing and writing to 'Myvideo76'. So simply i cant get it showing the artwork due to writing to an old database. Logs https://skydrive.live.com/redir.aspx?cid=ae1918d112d1916c&resid=AE1918D112D1916C!1601&parid=AE1918D112D1916C!201&authkey=! RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2014-02-09 Edit the database version in script.moviesetart.frodo/lib/database.py: Code: DATABASE_VERSION_GOTHAM = "78" RE: [RELEASE] Movie Set Artwork Automator - Mr. V - 2014-02-09 Thanks RE: [RELEASE] Movie Set Artwork Automator - Ic3y - 2014-03-02 Getting the following error when I run this add-on. Does this add-on read the "set" information from .NFO files with each movie and thus requires the .NFO files to work ? Quote:21:19:02 T:1168 NOTICE: [Movie Set Artwork Automator] - Updating artwork for Movie Sets I'm using a single folder for all the movie set artwork. And separate folders for movies (no .NFO files): M:\Movies\Artwork\Dark Knight Collection-folder.jpg M:\Movies\Artwork\Dark Knight Collection-fanart.jpg M:\Movies\Batman Begins\Batman Begins.mkv M:\Movies\Dark Knight\Dark Knight.mkv M:\Movies\Dark Knight Rises\Dark Knight Rises.mkv Using Gotham Thanks for the help ! -Nik RE: [RELEASE] Movie Set Artwork Automator - Levi59 - 2014-03-03 You should submit your addon on superrepo.org ... There would be easier to access and more people could enjoy it ^^ RE: [RELEASE] Movie Set Artwork Automator - Cocotus - 2014-03-08 Updated to Gotham yesterday, used this addon (had to change database.py to 78 like described a few posts earlier) and succesfully applied 79 from 81 set-images to my moviesets. Here's the xbmc log for the 2 remaining moviesets which couldn't be processed: Code: 09:49:03 T:140281861097216 ERROR: OperationalError: Could not decode to UTF-8 column 'url' with text 'nfs://192.168.2.200/Media_1/Movie/Action/Bourne Identitå´¯fanart.jpg' I don't know why addon should search for fanart/poster in movie folder (I configured single folder), anyway the names of images in configured single folder path for those 2 movies are: Bourne Collection-fanart, Bourne Collection-poster and National Treasure Collection-fanart and National Treasure Collection-poster Not a big problem because only 2 moviesets are affected but I decided to report nonetheless RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2014-03-08 Any chance of using JSON to set artwork on movie sets, as this is now supported in Gotham, then you can drop the dependence on SQLite/MySQL. There is a performance hit, but work to address that is ongoing. RE: [RELEASE] Movie Set Artwork Automator - javcarbe - 2014-03-27 I run and I got this message movie set artwork automator (Frodo) < type'exceptions.ImportError' > no localization support for language (eng) RE: [RELEASE] Movie Set Artwork Automator - EngineerPeter - 2014-03-28 @Ic3y I have this error as well; have you managed to solve it?? (I'm also using the same filing arrangement) Thanks RE: [RELEASE] Movie Set Artwork Automator - andyd - 2014-03-30 Thanks for this addon. Exactly what I'm after. I'm having issues with it though. When I try to update my movie sets, it keeps saying there is "no such table: sets" ... sql operational error RE: [RELEASE] Movie Set Artwork Automator - Cocotus - 2014-04-02 (2014-03-30, 15:10)andyd Wrote: Thanks for this addon. Exactly what I'm after. If you use Gotham than you need to change a line in the addon: (2014-02-09, 00:50)MilhouseVH Wrote: Edit the database version in script.moviesetart.frodo/lib/database.py: RE: [RELEASE] Movie Set Artwork Automator - andyd - 2014-04-03 Oh OK. Yeah I'm using Gotham. I'll give it a try RE: [RELEASE] Movie Set Artwork Automator - andyd - 2014-04-03 I gave it a try and it doesn't seem to help. Unless I'm supposed to do something in order for the addon to scan? This is an example of a folder... Alien Anthology \ Alien Alien Anthology \ Aliens Alien Anthology \ folder. jpg The defaults should pick it up? RE: [RELEASE] Movie Set Artwork Automator - Cocotus - 2014-04-05 (2014-04-03, 13:46)andyd Wrote: I gave it a try and it doesn't seem to help. Unless I'm supposed to do something in order for the addon to scan? This is an example of a folder...Don't know, personally I use single folder config (all movieset art in one seperate folder, where images are named like i.e. Alien Athology-poster.jpg, Alien Athology-fanart.jpg ) |