#42479 closed enhancement (duplicate)
Parse location data from video and audio uploads
Reported by: | desrosj | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | needs-patch needs-unit-tests |
Focuses: | Cc: |
Description
Latitude and longitude GPS data should be parsed from video and audio uploads and stored in meta whenever possible. This could open up lots of potential for interesting use cases.
#9257 is handling images.
Change History (6)
#3
in reply to:
↑ 2
@
7 years ago
Replying to melchoyce:
Could this data be used for malicious purposes? Is there any way to limit how public this data is by default?
Given we don't strip the data from uploads itself, it'd be merely making the data more accessible to WordPress plugins & themes.
I would assume we'd store it in an underscored field _location_data
maybe? which would mean that unless a plugin/theme chose to expose it, it shouldn't be queryable in any way.
Note: Images in #9257 is probably a better place to discuss the implications of this, leaving this purely for extending anything done for images to audio/video
This ticket was mentioned in Slack in #core-media by desrosj. View the logs.
7 years ago
#5
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #9257.
The image ticket is sufficient - the only location data available in audio/video is in the associated image (if supplied), if it contains "Recording Location"
Could this data be used for malicious purposes? Is there any way to limit how public this data is by default?