2013-03-22, 18:04
Sounds like it could be a caching issue... restart XBMC, and if that fails force reload your texture cache using ./texturecache.py -C sets
(2013-03-22, 18:04)MilhouseVH Wrote: Sounds like it could be a caching issue... restart XBMC, and if that fails force reload your texture cache using ./texturecache.py -C sets
(2013-03-23, 08:14)saitoh183 Wrote: In Nox, it works just fine for me
16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing cached thumb: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\5\552b3381.tbn
16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing fanart: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\Fanart\552b3381.tbn
(2013-03-30, 19:28)nick w Wrote: Hi
I'm a little confused how this script works. I have installed the script and ran it against my library but it hasn't updated my movie sets folder art?
I'm assuming this adds the movie set folder art work?
I have the present populated art work. So 28 days and 28 weeks later are in the set and the set has the 28 weeks later folder art still. I'd like the 28 day/week collection folder art
Am I missing a step?
Thanks
Nick
(2013-03-30, 19:40)CaptainKen Wrote: I'm using Frodo with Aeon Nox v4.0.2. This is a fresh windows 7 pro XBMC and AN installation. So nothing pre-existing, just like a new PC.
I have an issue where fanart for some collections does not show up until I press the "I" Information button and the then back out.
Here's a video clip on it.
XBMC log
EDIT:
I just realized that I forgot to turn on debugging. Here's the new log.
(2013-03-06, 13:38)sion Wrote: i have pics in .PNG format
can u pls add for PNG then i must not change to all for .JPG.
(2013-04-02, 18:53)RonnieG3 Wrote: Is it possible to add .png support for artwork? If i rename my posters to .jpg, I lose some clarity and transparency effects. I can set them individually, but would really like to be able to use this wonderful script. If it's something I can do with a quick mod, where would i add that?
(2013-03-18, 20:04)Zxurian Wrote: adding the port to the advancedsettings worked. Possibly default this to 3306 if not provided to avoid future crashes?
on Windows systems, you can't have a colon in the filename, so it shouldn't be trying to look for them. I don't know if there's a "standard" or not, but it seems that every renamer I've used for collections always translates atoCode::
(space, then dash) when doing the renaming.Code:-
(2013-03-30, 19:40)CaptainKen Wrote: I'm using Frodo with Aeon Nox v4.0.2. This is a fresh windows 7 pro XBMC and AN installation. So nothing pre-existing, just like a new PC.
I have an issue where fanart for some collections does not show up until I press the "I" Information button and the then back out.
I just realized that I forgot to turn on debugging. Here's the new log.
(2013-03-26, 23:15)saitoh183 Wrote: For some reason, My sets dont want to update anymore here is the log. i cant find the reason. I finds all the collection artwork but says 0 updated.
http://xbmclogs.com/show.php?id=7240
Also when it says for example :
Code:16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing cached thumb: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\5\552b3381.tbn
16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing fanart: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\Fanart\552b3381.tbn
There is no Fanart folder in Video only a folder called bookmark.
(2013-04-04, 10:12)saitoh183 Wrote:(2013-03-26, 23:15)saitoh183 Wrote: For some reason, My sets dont want to update anymore here is the log. i cant find the reason. I finds all the collection artwork but says 0 updated.
http://xbmclogs.com/show.php?id=7240
Also when it says for example :
Code:16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing cached thumb: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\5\552b3381.tbn
16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing fanart: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\Fanart\552b3381.tbn
There is no Fanart folder in Video only a folder called bookmark.
Hi Trentf,
any ideas?
18:21:15 T:140715745081088 DEBUG: [Movie Set Artwork Automator (Frodo)] - Using MySQL connector: {'host': u'192.168.0.201', 'pass': u'xbmc', 'port': u'3306', 'user': u'xbmc'}
(2013-04-04, 10:53)trentf Wrote:(2013-04-04, 10:12)saitoh183 Wrote:(2013-03-26, 23:15)saitoh183 Wrote: For some reason, My sets dont want to update anymore here is the log. i cant find the reason. I finds all the collection artwork but says 0 updated.
http://xbmclogs.com/show.php?id=7240
Also when it says for example :
Code:16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing cached thumb: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\5\552b3381.tbn
16:42:16 T:748 DEBUG: [Movie Set Artwork Automator (Frodo)] - Existing fanart: C:\Users\htpc\AppData\Roaming\XBMC\userdata\profiles\sissi\Thumbnails\Video\Fanart\552b3381.tbn
There is no Fanart folder in Video only a folder called bookmark.
Hi Trentf,
any ideas?
Yeah that's strange, the existing cached filenames in the log come straight from the XBMC API. So returning non-existant paths implies XBMC itself is out of sync somehow.