search for: mimetype

Displaying 20 results from an estimated 157 matches for "mimetype".

2008 Jul 02
2
how to create an mpeg4 mimetype (OT)
...o do is have the web clients click on the link and have either the clip pop up a save dialog or even better, start playing the clip. Right now if the link is clicked it starts downloading right away but the file looks like gibberish. I guess what I am seeing is the raw code. I think it's a mimetype thing but I'm not sure and if it is, how would I create the mimetype entry to do what I would like? Thanks in advance for any and all information received. Phil
2005 Nov 03
4
shared-mime-info (PR#8278)
...sometimes I use its default text editor gedit. It uses gtksourceview library for syntax highlighting. I decided that it would be nice if gedit supported R syntax. So I created apropriate .lang file: http://bugzilla.gnome.org/show_bug.cgi?id=157370 Gedit picks apropriate lang file according to file mimetype, so I created apropriate mime type for files with extension .R. I filed a bug report at freedesktop.org: https://freedesktop.org/bugzilla/show_bug.cgi?id=1782 There Christophe Fergeau suggested that maybe R could take care of installing this mime type by itself. Is it possible? As I understand it...
2008 Aug 15
0
final changes to mimetypes rfc
>> Just one small question, 10.3: "In particular, .ogg is used for Ogg >> files that contain only a Vorbis bitstream, while .spx is used for Ogg >> files that contain only a Speex bitstream." >> >> Should that be a "Vorbis I" bitstream, or is it intentionally left open? > > Technically it is a Vorbis I bitstream, but I think we should leave
2008 Aug 16
2
Fwd: final changes to mimetypes rfc
On Thu, Aug 14, 2008 at 9:14 PM, Silvia Pfeiffer wrote: > The IETF has a final draft of our RFC at > ftp://ftp.rfc-editor.org/in-notes/authors/rfc5334.txt (yes, it goes > from 3534 to 5334 - funny!). Didn't we decide YUV4MPEG should be 8 octets as well? -r
2008 Aug 16
2
Fwd: final changes to mimetypes rfc
Excellent, thanks for noticing - will add that. Also: question about the Dirac codec identifier in Ogg. It is currently char[5]: 'BBCD\0' - but in your spec it is char[4]: 'BBCD'. Which one should we put in? Cheers, Silvia. On Sat, Aug 16, 2008 at 5:31 PM, David Flynn <davidf+nntp at woaf.net> wrote: > On 2008-08-16, Ralph Giles <giles at xiph.org> wrote:
2008 Aug 16
4
Fwd: final changes to mimetypes rfc
On Sat, Aug 16, 2008 at 12:23 AM, Silvia Pfeiffer wrote: > Have we got a spec? If not, we may want to remove it altogether and > make the fixes in our wiki as the spec develops. We have a draft spec with no implementation. I can't imagine the magic changing, so I think it's ok to leave it in, but I'm ok to remove it if you think that's best. I do think there's little
2008 Aug 17
1
Fwd: final changes to mimetypes rfc
...eiffer <silviapfeiffer1 at gmail.com> wrote: > OK, then yuv4mpeg will have the magic number: char[8]: 'YUV4MPEG'. Which was previously for those not paying attention char[9]: 'YUV4MPEG2'. > Also, can you put the link to the spec into > http://wiki.xiph.org/index.php/MIMETypesCodecs ? AFAIK, that is just a matter of putting a [[OggUVS]] in there. At least that's what I reckon to be the spec for YUV4MPEG encapsulation. -Ivo
2008 Aug 17
1
Fwd: final changes to mimetypes rfc
On 17-Aug-08, at 1:11 AM, Silvia Pfeiffer wrote: > OK, then yuv4mpeg will have the magic number: char[8]: 'YUV4MPEG'. > Is that ok? Yes, I'm good with that. > Also, can you put the link to the spec into > http://wiki.xiph.org/index.php/MIMETypesCodecs ? Thanks! Sorry, I thought I'd dumped the spec into the wiki. It's there now, and linked from the MIMETypesCodecs page. -r
2008 Aug 19
0
final changes to mimetypes rfc
2008/8/18 Silvia Pfeiffer <silviapfeiffer1 at gmail.com>: > On Mon, Aug 18, 2008 at 9:59 PM, Ian Malone <ibmalone at gmail.com> wrote: >> 2008/8/15 Silvia Pfeiffer <silviapfeiffer1 at gmail.com>: >>> On Fri, Aug 15, 2008 at 9:03 PM, ogg.k.ogg.k at googlemail.com >>> <ogg.k.ogg.k at googlemail.com> wrote: >>>>>> Just one small
2005 Dec 16
0
upload problem with mimetypes
I am building a flash-based uploader for rails that allows multiple files to be selected from a user''s hard drive and then put into a queue for upload. This works great except that macromedia uploads everything as "application/octet-stream". This means that displaying the newly uploaded content inline is a pain because the browser asks to download it first. To get around this I
2007 Mar 22
1
ogg, mimetypes and containers and rfc4281
just found http://www.ietf.org/rfc/rfc4281 and it looks like a good way to indicate which content ogg streams have, to my understanding one would use things like these: Content-Type: application/ogg; codecs="theora, vorbis" Content-Type: application/ogg; codecs="theora, speex" Content-Type: application/ogg; codecs="vorbis" what would be a good place to
2005 Oct 06
3
nested classes
I am working on wxFileType and wxMimeTypesManager, most of which I have done but I had to comment out a nested class in wxFileType and the methods that use it. Does anyone have a clever way to get around nested classes since SWIG does not currently support them? Sean
2007 May 26
3
Differentiating Video from Audio
...r" for the thunar file manager that can process .ogg files containing a video stream and produce a thumbnail of a particular frame. The only trouble is telling which files have a video stream in an efficient method. The best I've come up with is running ogginfo on every file with the mimetype application/ogg. Is there a better method? I know it has been brought up before on this list and others, but is there any possibility of separate mimetypes for audio and video ogg files? Thank you, Erlend
2008 Aug 15
4
final changes to mimetypes rfc
Hi all, The IETF has a final draft of our RFC at ftp://ftp.rfc-editor.org/in-notes/authors/rfc5334.txt (yes, it goes from 3534 to 5334 - funny!). If you have anything in need of change, speak up now. I have one question in particular: Ogg.k.ogg.k: is the kate codec parameter now down to 8 bytes? If so, it's ok, since I've already made that change. Cheers, Silvia.
2008 Aug 15
2
final changes to mimetypes rfc
On Fri, Aug 15, 2008 at 9:03 PM, ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com> wrote: >>> Just one small question, 10.3: "In particular, .ogg is used for Ogg >>> files that contain only a Vorbis bitstream, while .spx is used for Ogg >>> files that contain only a Speex bitstream." >>> >>> Should that be a "Vorbis
2008 Aug 15
3
final changes to mimetypes rfc
On Fri, Aug 15, 2008 at 8:42 PM, Ian Malone <ibmalone at gmail.com> wrote: > 2008/8/15 Silvia Pfeiffer <silviapfeiffer1 at gmail.com>: >> Hi all, >> >> The IETF has a final draft of our RFC at >> ftp://ftp.rfc-editor.org/in-notes/authors/rfc5334.txt (yes, it goes >> from 3534 to 5334 - funny!). >> >> If you have anything in need of change,
2008 Aug 18
4
final changes to mimetypes rfc
On Mon, Aug 18, 2008 at 9:59 PM, Ian Malone <ibmalone at gmail.com> wrote: > 2008/8/15 Silvia Pfeiffer <silviapfeiffer1 at gmail.com>: >> On Fri, Aug 15, 2008 at 9:03 PM, ogg.k.ogg.k at googlemail.com >> <ogg.k.ogg.k at googlemail.com> wrote: >>>>> Just one small question, 10.3: "In particular, .ogg is used for Ogg >>>>> files
2009 Jul 06
1
odfWeave: odt-file damaged
...Copying c:/temp/odfWeave-test.odt Setting wd to C:\DOCUME~1\Udo_2\LOCALS~1\Temp\Rtmp6QrXgk/odfWeave05190748330 Unzipping ODF file using 7z e -tzip "odfWeave-test.odt" 7-Zip 4.65 Copyright (c) 1999-2009 Igor Pavlov 2009-02-03 Processing archive: odfWeave-test.odt Extracting mimetype Extracting Configurations2\statusbar Extracting Configurations2\accelerator\current.xml Extracting Configurations2\floater Extracting Configurations2\popupmenu Extracting Configurations2\progressbar Extracting Configurations2\menubar Extracting Configurations2\toolbar Extracting Configurati...
2011 May 23
3
[PATCH] Indexing mail attachments with Dovecot + Solr
...There are two new options added to fts_solr property: * index-attachments Enable attachments indexing. * manual-update Avoid index on user search. You can trigger indexing using doveadm search or doveadm index commands. There is a new property for the section plugin to filter the mimetypes that you want to index. * fts_solr_mimetype files with this mimetype will be sent to solr. After integrating solr directory in your solr config, and building Dovecot with fts-solr support and with fts-solr-attachments-r885.patch applied, you can update your dovecot config by adding to you...
2010 Mar 17
0
odfWeave: odt-file damaged
...ture > of the ODT-file created by "odfWeave" causes the error message. > > The file structure of the unzipped odt-file looks like this: > > <DIR> Pictures > content_1-Boxplot.png > content.xml > current.xml > manifest.xml > meta.xml > mimetype > settings.xml > styles.xml > thumbnail.png > > > But it should look like this: > > <DIR> META-INF > manifest.xml > <DIR> Thumbnails > thumbnail.png > <DIR> Pictures > content_1-Boxplot.png > meta.xml >...