Page 1 of 1

Re: How to change realmedia file type? (SOLVED)

Posted: Sat May 22, 2010 2:50 pm
by pigsign
Hi all,

Realmedia(rmvb) file type is classify to "application/vnd.rn-realmedia", normal theme would appear document icon.
Are there any method could change Realmedia file type from "application/vnd.rn-realmedia" to "video/vnd.rn-realmedia" ?

Thanks.

pigsign

Re: How to change realmedia file type? (SOLVED)

Posted: Sat May 22, 2010 3:31 pm
by pigsign
Hi all,

I found answer is modify mime database.
Detail step list below:
1. vi /usr/share/mime/packages/freedesktop.org.xml
2. add <glob pattern="*.rmvb"/> in <mime-type type="video/vnd.rn-realvideo">
3. del <glob pattern="*.rmvb"/> in <mime-type type="application/vnd.rn-realvideo">
4. update-mime-database /usr/share/mime/

pigsign