Release Artwork Organizer Script v6.1.1 (updated 26-12-2020)
#16
First post updated with v6.0.3
Image Image
Reply
#17
Hey guys, I got a little suggestion.

instead of those cryptic warning messages, which don't actually tell the user anything about what the danger of setting a custom path is, just display one warning that reads:
"CAUTION: Running this add-on deletes all contents inside the specified folder completely. Be careful.
Reply
#18
(2017-02-15, 18:56)ExplodingCore Wrote: Hey guys, I got a little suggestion.

instead of those cryptic warning messages, which don't actually tell the user anything about what the danger of setting a custom path is, just display one warning that reads:
"CAUTION: Running this add-on deletes all contents inside the specified folder completely. Be careful.

Hi,

Would you mind making your suggestion directly on Transifex? here

Thanks
Image Image
Reply
#19
I had a chance to install 6.0.3 from your github repo and it ran without issue. Thanks much for making this change. Now all my artwork is once again organized. Also, the foldering for movie sources is a nice feature as well.

Thanks again.
Reply
#20
(2017-02-17, 15:22)notable17 Wrote: I had a chance to install 6.0.3 from your github repo and it ran without issue. Thanks much for making this change. Now all my artwork is once again organized. Also, the foldering for movie sources is a nice feature as well.

Thanks again.
Thanks for your reply. It's nice you find the split by source function useful! [emoji2]

Enviado do meu Nexus 4 através de Tapatalk
Image Image
Reply
#21
I did all settings. Copy tv shows, custom path and fanart path. But my fanart folder won't populate... no errors. I got fanart in background of Kodi so it does work. It just won't copy the fanart. Maybe because it's from plex server?
Reply
#22
Have you enabled debug on logging?

If not, enable and run script againg and post debug log.
Image Image
Reply
#23
(2017-10-27, 11:14)redglory Wrote: Have you enabled debug on logging?

If not, enable and run script againg and post debug log.

02:39:36.548 T:4376   DEBUG: Thread LanguageInvoker start, auto delete: false
02:39:36.548 T:4376    INFO: initializing python engine.
02:39:36.548 T:4376   DEBUG: CPythonInvoker(40, C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py): start processing
02:39:36.675 T:4376   DEBUG: -->Python Interpreter Initialized<--
02:39:36.675 T:4376   DEBUG: CPythonInvoker(40, C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py): the source file to load is "C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py"
02:39:36.675 T:4376   DEBUG: CPythonInvoker(40, C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py): setting the Python path to C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer;C:\Program Files\Kodi\system\python\DLLs;C:\Program Files\Kodi\system\python\Lib;C:\Program Files\Kodi\python27.zip;C:\Program Files\Kodi\system\python\lib\plat-win;C:\Program Files\Kodi\system\python\lib\lib-tk;C:\Program Files\Kodi;C:\Program Files\Kodi\system\python;C:\Program Files\Kodi\system\python\lib\site-packages
02:39:36.675 T:4376   DEBUG: CPythonInvoker(40, C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py): entering source directory C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer
02:39:36.678 T:4376   DEBUG: CPythonInvoker(40, C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py): instantiating addon using automatically obtained id of "script.artworkorganizer" dependent on version 2.25.0 of the xbmc.python api
02:39:36.782 T:4376   DEBUG: script.artworkorganizer: script version 6.0.3 started
02:39:36.785 T:4376   DEBUG: CVideoDatabase::RunQuery took 1 ms for 63 items query: select * from movie_view
02:39:36.800 T:4376   DEBUG: CVideoDatabase::RunQuery took 4 ms for 46 items query: SELECT * FROM tvshow_view
02:39:36.817 T:4376   DEBUG: CVideoDatabase::RunQuery took 11 ms for 981 items query: select * from episode_view
02:39:36.924 T:4376   DEBUG: script.artworkorganizer: source 'smb:' does not contain any known content. assuming content not set.
02:39:36.925 T:4376   DEBUG: Previous line repeats 1 times.
02:39:36.925 T:4376   DEBUG: DialogProgress::Open called
02:39:36.925 T:4376   DEBUG: ------ Window Init (DialogConfirm.xml) ------
02:39:36.925 T:4376    INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
02:39:36.927 T:4376   ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "VideoLibrary.GetMovies", "params": {"properties": ["file", "title", "fanart", "year"], "filter": {"field": "path", "operator": "contains", "value": "C:\Users\Cynwrig\Pictures\Artwork\"}}, "id": 1}'
02:39:36.927 T:4376   DEBUG: script.artworkorganizer: moviefanart copied: 0
02:39:36.928 T:4376   ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "VideoLibrary.GetTVShows", "params": {"properties": ["file", "title", "fanart"], "filter": {"field": "path", "operator": "contains", "value": "C:\Users\Cynwrig\Pictures\Artwork\"}}, "id": 1}'
02:39:36.928 T:4376   DEBUG: script.artworkorganizer: tvshowfanart copied: 0
02:39:36.938 T:4376   DEBUG: script.artworkorganizer: script stopped
02:39:36.938 T:4376    INFO: CPythonInvoker(40, C:\Users\Cynwrig\AppData\Roaming\Kodi\addons\script.artworkorganizer\default.py): script successfully run
02:39:36.942 T:3196   DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
02:39:36.976 T:4376    INFO: Python script stopped
02:39:36.976 T:4376   DEBUG: Thread LanguageInvoker 4376 terminating
Reply
#24
Can you post your add-on configuration as well as media sources file?

I think you have set something wrong.

Thanks

Enviado do meu ONEPLUS A3003 através de Tapatalk
Image Image
Reply
#25
(2017-10-31, 00:57)redglory Wrote: Can you post your add-on configuration as well as  media sources file?

I think you have set something wrong.

Thanks

Enviado do meu ONEPLUS A3003 através de Tapatalk

#General
copy movie art
copy tv show fanart

#advanced 
custom source enabled
path c:\users\cynwrig\pictures\artwork

split artwork by media sources enabled
split movies artwork by mediasources enabled
split tv artwork by media sources enabled
normalizes names enabled

#expert
destionation directory c:\users\cynwrig\pictures\artwork

I don't understand what you mean by media sources files.
Reply
#26
Don't put anything in your path setting.

Just use the expert setting.

Try changing that and report back.

Thanks

Enviado do meu ONEPLUS A3003 através de Tapatalk
Image Image
Reply
#27
Hi, I've copied all of my artwork. But, how to make kodi read from that folder? I mean, if I clear library to refresh all, kodi read artwork from that folder, so not download anymore.
Reply
#28
The purpose of using this centralized artwork folder is to cycle backgrounds when your menu option is highlighted.

For instance you can have a TV shows menu item and backgrounds will cycle from the specified artwork folder.

Enviado do meu ONEPLUS A3003 através de Tapatalk
Image Image
Reply
#29
(2017-11-04, 03:23)redglory Wrote: Don't put anything in your path setting.

Just use the expert setting.

Try changing that and report back.

Thanks

Enviado do meu ONEPLUS A3003 através de Tapatalk

Thanks Man! Disabling custom path in advanced settings did the job. 

I am happy I can finally mix the fanart with my own wallpapers Smile

I still wonder what that custom path setting was for tbh.
Reply
#30
No problem[emoji6]

Enviado do meu ONEPLUS A3003 através de Tapatalk
Image Image
Reply

Logout Mark Read Team Forum Stats Members Help
Artwork Organizer Script v6.1.1 (updated 26-12-2020)0