Ticket #1721 (closed enhancement: wontfix)
[PATCH] Update audio and video associations for Midnight Commander
Reported by: | birdie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | 4.7.0-pre3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
mc.ext:
Audio:
- adds support for audio with APE/FLA/FLAC/AAC/WV/M4A extensions
- unifies some audio formats to be identified and played by MPlayer
Video:
- adds support for FlashXXXXXX video files in $TMP
- adds support for video with MP4/MKV extensions
- adds video identification using MPLayer
Attachments
Change History
comment:3 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
Changed 13 years ago by birdie
- Attachment mc.ext.diff added
Simplify and unify audio/video handling
comment:4 follow-up: ↓ 5 Changed 13 years ago by andrew_b
- Blocked By 2118 added
The unconditional usage of xdg_open is not well way.
comment:5 in reply to: ↑ 4 Changed 13 years ago by birdie
Replying to andrew_b:
The unconditional usage of xdg_open is not well way.
There's a much bigger chance that the user has xdg-utils installed than any Gnome/KDE/X11 specific applications (like gqview - I don't have it, xmms - dead for several years already, ogginfo - I don't have oggutils installed, etc.).
I'd even suggest trying to open any filetype using xdg-open and if it fails then call some other alternatives.
Note: See
TracTickets for help on using
tickets.
Related to #1686. Need to create wrappers for some filetypes. Not on any OSes will installed mplayer.