aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mplayer.el
Commit message (Collapse)AuthorAgeFilesLines
* * emms-player-mplayer.el: lexical declarationYoni Rabkin2021-03-031-1/+1
|
* move all files to top-levelYoni Rabkin2020-06-031-0/+81
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-83/+0
|
* Remove codes for loading movie subtitles automatically by emms, sinceWilliam Xu2008-04-011-42/+4
| | | | | | | | | | | mplayer has an option(`sub-fuzziness') controlling that. (emms-player-mplayer-subtitle-checker, emms-player-mplayer-start-with-subtitle-checker): Removed. emms-player-mplayer-subtitle-extensions: Removed. darcs-hash:20080401132242-cfa61-0c70393c1b4b4263e1d5afec5134c947d6659dab.gz
* (emms-player-mplayer-subtitle-checker): Replace (lambda (el) el) withWilliam Xu2008-03-151-1/+1
| | | | | | a simpler function -- `identify'. darcs-hash:20080315092854-cfa61-d185513e398b57d9a0550bca96441bdc1ec30598.gz
* mplayer,xine: Replace regexp-opt with simple regexp-quote, to avoidWilliam Xu2008-02-221-3/+5
| | | | | | | using regexp-opt's shy group regexp feature, so that external "find" can work properly. darcs-hash:20080222091303-cfa61-6d3979b424b933da1e6696a9538389614eab13b6.gz
* emms-player-mplayer.el: allow subtitle even for URLsLuca Capello2008-01-061-2/+3
| | | | darcs-hash:20080106152951-f6b0c-663254836e588cd5212d30d1ce0f72e632a5d02c.gz
* MPlayer supports .ape files now.(at least from 1.0rc2)William Xu2007-11-211-1/+1
| | | | darcs-hash:20071121112846-cfa61-455883f0a3185b29f4bd381ed77ee50575538045.gz
* When calling file-exists-p, make sure it's operated on a regular file. (This ↵William Xu2007-11-041-4/+4
| | | | | | is the cause of the various tramp errors..) darcs-hash:20071104143856-cfa61-320ed4942ec58d4a5ece4f4568444a96858890a1.gz
* emms-player-mplayer.el (emms-player-mplayer-subtitle-checker): Replaceforcer2007-10-031-1/+3
| | | | | | / with _ in track names. darcs-hash:20071003112650-2189f-597e251af82e28fe8c0c9da2c7d8e7db256eab36.gz
* emms-player-mplayer.el: Add "eng.srt", "chs.srt", "cht.srt" toWilliam Xu2007-06-301-1/+1
| | | | | | emms-player-mplayer-subtitle-extensions. darcs-hash:20070630124728-cfa61-2533e002f5703780be546569560fd227be453d62.gz
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
| | | | darcs-hash:20070626141221-c06f4-e034ff32ecc6e2d57ffaefaeb4f78d1e36a830a2.gz
* emms-player-mplayer.el: Turn onWilliam Xu2007-06-251-7/+4
| | | | | | | emms-player-mplayer-start-with-subtitle-checker by default. I think it is very helpful for playing movies. darcs-hash:20070625041949-cfa61-07a8ec7e25d664304d7e2ad44908ac0f2813dade.gz
* emms-player-mplayer.el: Load in all found subtitles instead of forcingWilliam Xu2007-06-241-8/+2
| | | | | | user to choose one. darcs-hash:20070624071131-cfa61-936bb6479d5502f83dc0e3e1094259d681d96f60.gz
* emms-player-mplayer.el: Use `emms-replace-regexp-in-string' instead ofWilliam Xu2007-06-211-1/+1
| | | | | | `replace-regexp-in-string'. darcs-hash:20070621155753-cfa61-d0fc271fe119c547e17eab16fe393d541a6d45ec.gz
* emms-player-mplayer.el: New variable: emms-player-mplayer-subtitle-extensions.William Xu2007-06-211-4/+12
| | | | darcs-hash:20070621155548-cfa61-fa61b2eca9ad5eb4085e5401db809f023304f5cb.gz
* emms-player-mplayer: Use emms-remove-if-notMichael Olson2007-05-151-1/+2
| | | | | | | | emms-remove-if-not is to be used instead of remove-if-not, because the latter is only available in the CL library, and we're not supposed to depend on that if our code gets included in Emacs. darcs-hash:20070515124505-1bfb2-b4517be2f6d6454c584791c350bbec7d67d9ff81.gz
* emms-player-mplayer.el: Minor lexical change, "subscript" -> "subtitle".William Xu2007-05-151-12/+12
| | | | darcs-hash:20070515055745-cfa61-df5657aabe6845eeb581713253c418ed126dabfa.gz
* emms-player-mplayer.el:William Xu2007-05-151-0/+38
| | | | | | | | (emms-player-mplayer-start-with-subscript-checker): New function. Now mplayer could prompt you to select subscripts when possible. To use, just make it override `emms-player-mplayer-start'. darcs-hash:20070515053552-cfa61-8cc4323446da6396b77eae6f3a5bbbecdd23e143.gz
* add .m4a support to mplayer pluginDamien Elmes2007-05-111-1/+1
| | | | darcs-hash:20070511213548-4e3e3-e42d9cb5d377280372f6c4b183a4f0d4d85da2ac.gz
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
| | | | | | | | | Files made by those who haven't yet completed the assignment process remain copyrighted by that person. Those who have assigned have their files changed to be copyrighted by the FSF, but retain their Author line for the sake of giving proper credit. darcs-hash:20070319145852-1bfb2-2a4bb04c74262f43732fa5a81aa2d488da502995.gz
* emms-player-mplayer.el: Mplayer also supports .vob files.william.xwl2006-10-211-1/+1
| | | | darcs-hash:20061021062319-e8fe6-cc708b808381325149b0845d6778778afd33a65f.gz
* mms-for-mplayermlang2006-09-261-1/+1
| | | | | | mplayer also supports mms:// URLs darcs-hash:20060926124951-08870-47ed08213b018d8ed9e0ba951e9099f63a07c417.gz
* Added `seek-to' to emms.el and emms-player-mplayer.el.yoni-r2006-09-221-0/+10
| | | | darcs-hash:20060922085513-85c19-7ae430e7e6945666cef8fce5ba13d82bd669e0c8.gz
* mplayer: -playlist must be the last arg when streamingDamien Elmes2006-07-101-1/+1
| | | | darcs-hash:20060710143807-4e3e3-7367953faf45a044690c602a7a9103015e95c734.gz
* mplayer: use really-quiet (might help on video files with lots of errors?)Damien Elmes2006-07-101-2/+2
| | | | darcs-hash:20060710142405-4e3e3-6967760b29f2149f0ebea84147ffdc18936dd461.gz
* mplayer: use quiet mode (stops skipping when emacs is busy)Damien Elmes2006-07-101-2/+2
| | | | darcs-hash:20060710141939-4e3e3-77f600115c13362a6bda5a297750c707b61c72df.gz
* emms-player-mplayer.el: Enable mplayer's slave mode for seek support bywilliam.xwl2006-06-181-3/+3
| | | | | | default. darcs-hash:20060618120337-e8fe6-c9425c08e3d4cca0801c8e1551aa455d88549a7d.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-5/+6
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* emms-player-mplayer.el: mplayer supports FLAC, too.trentbuck2006-02-261-1/+1
| | | | darcs-hash:20060226055450-4ef00-88ce790a489db5ea89d3621b5d3f02ac5ff46e0a.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-2/+1
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.gz
* emms-player-mplayer.el: Set resume method to nil to just use pause.forcer2005-09-211-0/+5
| | | | darcs-hash:20050921165253-2189f-16a549a2a3ee19c6904d49c4358b94e6a4f36bc8.gz
* fix emms-streams.el and emms-player-mplayer.elyonirabkin2005-09-181-1/+1
| | | | darcs-hash:20050918185351-be80e-6b9fdd384b25c68e2e1935bd39324c0fc7fe2900.gz
* emms-player-mplayer.el: mplayer also knows rm, rmvb, mp4, ...etc.william.xwl2005-09-151-1/+2
| | | | darcs-hash:20050915154517-e8fe6-d999e20df6848f0bdd935636926d41cb166525a0.gz
* Add pause and seek support to emms.el.forcer2005-09-121-0/+62
This factors out the mplayer support into emms-player-mplayer.el, and removes emms-player-extensions.el. darcs-hash:20050912123151-2189f-8ead830f8f4e50f883325f308423b6f7677ea8d9.gz