Opened 14 years ago
Closed 13 years ago
#447 closed enhancement (fixed)
A link to download the original audio file.
| Reported by: | Aleksej | Owned by: | Christopher Allan Webber |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | programming | Keywords: | audio, sql, migration |
| Cc: | deletesoftware@… | Parent Tickets: |
Description
Such a link is currently available for video, but not for audio.
Change History (7)
comment:1 by , 14 years ago
| Keywords: | bite-sized added |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 14 years ago
| Keywords: | audio sql migration added |
|---|
We currently do not save the original file for audio.
I think we should
- Add a configurable option to
config_spec.inisuch as[media_type:mediagoblin.media_types.audio] keep_original = boolean(default=True)
- In audio.processing, keep the original file if the configuration setting is
True(see the video media plugin) - Change the name of the
oggfield towebm_audio. - Add download link to sidebar.
comment:3 by , 14 years ago
| Keywords: | bite-sized removed |
|---|
- I think this is not bitesized anymore.
- It was the wrong tag name. ;)
comment:5 by , 13 years ago
| Owner: | changed from to |
|---|
I've looked at it. It seems fine and tests pass except for metadata table errors that we usually see due to nosetest's generous module imports.
comment:7 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

You can't use the “original” field of
MediaEntrys, but an “ogg” field which holds the link equivalent to “original”… Maybe we should make a “migration” for that: change “ogg” to “original”?https://gitorious.org/~gandaro/mediagoblin/gandaros-mediagoblin/commits/audio-link-to-original