Ticket #2664 (closed enhancement: fixed)

Opened 12 years ago

Last modified 12 years ago

Update mc.ext in respect to the proper handling Ogg media

Reported by: Perlovka Owned by: andrew_b
Priority: major Milestone: 4.8.5
Component: mc-core Version: 4.8.0
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-master committed-stable

Description

Conform to http://wiki.xiph.org/MIME_Types_and_File_Extensions, .ogm extension was deprecated in favor of .ogv (with mimetype video/ogg).

Thus I would suppose to update mc.ext file as follows:

For Audio files:

regex/\.([oO][gG][gG|aA|vV|xX])$ change to regex/\.([oO][gG][gG|aA|xX])$

For Video files:

regex/\.([oO][gG][mM])$ change to regex/\.([oO][gG][vV])$

diff file attached.

Attachments

mc.ext.diff (638 bytes) - added by Perlovka 12 years ago.

Change History

Changed 12 years ago by Perlovka

comment:1 Changed 12 years ago by Perlovka

By the way, audacious hangs on opening .ogv files, so removing ogv from audio section is justified =)

comment:2 Changed 12 years ago by Alekej Serdjukov

This is still relevant.

comment:3 Changed 12 years ago by slavazanko

  • Blocked By 2118 added

comment:4 Changed 12 years ago by slavazanko

  • Blocked By 2118 removed

(In #2118) merged to master:

git log --pretty=oneline e944301..5c6ae10

comment:5 in reply to: ↑ description Changed 12 years ago by andrew_b

Most of these requests were applied in #2869, excepting follwoing:

Conform to http://wiki.xiph.org/MIME_Types_and_File_Extensions, .ogm extension was deprecated in favor of .ogv (with mimetype video/ogg).

Last edited 12 years ago by andrew_b (previous) (diff)

comment:6 Changed 12 years ago by andrew_b

  • Status changed from new to accepted
  • Owner set to andrew_b
  • Milestone changed from Future Releases to 4.8.5

comment:7 Changed 12 years ago by andrew_b

  • Keywords stable-candidate added
  • Branch state changed from no branch to on review

Branch: 2664_ogm_deprecated (parent: master).
changeset:1e68dc06d793f040ac0378982a81f7fd12e2f5ae

comment:8 Changed 12 years ago by angel_il

  • Votes for changeset set to angel_il

comment:9 Changed 12 years ago by slavazanko

  • Votes for changeset changed from angel_il to angel_il slavazanko
  • Branch state changed from on review to approved

comment:10 Changed 12 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset changed from angel_il slavazanko to committed-master
  • Resolution set to fixed
  • Branch state changed from approved to merged

comment:11 Changed 12 years ago by andrew_b

  • Status changed from testing to closed
  • Keywords stable-candidate removed
  • Votes for changeset changed from committed-master to committed-master committed-stable
Note: See TracTickets for help on using tickets.