Ticket #669 (closed enhancement: fixed)
Remove ImageDescription metadata as candidate for media title
Reported by: | bruno | Owned by: | olivier |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.6 |
Component: | module:core | Version: | 2.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
Certains appareils numériques ont la mauvaise idée de renseigner la métadonnée "ImageDescription?" des photos toujours avec la même information ("OLYMPUS DIGITAL CAMERA" par exemple), ce qui donne des titres de media pas forcément pertinents après upload.
Il pourrait être intéressant de détecter cela et de forcer le titre du média au nom du fichier dans ce cas.
Proposition: ajouter une regexp dans un setting qui matcherait les ImageDescription? à bypasser...
Change History
comment:2 Changed 17 years ago by bruno
(in [2735]) Removed ImageDescription? metadata as candidate for media title
comment:3 Changed 16 years ago by xave
- Status changed from new to closed
- Resolution set to wontfix
trop spécifique à une marque.
comment:4 Changed 16 years ago by xave
- Status changed from closed to reopened
- Summary changed from Titre des médias et informations EXIF exotiques to Removed ImageDescription metadata as candidate for media title
- Resolution wontfix deleted
- Milestone changed from 2.2 to 2.1.6
comment:5 Changed 16 years ago by xave
- Summary changed from Removed ImageDescription metadata as candidate for media title to Remove ImageDescription metadata as candidate for media title
comment:6 Changed 16 years ago by xave
- Status changed from reopened to closed
- Resolution set to fixed
(In [2795]) Removed ImageDescription?? metadata as candidate for media title. Thanks Bruno. Closes #669.
Note: See
TracTickets for help on using
tickets.
(In [2731]) Prevent exotic media EXIF description in title, see #669