aboutsummaryrefslogtreecommitdiff
path: root/emms-lastfm.el
Commit message (Collapse)AuthorAgeFilesLines
* fix-regression-in-lastfm.dpatchTassilo Horn2006-12-161-4/+5
| | | | | | | | | | | | My last path enabled emms-lastfm.el to submit tracks even if you paused them. I tested this extensively! But I didn't test if it still submits them if you don't pause it. Of course it didn't. ;-) The problem was that I rely on `emms-playing-time' to calculate when a track has to be submitted. But in `emms-player-started-hook' my new track function was run *before* `emms-playing-time' was set to 0 again. darcs-hash:20061216132209-c06f4-c25c2f5849e7492cec0cc0b95e347ce24db2a83d.gz
* replace-next-line-with-forward-line.dpatchTassilo Horn2006-12-201-2/+2
| | | | | | | The docstring of `next-line' suggest to use `forward-line' instead, so use that... darcs-hash:20061220205010-c06f4-2562ebd8052d536eebce9d1f6e21112f0934b3ec.gz
* submitting-when-paused.dpatchTassilo Horn2006-12-121-11/+21
| | | | | | | | This patch enables emms-lastfm.el to submit the current track even if the playback has been paused and resumed. It's done by canceling the `emms-lastfm-timer' when pausing and reenabling it on resume. darcs-hash:20061212200324-c06f4-2ab89e58a91532db90e54e84f209086aa28f3a7f.gz
* Fix various byte-compiler warnings throughoutMichael Olson2006-12-071-1/+3
| | | | darcs-hash:20061207143511-1bfb2-90e8bee5074d6ef5ca4c9998886d28eedf6df671.gz
* emms-lastfm.dpatchTassilo Horn2006-12-061-0/+219
This patch adds emms-lastfm.el, its setup to emms-setup.el and myself to AUTHORS. darcs-hash:20061206112823-c06f4-5194a01ee6fb3e33c67788f3cb884fe8a3123bb1.gz