[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dircolors change: add default coloring for opus audio files
From: |
Pádraig Brady |
Subject: |
Re: dircolors change: add default coloring for opus audio files |
Date: |
Mon, 02 Feb 2015 15:58:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 02/02/15 15:43, Scott Teal wrote:
> Hello,
>
> I'm asking for a relatively minor improvement. The Opus audio codec now
> has its own entry on
> https://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions, so I am
> requesting that it be added to the list in src/dircolors.hin. It just
> needs to be appended to the end of dircolors.hin as ".opus 00;36".
How about we also remove the deprecated ones?
I.E. how about:
commit a5e58e4817179e7e385d22524f78d510daf58c2e
Author: Pádraig Brady <address@hidden>
Date: Mon Feb 2 15:55:28 2015 +0000
dircolors: sync with Xiph file extensions
* src/dircolors.hin: Remove deprecated anx, axa, axv. Add opus.
Suggested by Scott Teal.
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 4b5067f..742b6cf 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -203,8 +203,6 @@ EXEC 01;32
.emf 01;35
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
-.axv 01;35
-.anx 01;35
.ogv 01;35
.ogx 01;35
@@ -223,7 +221,7 @@ EXEC 01;32
.wav 00;36
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
-.axa 00;36
.oga 00;36
+.opus 00;36
.spx 00;36
.xspf 00;36