aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* emms sources now switch add/play behavior when a prefix argument is supplied.forcer2006-06-071-2/+8
| | | | darcs-hash:20060607150502-2189f-111d096517e1b849d49e7f196852e51937a31b58.gz
* Add autoloads to emms-setup.elforcer2006-06-071-0/+5
| | | | darcs-hash:20060607150030-2189f-66fac4c8280c702d0760683ce5079332c4a6d888.gz
* Typo, defvar => defcustom for emms-cache-set-functionforcer2006-06-071-1/+1
| | | | darcs-hash:20060607134647-2189f-af24ce177889add0924b39268a1924d36f3c8f82.gz
* Cleaned up the cached code in emms.el a bitforcer2006-06-072-12/+27
| | | | darcs-hash:20060607134238-2189f-208cd31323c69521084137e367d689cead44a6df.gz
* refactor caching code into emms-cache.elDamien Elmes2006-06-074-82/+113
| | | | | | | | | * caching support is now provided via two function vars in emms.el, emms-cache-get-function and emms-cache-set-function * (emms-standard) or above will enable caching support * you'll need to remove .emms-cache or s/emms-info-cache/emms-cache-db/ darcs-hash:20060607125345-4e3e3-7d9ad8d243a395f2f2a5eea004e58ac9e239855b.gz
* emms-playlist-mode doesn't need overlay compatibility anymoreforcer2006-06-061-41/+0
| | | | darcs-hash:20060606141539-2189f-9afa51a0ee2b36f7b083d01537cdc05f08d24670.gz
* emms-playlist-mode.el - now with less overlay!forcer2006-06-062-100/+49
| | | | darcs-hash:20060606135908-2189f-bb652e384264445ca77b87e82bb0e190caf0f89f.gz
* emms-info: Fix bug that occurs after clearing the current playlist and ↵Michael Olson2006-06-061-2/+3
| | | | | | trying to re-add songs to it. darcs-hash:20060606144439-1bfb2-34f362137ee2006e12ebfe26e7f3842c31f5ef0d.gz
* AUTHORS: fixed Lucas' e-mail addresslucas2006-06-061-1/+1
| | | | darcs-hash:20060606090957-4f952-fa5341ba7b6e364b1619f0011ddfd1b5c85dfbbd.gz
* info-cache-dirty/codingDamien Elmes2006-06-051-11/+21
| | | | | | | | | * mark the info cache as dirty when it's modified, so we don't have to write it out all the time * save the cache as mule-utf-8 - comments? i'm not sure if this is correct darcs-hash:20060605163339-4e3e3-35731daf2d74d73bb6f776ad29de3f4cbe5d3529.gz
* AUTHORS: Damien Elmes address updatedforcer2006-06-051-1/+1
| | | | darcs-hash:20060605143028-2189f-e573f54db9aeba6cb82c3d6981c247a82d5f8aa5.gz
* emms-info caching (thanks to Damien Elmes)forcer2006-06-052-16/+74
| | | | darcs-hash:20060605142507-2189f-0edb660bd94f7d505bb6da6abc48cd595982bc31.gz
* Sort file names from `emms-source-file-directory-tree-function'.forcer2006-06-051-3/+4
| | | | darcs-hash:20060605053347-2189f-e2161a5d791596968f9d9e83c004451592324550.gz
* Add some sources for inserting playlists without inserting their contents, ↵Michael Olson2006-06-042-6/+77
| | | | | | and likewise for directories of playlist files. Exclude some files and directories from being added when walking directories. darcs-hash:20060604195602-1bfb2-3ebc047e47ecdece3b4b826b3a6a48ccbbb0f0d0.gz
* emms-player-mpd: Differentiate between files and URLs when it makes sense to ↵Michael Olson2006-06-041-8/+16
| | | | | | do so. darcs-hash:20060604195449-1bfb2-5f43698ad0ff4945541f3aaf8244e1590333f39d.gz
* Miscellaneous minor cleanups.Michael Olson2006-06-042-12/+15
| | | | darcs-hash:20060604195311-1bfb2-c5ba94841afa0d32c9bc483a21e7c8302c8b9aaa.gz
* Make sure we never have an empty track description when inserting a song ↵Michael Olson2006-06-042-4/+15
| | | | | | into a playlist buffer. darcs-hash:20060604194940-1bfb2-8e8a20dde4b8c3fc89f5dd0552207cb5f3441429.gz
* Remove debian-extras package as requested by ftpmasters (debian)forcer2006-06-035-49/+15
| | | | darcs-hash:20060603125644-2189f-ff0bdd23bd3b203df37019edae368e4cc97fcb6d.gz
* Put volume options in their own customize group.Martin Schoenmakers2006-06-012-3/+8
| | | | | | | Added a separate emms-volume group for customize and put things there instead of in the main thing. darcs-hash:20060601193853-97144-c623003be58dbfc8b5bec359110197e115926c1d.gz
* emms-volume.el: Cosmetic stuff, defvar -> defcustomforcer2006-05-311-8/+15
| | | | darcs-hash:20060531003343-2189f-8a3926a21e63a49ddf66415e9f17041485dcd721.gz
* emms-volume.el: Minor cosmetic cleanupforcer2006-05-311-4/+4
| | | | darcs-hash:20060531002351-2189f-cedd0ca3350a02fc8deda9ec51e1e33f05ab9ecc.gz
* emms-volme.el: Add some requires.forcer2006-05-311-0/+4
| | | | darcs-hash:20060531001118-2189f-5d181b45b3ffdfc51c44e17185b3d2d9063475a9.gz
* emms-volume-amixer.el: Provide a way to set the control for amixerforcer2006-05-311-1/+8
| | | | darcs-hash:20060531001102-2189f-d203d6c92b8e72c7ab8dd380834cba1700815e5f.gz
* Make handling of multiple playlist buffers less error-prone.Michael Olson2006-05-313-31/+83
| | | | darcs-hash:20060531203810-1bfb2-7a5c8ca307d33ea501871a6222ab76ad4ada498d.gz
* AUTHORS: Add Martin Schoenmakers. Welcome! :-)forcer2006-05-301-0/+1
| | | | darcs-hash:20060530230723-2189f-7716e4510b18f344538deecdfce6810dfc9e035b.gz
* Add emms-volume and emms-volume-amixer.Martin Schoenmakers2006-05-302-0/+179
| | | | | | | | New files: emms-volume.el provides some general volume changing things, including a minor mode to more easily change volume when not in the EMMS buffer. emms-volume-amixer.el is a backend using amixer. darcs-hash:20060530223500-97144-6c3f95ef335a5f100bc2c6d061a82cb5323b2557.gz
* emms-streams: Re-add space after prompt and use completion for type.Michael Olson2006-05-301-4/+8
| | | | darcs-hash:20060530190620-1bfb2-ab99409d531e96ce9bc2bca3585a7c193c0b117b.gz
* allow nonzero ogginfo exit plus some reindentingMartin Schoenmakers2006-05-301-29/+28
| | | | | | | | | | | When ogginfo gave a nonzero value on exit, any valid data would get tossed if there was any. This prevented emms from showing info for files that are tagged but a bit odd. Also reindented emms-info-ogginfo accordingly, which incidentally removed some tabs in favour of spaces. darcs-hash:20060530130411-97144-7a32c32535a534abdbe173f8f230194c462dbbbd.gz
* emms-streams: When the user wants emms-streams to play the selected stream ↵Michael Olson2006-05-302-1/+15
| | | | | | instead of add it, create our own playlist buffer. When quitting, if we own the current playlist buffer, kill it. darcs-hash:20060530144243-1bfb2-c740d27615c65016b8516ee90d4db07b7e08fb4a.gz
* emms-streams: Re-implement yank and kill so that they do the right thing ↵Michael Olson2006-05-301-43/+55
| | | | | | with emms-stream-list. darcs-hash:20060530045429-1bfb2-e7ae0ff556f6b20d3ab7a28630273308c6ac993c.gz
* emms-streams: Implement kill and yank.Michael Olson2006-05-301-26/+78
| | | | darcs-hash:20060530040114-1bfb2-dee2441306ea4d38715338c0cec9d74996238e8c.gz
* emms-streams: Make hitting RET on a URL do the right thing, improve cursor ↵Michael Olson2006-05-291-9/+42
| | | | | | movement, and mark the buffer as unmodified after performing a save. darcs-hash:20060529030043-1bfb2-e17a5b1846d31929013805e31b5722f7e248b86d.gz
* emms-player-mpd: Use more robust method of detecting whether we need to ↵Michael Olson2006-05-251-6/+11
| | | | | | force-feed MusicPD our playlist. darcs-hash:20060525014253-1bfb2-8dc73d1dcd1c3e70703f4a377cfd18d29725c378.gz
* emms-playlist-mode: Make "d" kill the entire line. This seems to be a good ↵foo2006-05-241-1/+8
| | | | | | compromise of those who use C-k and those who want more standard object-killing behavior. darcs-hash:20060524200008-0beec-44d42e025c9a7a95d740dc87f75aa7a8e3ce0a54.gz
* emms-player-mpd: When showing the currently-playing song, prepend the name ↵foo2006-05-241-8/+12
| | | | | | of the radio station, if it exists. darcs-hash:20060524195911-0beec-2b18246bfdc9b627f315860265254332a2197356.gz
* emms-player-mpd: Make seek work correctly.Michael Olson2006-05-251-6/+11
| | | | darcs-hash:20060525033120-1bfb2-00e9ea6d64e0c95fcac1105468024881d0a2faba.gz
* emms-player-mpd: Fix bug that caused unconditional reloading of the entire ↵Michael Olson2006-05-241-1/+1
| | | | | | MusicPD playlist whenever the track was changed manually. darcs-hash:20060524061655-1bfb2-169e1435160d229391fbeab692180d47458f66c9.gz
* emms-player-mpd: Overhaul for streamlist support, and fix a few ↵Michael Olson2006-05-242-56/+120
| | | | | | miscellaneous issues. darcs-hash:20060524055707-1bfb2-252c06fd98f7b7c5c9b2faae8d109274ca7fc649.gz
* emms-player-mpd: Add a few checks to make sure that the given buffer exists ↵Michael Olson2006-05-171-6/+8
| | | | | | before trying to do anything with it. darcs-hash:20060517035419-1bfb2-3b5eada9a5b8232067d491f2e607ef3ae3e35c3a.gz
* emms-source-playlist: Do not expand names of files in playlists, as this can ↵Michael Olson2006-05-161-2/+2
| | | | | | cause problems with emms-player-mpd in some configurations. darcs-hash:20060516081257-1bfb2-477dde9d9a2b2430897ee4fe0428a645b3beaa06.gz
* emms-playlist-mode: Implement the option (disabled by default) of opening a ↵Michael Olson2006-05-103-12/+66
| | | | | | new EMMS buffer for a playlist, when hitting RET on one. darcs-hash:20060510040730-1bfb2-210380685ccbd869f888ace574740f6e18c381b5.gz
* emms-playlist-mode.el: Don't put a period after the mode map. This hangs ↵forcer2006-05-031-1/+1
| | | | | | 21.4 on display. darcs-hash:20060503234351-2189f-a9506ca448aec033dc5132d490a6b7747d03bf52.gz
* debian/emms-extras.manpages: New fileforcer2006-04-291-0/+1
| | | | darcs-hash:20060429192811-2189f-ccd14a617c1a32eafc0bc705de1be77f9c5eee63.gz
* Don't delete ChangeLog with make clean, we can't regenerate it without _darcsforcer2006-04-291-2/+1
| | | | darcs-hash:20060429191407-2189f-4e5c50ad131187a0b19823550bd223e685bc778c.gz
* Don't generate ChangeLog in debian/rules - darcs isn't there anymore then.forcer2006-04-291-1/+1
| | | | darcs-hash:20060429191044-2189f-2d8a5a05a9e517608c1f7ba2fb3febc2bd1605f3.gz
* emms.el: Change version to 2.0forcer2006-04-291-2/+1
| | | | darcs-hash:20060429174710-2189f-e483ea3cf9375be5459bf452536cfa070a4a3c76.gz
* debian/changelog: 2.0-1 release version.forcer2006-04-291-3/+6
| | | | darcs-hash:20060429174536-2189f-5ed0bff26fc0e0c099d93b707be4adaea1db0189.gz
* emms-print-metadata.c: Don't segfault if argument doesn't exist.forcer2006-04-291-0/+16
| | | | darcs-hash:20060429185448-2189f-d25bfe8317afd3be16e5d2b4cb8c32b0724568e0.gz
* emms-print-metadata.1: New file.forcer2006-04-291-0/+34
| | | | darcs-hash:20060429184129-2189f-d782b559f69380f77746cd7eb2a8a6d56e153cb3.gz
* Install correctly with Debian _and_ make install.forcer2006-04-292-13/+14
| | | | darcs-hash:20060429183958-2189f-44de028e3face57316a1485fc9e09d29ecceb7eb.gz