aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/emms.texinfo: comment on emms-x-urlYoni Rabkin2021-10-131-2/+6
| | | | patch by Yuchen Pei
* * doc/developer-release.txt: add note about AUTHORS.Yoni Rabkin2021-09-091-0/+2
|
* release 7.6Yoni Rabkin2021-08-091-8/+8
|
* * doc/emms.texinfo: document mpv streaming infoYoni Rabkin2021-07-251-0/+8
|
* * doc/developer-release.txt:Yoni Rabkin2021-05-141-0/+2
|
* * emms.el: version bumpYoni Rabkin2021-05-121-1/+1
|
* Clean: emms-track-file-p replaces eq file type checksYoni Rabkin2021-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | There were about 10 checks throughout the code checking if a track is a file type. File type tracks are specific enough for a predicate function. Add: EMMS warning if no tagging program for audio file type Warn the user when there is no tag writing program available to EMMS for modifying the actual audio files. Current behavior allows the tags to be edited, saved to the EMMS cache db, and then silently skips past the part where the metadata would be applied to the file itself. The changes here prevent the user from even opening the editor for a file that has no tag writing program configured. This can be overridden with the prefix arg when user wants to edit the tags anyway, knowing they will only be saved in the emms-cache-db and not written to the source audio files. Patch by Grant Shangreaux
* * doc/developer-release.txt: document auto-syncYoni Rabkin2021-05-031-5/+7
|
* * doc/developer-release.txt:Yoni Rabkin2021-04-141-1/+1
|
* * emms.el: bump to version 7.1Yoni Rabkin2021-04-141-1/+1
|
* * emms-mode-line-icon.el: hiding icon made easyYoni Rabkin2021-04-071-0/+9
| | | | | It is now possible to easily hide the mode-line icon. The manual as been updated with this information as well.
* * doc/developer-release.txt:Yoni Rabkin2021-04-051-2/+2
|
* * doc/emms.texinfo: mention cache resetYoni Rabkin2021-03-271-3/+9
|
* Merge branch 'info-native'Petteri Hintsanen2021-03-101-101/+285
|\
| * Miscellaneous small fixes to manual chapter 13Petteri Hintsanen2021-03-101-17/+20
| |
| * Use two-column tables in manual chapter 13Petteri Hintsanen2021-03-101-78/+75
| | | | | | | | Tables look less cluttered than simple lists.
| * Rewrite manual Chapter 13 Track InformationPetteri Hintsanen2021-03-081-97/+281
| | | | | | | | | | | | | | Include emms-info-native and use homogeneous style for all info methods and their dependencies. Also describe what info symbols are recognized by Emms.
* | * doc/developer-release.txt: remove duplicateYoni Rabkin2021-01-111-2/+0
| |
* | * doc/emms.texinfo: update copyright yearsYoni Rabkin2021-01-101-1/+1
| |
* | * doc/emms.texinfo: update manualYoni Rabkin2021-01-101-8/+10
| |
* | * doc/emms.texinfo: setup examplesYoni Rabkin2021-01-081-0/+14
| |
* | * doc/emms.texinfo: add setup exampleYoni Rabkin2021-01-071-0/+42
| |
* | * doc/emms.texinfo: update quickstartYoni Rabkin2021-01-071-19/+20
| |
* | * doc/developer-release.txt:Yoni Rabkin2021-01-071-9/+5
|/
* * doc/developer-release.txt: better incantationYoni Rabkin2020-11-091-1/+1
|
* * doc/developer-release.txt: correct arcane incantationYoni Rabkin2020-11-091-1/+1
|
* * doc/developer-release.txt: update push commandYoni Rabkin2020-11-051-14/+14
| | | | | | | | | | | Update push command according to Stefan Monnier's advice: > + - from the "elpa" branch in Savannah push to elpa.git: > + "git push elpa elpa:refs/heads/externals/emms" AFAIK the use of "refs/heads/externals/emms" is necessary when creating this branch (i.e. for the initial push) but for updates, you can use the more concise and friendly "externals/emms".
* * doc/developer-release.txt:Yoni Rabkin2020-10-271-1/+5
|
* * doc/developer-release.txt:Yoni Rabkin2020-10-271-2/+2
|
* * doc/emms.texinfo:Yoni Rabkin2020-09-251-11/+12
|
* * doc/emms.texinfo: update manual regarding exiftoolYoni Rabkin2020-09-242-11/+43
|
* * doc/developer-release.txt: elpa notesYoni Rabkin2020-09-221-3/+6
|
* move all files to top-levelYoni Rabkin2020-06-031-1/+1
|
* * emms-elpa.el: experiment with elpa integrationYoni Rabkin2020-05-271-1/+1
|
* * lisp/emms.el: add elpa appropriate headersYoni Rabkin2020-05-271-1/+1
|
* * doc/emms.texinfo: document tinytag interfaceYoni Rabkin2020-05-081-19/+53
|
* * doc/emms.texinfo: document streamingYoni Rabkin2019-11-061-93/+15
|
* emms-volume auto-detectionYoni Rabkin2019-08-271-2/+2
|
* * lisp/emms-browser.el: Add emms-browser-cache-thumbnail-async for faster ↵Pierre Neidhardt2019-02-211-0/+8
| | | | thumbnail lookups.
* * doc/emms.texinfo: further document emms-playlist-limitFran Burstall2018-10-081-32/+59
|
* * doc/emms.texinfo: document emms-playlist-limitYoni Rabkin2018-09-251-0/+70
|
* * lisp/emms-browser.el: Use albumartist before artist by defaultPierre Neidhardt2018-04-091-0/+6
| | | | | I believe it to be the most common use-case. For the old behaviour, revert `emms-browser-get-track-field-function' to 'emms-browser-get-track-field-simple.
* * lisp/later-do.el: Speed up later-do-list job by batch-processingPierre Neidhardt2018-04-091-1/+2
| | | | A `later-do-batch' defcustom was introduced to allow for performance tweaking.
* * lisp/emms-player-mpv.el: Add the mpv backendPierre Neidhardt2018-04-091-3/+4
|
* * lisp/emms-info-opusinfo.el: Add support for Opus info queriesPierre Neidhardt2018-04-091-7/+9
|
* * doc/emms.texinfo: mention mid3v2Yoni Rabkin2018-03-281-7/+5
|
* * doc/emms.texinfo: metaplaylist-modeYoni Rabkin2017-12-151-0/+66
| | | | Document the changes to metaplaylist-mode.
* Document dynamic cover thumbnail cachingPierre Neidhardt2017-12-091-4/+17
|
* Push version updates.Yoni Rabkin2017-11-051-1/+3
|
* * doc/emms.texinfo: update documentationYoni Rabkin2017-09-011-10/+37
| | | | Update the `emms-playlist-sort' documentation.