[Release] Artwork Organizer Script - 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] Artwork Organizer Script (/showthread.php?tid=109304) |
RE: [Release] Artwork Organizer Script - cw-kid - 2013-03-13 (2013-03-13, 17:58)ronie Wrote:(2013-03-13, 11:51)cw-kid Wrote: Hi Thanks for the reply, so it creates the extrafanart sub-folders on your server? Or it just stores them locally on the HTPC ? I would like changing / rotating backgrounds for music artists and movie backgrounds but haven't figured out how to do that yet. Cheers RE: [Release] Artwork Organizer Script - ronie - 2013-03-14 (2013-03-13, 20:30)cw-kid Wrote:(2013-03-13, 17:58)ronie Wrote:(2013-03-13, 11:51)cw-kid Wrote: Hi as you've already found out, by default it will store the images in the ../addon_data/script.artworkorganizer/ folder. however there's an option in the addon settings to select a custom destination folder. RE: [Release] Artwork Organizer Script - Reroshaggy - 2013-03-24 Just so i'm clear this is only to backup the artwork for other databases and such to use, and is not in fact to clean and relocate all art (I.E. all art to external instead to keep SD clean of art)? RE: [Release] Artwork Organizer Script - ronie - 2013-03-24 (2013-03-24, 02:42)Reroshaggy Wrote: Just so i'm clear this is only to backup the artwork for other databases and such to use, and is not in fact to clean and relocate all art (I.E. all art to external instead to keep SD clean of art)? nope, it doesn't clean, nor move anything. it only makes a copy of your artwork and stores it into separate folders. RE: [Release] Artwork Organizer Script - Reroshaggy - 2013-03-24 Thanks. Any idea if there is an add-on I had missed that does what I was looking? RE: [Release] Artwork Organizer Script - ronie - 2013-03-24 (2013-03-24, 04:02)Reroshaggy Wrote: Thanks. Any idea if there is an add-on I had missed that does what I was looking? not sure...maybe one of these can do what you're looking for: http://forum.xbmc.org/showthread.php?tid=158373 http://forum.xbmc.org/showthread.php?tid=158972 RE: [Release] Artwork Organizer Script - Reroshaggy - 2013-03-25 Thanks i'll look into them. Texture cache looks like a maybe but the other I don't think so. Just trying to keep junk files cleaned as I just deleted 1000 or so extra images off my HDD. RE: [Release] Artwork Organizer Script - cw-kid - 2013-04-02 Hi I was trying to follow the instructions here for Aeon MQ4 to setup rotating music artist fanart. On his screen shot he has used the option in the Artwork Organizer add-on to select a Destination Directory: However when I try and select my media folder located at: /home/xbmc/.xbmc/media When I select Home Folder I then cannot see any of the sub folders in XBMC to select that media folder. Not sure why this is? Some more screen shots and description here: http://forum.xbmc.org/showthread.php?tid=141369&pid=1385284#pid1385284 Thanks RESOLVED: Had to turn on an option in XBMC settings to see hidden system files ! RE: [Release] Artwork Organizer Script - Algorithmic - 2013-04-11 This isn't grabbing all the fan art that is downloaded, rather it is just getting the fan art I have set up under TV show information. How can I make it grab ALL the fan art that has been downloaded? For example, one show has 30 fan art images, this only grabs the one that is set under artwork for the show. RE: [Release] Artwork Organizer Script - ronie - 2013-04-11 you can't. it only grabs the default fanart image which is stored in your video db. RE: [Release] Artwork Organizer Script - strow9 - 2013-04-13 Hi Ronie, I recently switched from a WMC+media browser setup to XBMC, and the only thing I was missing about my previous setup was the now playing screen for music, which had a background made up of all my album art as I'm not a fan of intense visualizers. Just managed to accomplish a similar sort of thing through Aeon Nox with this script. I just wanted to thank you for your work creating this--I've been blown away by how well the XBMC community manages this whole project, and with people like yourself donating time. Also a troubleshooting tip for any other noobs out there (mentioned previously somewhere in these 18 pages, but took a while for me to find): if your destination directory isn't populating with artwork but the script appears to be running fine, try launching XBMC as an admin. Cheers! RE: [Release] Artwork Organizer Script - Raytestrak - 2013-05-13 I've found a minor bug. I organize my artwork into my skin directory so xbmc doesn't cache everything, but the _delete_directories subroutine fails when using special://skin/_fanart/. When using the full path, /storage/.xbmc/addons/skin.aeon.nox/_fanart/, it works just fine. I thought it was me at first, since I've modified the default.py on order to organize my fanart into multiple folders based upon different network folders (tvshowfanart is split up into anime and tvshows for instance), but since it doesn't happen for other parts of artwork organizer, it had to be something else. I'm also wondering why the _delete_directories enumerates files before deleting them. why not delete the main folder in one go since the next routine in the script is _create_directories? Code: def _delete_directories( self ): instead of Code: def _delete_directories( self ): something like that, but working, since this doesn't work RE: [Release] Artwork Organizer Script - Martijn - 2013-05-13 You clearly don't take into account that that won't work on every platform RE: [Release] Artwork Organizer Script - Raytestrak - 2013-05-13 (2013-05-13, 19:32)Martijn Wrote: You clearly don't take into account that that won't work on every platform Please explain. I changed all my hard paths to special:// in my guisettings.xml and add-on settings when I was on windows and had a portable install. This worked for just about everything, except for this obviously. Everything in this plugin works with special://, except for the delete part. If I could get this to work for this, it would be skin independent (xbmc does not cache files only if they are read from the current skin folder, if it loads images from an inactive skin folder, everything still gets cached). Now I'm running OpenElec and don't need it anymore, but I was just wondering. I just hadn't noticed it before. Or are you talking about the script part? I know jack about python, but again, just wondering. I'm only trying to learn Martijn. RE: [Release] Artwork Organizer Script - MSingh - 2013-06-11 installed this addon, ran it & it deleted half of my tv shows & all my movies. what kind of addon is this ? also by deleting the files didn't even go into the recycling bin. |