Convert googlemapaudio + googlemapaudioTemp to LAVA @artifact_processor (+ media migration)#826
Merged
Conversation
…or (+ media migration)
Converts the Google Maps voice-guidance TTS audio pair to the decorated
single-return pattern, both under the 'Google Maps Voice Guidance'
category. The audio files migrate from media_to_html to ('Audio','media')
backed by check_in_media. Timestamps become aware UTC datetimes
(googlemapaudio from the <geo>_<ms> filename, the Temp variant from file
mtime), file size is reported as raw bytes for both, and the columns are
unified. Drops the dead convertGeo helper. Renames the artifacts from
'Googlemapaudio'/'GooglemapaudioT' to 'Google Maps Voice Guidance' and
'Google Maps Voice Guidance (Temp)'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts the Google Maps voice-guidance TTS audio pair to the decorated
@artifact_processorpattern, both under category Google Maps Voice Guidance:get_googlemapaudioapp_tts-cache/*_*get_googlemapaudioTempapp_tts-temp/**Changes
media_to_htmlto an('Audio','media')column backed bycheck_in_media.datetimevalues —googlemapaudiofrom the<geo>_<ms>filename, the Temp variant from file mtime.File Sizeis raw bytes for both (was a"X kb"string in one); columns unified.convertGeohelper. Renamed fromGooglemapaudio/GooglemapaudioTto descriptive names.Original dates preserved (2021-12-27 / 2023-04-27).