Re: Problem with spaces in Filenames



Hi Paul,

I don't get that one :(

So, you have problems importing and then viewing images with a
whitespaces in the filename ? it do works fine here...

And about the %20% things: were did you see that pattern ? in the 'Name'
on the left sidebar ? or elsewhere ? (I agree, the left sidebar is
wrong).

I suspect an encoding issue, does this command returns something ?

select l.id, l.uri, r.uri from photos as l, photos as r where l.uri LIKE
r.uri AND r.id != l.id;

I suspect a 'no', so it could be an encoding issue ...

regards

s


On Mon, 2007-09-17 at 08:22 +0200, Paul Wellner Bou wrote:
> Hello,
> 
> F-spot does not handle the filenames with spaces as it should. I am not 
> sure if this is a problem of a new revision (I am using latest svn) or 
> if it is a problem of the RAW/Jpeg-versioning extension.
> 
> F-Spot detects the files with spaces for example as:
> DSC_1241%20(Modified%20in%20GIMP%20Image%20Editor).JPG
> 
> Copying the photo location in the context menu uses the right name:
> .../DSC_1241 (Modified in GIMP Image Editor).JPG
> 
> (This photo is not a version of another one, it is imported as original 
> version.)
> 
> The problem with this difference is that if I reimport new Photos I 
> saved (for example after RAW processing some new ones) to my Photo 
> directory F-Spot wants to reimport all those files once again as the 
> filename does not match ('%20' or ' ').
> 
> The entries in the database seem to be correct:
> sqlite> SELECT uri FROM photos WHERE uri LIKE '%1241%';
> file:///home/paul/Photos/2007/01/04/DSC_1241.JPG
> file:///home/paul/Photos/2007/01/04/DSC_1241 (Modified in GIMP Image 
> Editor).JPG
> 
> (I saved this 'version' edited in Gimp as independent photo.)
> 
> Reimporting this photo results in two entries in F-Spot regarding the 
> same filename:
> sqlite> SELECT uri FROM photos WHERE uri LIKE '%1241%';
> file:///home/paul/Photos/2007/01/04/DSC_1241.JPG
> file:///home/paul/Photos/2007/01/04/DSC_1241 (Modified in GIMP Image 
> Editor).JPG
> file:///home/paul/Photos/2007/01/04/DSC_1241 (Modified in GIMP Image 
> Editor).JPG
> 
> Regards
> Paul.
> _______________________________________________
> F-spot-list mailing list
> F-spot-list gnome org
> http://mail.gnome.org/mailman/listinfo/f-spot-list
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]