Release Artist Slideshow addon (with skin and addon integration)
(2018-05-21, 16:51)meowmoo Wrote:
(2018-05-11, 02:48)pkscout Wrote:
(2018-05-10, 15:15)meowmoo Wrote: Hi there, 

for some reasons AS dont move the extrafanart to the NAS/Artist/extrafanart folder....they all stay in .kodi\userdata\addon_data\script.artistslideshow\temp Folder, the _imgdb.nfo is  however found in the NAS/artist/extrafanart folder..

here is a Debug Log

pastebin.xyz/p?q=dUFDQ20

thanks for looking at it Smile
All I can say in looking at that is that there is something happening with the NFS access.  Are you using NFS mounts defined in Kodi or NFS mounts in an FSTAB file with path substitution?  If the latter, I've never tested with that, so I have no idea how using that particular hack might affect file system access from the Kodi virtual file system (which I use in AS).

BTW, I use NFS here with mounts defined in Kodi and haven't seen that particular problem.   
 HI, Im using NFS mounts in Kodi, other Addons and Kodi can read write just fine from the NAS.

However I looked at the last changes on your github site, and when I change line 102 in resources/common/fileops.py back to 
Code:
_rename( filename, newfilename )
AS works just fine!

try and error + luck ;P
since i still dont know anything about Python, maby you have a idea whats going on.

thanks 
You basically created a situation where the rename function will generate a python error because the variables filename and newfilename don't exist.  That error is trapped, so when the rename fails the program does a two step process to rename. It copies the file to the new location then deletes the original.  So that works for you (which is great), but I can't for the life of me figure out why the rename function (which is built into the Kodi python stuff) works on my NFS and not yours.
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2018-05-21, 21:38
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5