Ticket #2664 (closed enhancement: fixed)
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
Change History
comment:1 Changed 13 years ago by Perlovka
By the way, audacious hangs on opening .ogv files, so removing ogv from audio section is justified =)
comment:4 Changed 13 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).
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: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
Merged to master: [353ed376ba41e2609902e1c7509e815c9dd26a81].
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
Merged to 4.8.1-stable: [f068a4228cc8ef251ddb6def3d713b388589508e].