Wirrunna wrote: 
> 
> Ok, attached log.txt file and the image box that showed up twice.

Strange, according to the log the duplicate files already exist on the
server. Since the plugin uses a standard perl function to get the files
in the album's directory, I'm not sure how this can happen.

Can you
- make sure that the files are unique on an OS level (on the server,
open a command prompt, cd to the relevant directory, execute dir
(win)/ls -al (linux))
- try running the attached perl script (which is basically the part of
the getImagesForTrack subroutine listening the files) on the server:

Code:
--------------------
    
  perl listpics.pl /path/to/cover.jpg
--------------------


which will produce an output like this:


Code:
--------------------
    
  search path: /home/user/tmp/
  File /home/user/tmp/cover.png : name: cover path:/home/user/tmp/ suffix: .png
  File /home/user/tmp/altcover.png : name: altcover path:/home/user/tmp/ 
suffix: .png
  ...
--------------------


14721


+-------------------------------------------------------------------+
|Filename: lp.zip                                                   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=14721|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=98186

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to