[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 - Milhouse - 2013-05-12 (2013-05-12, 21:23)CaptainKen Wrote: I've had problems with mine however, where I have to press info for set fanart to show up. Did you follow my suggestion in post #131 and force your set artwork to be re-cached? If you did, and you're still having problems, then see if you have the same problems with the stock Confluence skin, as this will confirm if it's a skin issue. RE: [RELEASE] Movie Set Artwork Automator - trentf - 2013-05-13 (2013-05-12, 19:15)scorpie Wrote: HI, You need to be more specific than "cuz I don't get it to work". What settings are you using and what isn't working? Based on your folder structure, it seems you are dumping all movies into a top level folder and then collections in subfolders. For that you could use common folder mode, and make sure Test/Bourne/folder.jpg and Test/Bourne/fanart.jpg exist. RE: [RELEASE] Movie Set Artwork Automator - scorpie - 2013-05-13 HI, sorry for the missing infos The fanart is chosen by xbmc itself and this is ok. Each subfolder, containing a collection has a folder.jpg and some *-fanart.jpg (with the movie name in front of it like Bourne II-fanart.jpg). I set your script to common folder mode and folder.jpg,poster.jpg,Folder.jpg as thumbs. I don't know if case sensitive is important. But my problem is how do I get your program to work, do I have to press a button or something. Using the information button on a collection, I get the submenu with entries like rename title, change graphic, remove form library and so on. When I use change graphic I have to go thru all subfolders to get to the folder.jpg that I want. This is how I did it (with each collection) to chose the folder.jpg. I think I do something wrong. Thanks for your help scorpie edit forget everything that I wrote. My bad, my bad. I thought your prog. is doing it automatically. I'm new to xbmc and I have forgotten that I can start programs using the addon entry of the main menu. All I can say is, it worked like it should. Thanks for this program makes the hole thing a lot easier. scorpie RE: [RELEASE] Movie Set Artwork Automator - Milhouse - 2013-05-13 Run Movie Set Artwork Automator by clicking on the add-on listed in Programs. RE: [RELEASE] Movie Set Artwork Automator - scorpie - 2013-05-13 RE: [RELEASE] Movie Set Artwork Automator - brotbuexe - 2013-05-16 nice work, thanks, can we start the script in the background for example with the scheduler addon? RE: [RELEASE] Movie Set Artwork Automator - saitoh183 - 2013-05-16 Why would you need to since its only a 1 time deal that you need to change moveset fanart and poster? RE: [RELEASE] Movie Set Artwork Automator - SPC CHEESE - 2013-05-26 I finally have all 146 of my movie sets displaying the custom poster I always put in each of my collection folders anyhow. Thanks a ton! RE: [RELEASE] Movie Set Artwork Automator - trentf - 2013-05-26 (2013-05-26, 01:17)SPC CHEESE Wrote: I finally have all 146 of my movie sets displaying the custom poster I always put in each of my collection folders anyhow. Thanks a ton! You're welcome RE: [RELEASE] Movie Set Artwork Automator - mikebzh44 - 2013-06-17 French translation : Code: <strings> [RELEASE] Movie Set Artwork Automator - Kpitn - 2013-06-17 Hi, I've a question : is it possible with your add-on to use HD logos with Movies Set ? Like this : Thank you RE: [RELEASE] Movie Set Artwork Automator - mikebzh44 - 2013-06-18 I'm trying to make ClearLogo enable for moviesets. So I have mod your script to handle logo.png. But logo.png is not inserted in XBMC Data Base In my LOG file, I can see that my folder.png is found and inserted : Code: 17:20:37 T:8072 DEBUG: [Movie Set Artwork Automator (Frodo)] - Selected thumb: C:\Videos\Wallace et Gromit\folder.jpg but my logo.png is found and not inserted : Code: 17:20:37 T:8072 DEBUG: [Movie Set Artwork Automator (Frodo)] - Selected clearlogo: C:\Videos\Wallace et Gromit\logo.png Insert into XBMC DB is handle by this function : Code: def update_movie_set(percent, movieset, art_type, filename): Am I wrong ? Did you know why this function did not insert clearlogo art in art table ? Did you have any documentation about this function ? If I insert manually my logo in art table : Logo is displayed in Aeon Nox : Thanks for your help. EDIT : Sorry, I found that updateDatabase is provide by your addon in lib folder. I will check out how it work. RE: [RELEASE] Movie Set Artwork Automator - trentf - 2013-06-19 (2013-06-18, 17:38)mikebzh44 Wrote: Insert into XBMC DB is handle by this function : The updateDatabase function takes an art_type argument and currently that can only be "thumb", "poster" or "fanart". If you want to set a "clearart" entry in the DB you would need to add support for that type. RE: [RELEASE] Movie Set Artwork Automator - mikebzh44 - 2013-06-19 Yes. Logo is now OK. I share my mod, if you (or someone else) is interested : https://www.dropbox.com/s/iwib1dpcjst47zw/script.moviesetart-0.1.9.zip RE: [RELEASE] Movie Set Artwork Automator - sarakha63 - 2013-06-25 it's working like a charm very good it would be great to be able to delete or refresh if the image changed. I changed a logo by another one and it never made the change untill i made my self in the replacement in the thumbnails cahce folder |