Ticket #1072 (closed enhancement: fixed)
Picasa keeps uploading the same pictures
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Firmware 2.3.7.0 |
| Component: | fon-plugin-picasa | Version: | 2.3.7.0 beta1 |
| Severity: | normal | ||
| Cc: | decodecoding@… | Hardware: | 2.0n (FON2300) |
Description
Adding pictures to the picasa folder and it keeps uploading the picture over and over.
removing lines 223-230 from http://trac.fonosfera.org/fon-ng/browser/trunk/luci/libs/uploadd/luasrc/fon/gdata.lua seems to fix it but I guess they are there for a reason :)
Also as reported in http://trac.fonosfera.org/fon-ng/ticket/495 when files are added through the Samba share they get added to the upload queue twice
Last thing, when they are uploaded they all show with the name 'fonera' it'd be cool if they could show their own name. Changing line 174 to
"<summary>"..file.."</summary>\r\n" ..
in the above file fixes this for me but I don't really know what I'm doing, just playing around.
