Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/developer-release.txt: | Yoni Rabkin | 2021-05-14 | 1 | -0/+2 |
| | |||||
* | * emms.el: version bump | Yoni Rabkin | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Clean: emms-track-file-p replaces eq file type checks | Yoni Rabkin | 2021-05-03 | 1 | -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-sync | Yoni Rabkin | 2021-05-03 | 1 | -5/+7 |
| | |||||
* | * doc/developer-release.txt: | Yoni Rabkin | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | * emms.el: bump to version 7.1 | Yoni Rabkin | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | * emms-mode-line-icon.el: hiding icon made easy | Yoni Rabkin | 2021-04-07 | 1 | -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 Rabkin | 2021-04-05 | 1 | -2/+2 |
| | |||||
* | * doc/emms.texinfo: mention cache reset | Yoni Rabkin | 2021-03-27 | 1 | -3/+9 |
| | |||||
* | Merge branch 'info-native' | Petteri Hintsanen | 2021-03-10 | 1 | -101/+285 |
|\ | |||||
| * | Miscellaneous small fixes to manual chapter 13 | Petteri Hintsanen | 2021-03-10 | 1 | -17/+20 |
| | | |||||
| * | Use two-column tables in manual chapter 13 | Petteri Hintsanen | 2021-03-10 | 1 | -78/+75 |
| | | | | | | | | Tables look less cluttered than simple lists. | ||||
| * | Rewrite manual Chapter 13 Track Information | Petteri Hintsanen | 2021-03-08 | 1 | -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 duplicate | Yoni Rabkin | 2021-01-11 | 1 | -2/+0 |
| | | |||||
* | | * doc/emms.texinfo: update copyright years | Yoni Rabkin | 2021-01-10 | 1 | -1/+1 |
| | | |||||
* | | * doc/emms.texinfo: update manual | Yoni Rabkin | 2021-01-10 | 1 | -8/+10 |
| | | |||||
* | | * doc/emms.texinfo: setup examples | Yoni Rabkin | 2021-01-08 | 1 | -0/+14 |
| | | |||||
* | | * doc/emms.texinfo: add setup example | Yoni Rabkin | 2021-01-07 | 1 | -0/+42 |
| | | |||||
* | | * doc/emms.texinfo: update quickstart | Yoni Rabkin | 2021-01-07 | 1 | -19/+20 |
| | | |||||
* | | * doc/developer-release.txt: | Yoni Rabkin | 2021-01-07 | 1 | -9/+5 |
|/ | |||||
* | * doc/developer-release.txt: better incantation | Yoni Rabkin | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | * doc/developer-release.txt: correct arcane incantation | Yoni Rabkin | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | * doc/developer-release.txt: update push command | Yoni Rabkin | 2020-11-05 | 1 | -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 Rabkin | 2020-10-27 | 1 | -1/+5 |
| | |||||
* | * doc/developer-release.txt: | Yoni Rabkin | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | * doc/emms.texinfo: | Yoni Rabkin | 2020-09-25 | 1 | -11/+12 |
| | |||||
* | * doc/emms.texinfo: update manual regarding exiftool | Yoni Rabkin | 2020-09-24 | 2 | -11/+43 |
| | |||||
* | * doc/developer-release.txt: elpa notes | Yoni Rabkin | 2020-09-22 | 1 | -3/+6 |
| | |||||
* | move all files to top-level | Yoni Rabkin | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | * emms-elpa.el: experiment with elpa integration | Yoni Rabkin | 2020-05-27 | 1 | -1/+1 |
| | |||||
* | * lisp/emms.el: add elpa appropriate headers | Yoni Rabkin | 2020-05-27 | 1 | -1/+1 |
| | |||||
* | * doc/emms.texinfo: document tinytag interface | Yoni Rabkin | 2020-05-08 | 1 | -19/+53 |
| | |||||
* | * doc/emms.texinfo: document streaming | Yoni Rabkin | 2019-11-06 | 1 | -93/+15 |
| | |||||
* | emms-volume auto-detection | Yoni Rabkin | 2019-08-27 | 1 | -2/+2 |
| | |||||
* | * lisp/emms-browser.el: Add emms-browser-cache-thumbnail-async for faster ↵ | Pierre Neidhardt | 2019-02-21 | 1 | -0/+8 |
| | | | | thumbnail lookups. | ||||
* | * doc/emms.texinfo: further document emms-playlist-limit | Fran Burstall | 2018-10-08 | 1 | -32/+59 |
| | |||||
* | * doc/emms.texinfo: document emms-playlist-limit | Yoni Rabkin | 2018-09-25 | 1 | -0/+70 |
| | |||||
* | * lisp/emms-browser.el: Use albumartist before artist by default | Pierre Neidhardt | 2018-04-09 | 1 | -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-processing | Pierre Neidhardt | 2018-04-09 | 1 | -1/+2 |
| | | | | A `later-do-batch' defcustom was introduced to allow for performance tweaking. | ||||
* | * lisp/emms-player-mpv.el: Add the mpv backend | Pierre Neidhardt | 2018-04-09 | 1 | -3/+4 |
| | |||||
* | * lisp/emms-info-opusinfo.el: Add support for Opus info queries | Pierre Neidhardt | 2018-04-09 | 1 | -7/+9 |
| | |||||
* | * doc/emms.texinfo: mention mid3v2 | Yoni Rabkin | 2018-03-28 | 1 | -7/+5 |
| | |||||
* | * doc/emms.texinfo: metaplaylist-mode | Yoni Rabkin | 2017-12-15 | 1 | -0/+66 |
| | | | | Document the changes to metaplaylist-mode. | ||||
* | Document dynamic cover thumbnail caching | Pierre Neidhardt | 2017-12-09 | 1 | -4/+17 |
| | |||||
* | Push version updates. | Yoni Rabkin | 2017-11-05 | 1 | -1/+3 |
| | |||||
* | * doc/emms.texinfo: update documentation | Yoni Rabkin | 2017-09-01 | 1 | -10/+37 |
| | | | | Update the `emms-playlist-sort' documentation. | ||||
* | * doc/developer-release.txt: comment | Yoni Rabkin | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | * doc/developer-release.txt: correct text | Yoni Rabkin | 2017-04-17 | 1 | -1/+1 |
| | | | | This would avoid a previous tag being pushed and clobbering HEAD. | ||||
* | * doc/developer-release.txt: Add tags comment. | Yoni Rabkin | 2017-04-17 | 1 | -8/+17 |
| | |||||
* | Move to a new emms-print-metadata. | Yoni Rabkin | 2017-03-01 | 1 | -1/+1 |
| | | | | | | | The new emms-print-metadata is written in C++ and brings on board new features from TagLib. Patch by Petteri Hintsanen <petterih@iki.fi>. |