Custom Query (1168 matches)
Results (46 - 48 of 1168)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#446 | duplicate | Make it easier to download the published audio file | ||
Description |
Currently there is no visible link to download the WebM audio file, choosing “Save As” for the spectrogram saves the HTML page. The only way to download is to get the URL from e.g. Firefox’s Page Info, the page source code, or using a browser add-on. |
|||
#449 | duplicate | Add download link to audio media type | ||
Description |
It would be good to have a "download" link appear in the sidebar or something for audio types so people can download an audio file if they enjoy it. This should be super simple to do, and a great task for a new contributor. |
|||
#450 | fixed | Theming support | ||
Description |
We should have proper theming support in MediaGoblin. We *kind of* have theming in MediaGoblin at present, but not really. Okay, so the things that are needed are really: Requirements:
ie, you don't want all .png and css files for a theme to be served by apache/nginx, so you might have a file with something like: location /mg_themes { alias /srv/mediagoblin/themes/static/; } and a line in mediagoblin.ini like: theme_install_dir = /srv/mediagoblin/themes/static/ People could possibly push theme static content to something like this with such a command: ./bin/gmg install_theme coolthemebro.tar.gz This might install the theme to something like: themes/ themes/templates/theme1/ themes/templates/theme2/ themes/static/theme1/ themes/static/theme2/
Questions:
|