aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added torsocks supportHEADmasterYuchen Pei2022-05-101-5/+14
|
* fixing whitespace.Yuchen Pei2022-03-141-27/+27
|
* Adding emms-info-ytdl, for urls understood by youtube-dl / yt-dlp.Yuchen Pei2022-03-142-0/+92
|
* Fall back to description property when showing descriptionYuchen Pei2021-11-261-2/+4
|
* adding thumbnail displayYuchen Pei2021-11-251-3/+9
|
* adding a gap when no-newline is non-nil so that horizontal arrangement worksYuchen Pei2021-11-251-1/+2
|
* Adding a facility to resume from where the playback left at.Yuchen Pei2021-11-251-2/+27
| | | | | | | | - A custom option emms-playing-time-resume-from-last-played, default to nil, that resumes to the playing time when the track is started again. - Internally, emms-playing-time will update the playing-time property of the track, and reset it to nil when a track is finished.
* Merge remote-tracking branch 'origin'Yuchen Pei2021-10-202-30/+32
|\
| * * emms-player-mpv.el: fix calling emms-player-paused-hook twice on ↵Mike Kazantsev2021-10-201-4/+6
| | | | | | | | pause/unpause from emms
| * * emms-player-mpv.el: update emms playback position and pause state from mpv ↵Mike Kazantsev2021-10-191-1/+16
| | | | | | | | pause/restart events
| * * emms-player-mpv.el: simplify current track duration updates by observing ↵Mike Kazantsev2021-10-191-27/+10
| | | | | | | | the property
| * * doc/emms.texinfo: comment on emms-x-urlYoni Rabkin2021-10-131-2/+6
| | | | | | | | patch by Yuchen Pei
* | Update the doc to mention the versatility of emms-add-url.Yuchen Pei2021-10-131-2/+4
| |
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emmsYuchen Pei2021-10-137-7/+94
|\|
| * release 7.7Yoni Rabkin2021-09-112-2/+9
| |
| * * emms-volume.el: load sndioctlYoni Rabkin2021-09-111-3/+8
| | | | | | | | load sndioctl and use correct quoting style
| * * doc/developer-release.txt: add note about AUTHORS.Yoni Rabkin2021-09-091-0/+2
| |
| * * AUTHORS: add Omar PoloYoni Rabkin2021-09-091-0/+1
| |
| * * emms-volume-sndioctl.el: add missing requireYoni Rabkin2021-09-091-0/+1
| |
| * * emms-volume-sndioctl.el: new fileYoni Rabkin2021-09-091-0/+71
| | | | | | | | A mode for changing volume using sndioctl on OpenBSD.
| * * emms-source-file.el: use thing-at-point for URLs.Yoni Rabkin2021-08-251-1/+2
| |
* | Removing an infinite loop enabling emms-playing-time-display-mode.Yuchen Pei2021-08-241-5/+1
| |
* | Merge branch 'master' of https://git.savannah.gnu.org/git/emmsYuchen Pei2021-08-183-11/+55
|\|
| * * emms.el: add player preferenceYoni Rabkin2021-08-131-1/+37
| |
| * release 7.6Yoni Rabkin2021-08-093-10/+18
| |
* | Adding defaulting url to url at point to emms-add-urlYuchen Pei2021-08-041-1/+2
|/
* * emms-player-mpd.el: fix cache issues with MPDYoni Rabkin2021-08-022-424/+425
| | | | Patch by Pavel Korytov. Too short to require copyright assignment.
* * emms.el: no overemphasisYoni Rabkin2021-07-261-1/+1
|
* * doc/emms.texinfo: document mpv streaming infoYoni Rabkin2021-07-251-0/+8
|
* * emms-player-mpv.el: fix missing emms-player-mpv customize group and errors ↵Mike Kazantsev2021-07-251-18/+17
| | | | there
* * emms.el: bump to 7.5Yoni Rabkin2021-06-192-2/+7
|
* * emms-player-mpv.el: minor correction for emms-player-mpv-ipc-proc descriptionMike Kazantsev2021-06-191-4/+3
| | | | | | | It's an actual "network process" in emacs terms, as in "make-network-process", not a process as in "linux process (with pid) connected by unix socket". Was introduced by earlier 3a8ba30 commit. Has two other one-char fixes for likely typos spotted there.
* * emms-player-mpv.el: fix reconnect-playback-restart issue from d4d9171Mike Kazantsev2021-06-191-35/+42
| | | | | | Adds ability to send/queue batched commands, so that multiple commands can be re-queued after restarting dead mpv process, not just the last one, which was the problem with adding unpause command after loadfile.
* * emms-player-mpv.el: fix reconnect-on-playback-start bug introduced in 02915f7Mike Kazantsev2021-06-191-1/+1
|
* * emms.el: bump to 7.4Yoni Rabkin2021-06-152-2/+7
|
* * emms-player-mpv.el: explicitly unpause after switching to a new trackMike Kazantsev2021-06-141-3/+4
|
* * emms.el: bump to version 7.3Yoni Rabkin2021-06-113-3/+9
|
* * emms-tag-tracktag.el Fix: typo in docstringGrant Shangreaux2021-06-071-1/+1
|
* Merge branch 'opus-tags'Grant Shangreaux2021-06-044-2/+83
|\
| * * emms-tag-editor.el: Add: opus config for tag editor formatGrant Shangreaux2021-06-041-0/+1
| | | | | | | | | | Removes info-genre from available tags because tracktag doesn't write that field.
| * * emms-tag-tracktag.el: fix copyrightYoni Rabkin2021-06-031-1/+1
| |
| * * emms-setup.el: add tracktag to emms-allYoni Rabkin2021-06-031-0/+1
| |
| * Fix: circular dependency adding log buffer var for tracktagGrant Shangreaux2021-05-231-1/+5
| |
| * Add: re-namespace emms-tag-tracktag, info-date map to dateGrant Shangreaux2021-05-162-24/+26
| |
| * Remove test files for nowGrant Shangreaux2021-05-083-110/+0
| |
| * Add: emms-tracktag wrapper for the audiotools programGrant Shangreaux2021-05-076-2/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://audiotools.sourceforge.net/ provides a tool `tracktag` which handles writing tags for several different audio formats, including Opus. this patch provides a very basic wrapper to interface between EMMS track info and tracktag metadata. It also configures emms-tag-editor.el to use it for writing tags to Opus files. Add: test.sh and test/test-all.el Basic setup to run ert tests from the terminal using Emacs in batch mode. This should load up only ERT, the tests in the test/ directory and their dependencies. Add: opus extension to emms-libtag-known-extensions libtag works as a reader for opus files, this just ads the opus extension to the regexp list.
* | Merge branch 'cache'Yoni Rabkin2021-05-142-13/+15
|\ \
| * | * emms-info-native.el: catch errorsYoni Rabkin2021-05-141-11/+14
| | | | | | | | | | | | Otherwise, adding tracks will halt at the error.
| * | * emms-info.el: documentation fix.Yoni Rabkin2021-05-121-2/+1
| | |
* | | * doc/developer-release.txt:Yoni Rabkin2021-05-141-0/+2
|/ /