aboutsummaryrefslogtreecommitdiff
path: root/emms-info-mp3info.el
Commit message (Collapse)AuthorAgeFilesLines
* 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
* *.el: Remove redundant `:group` argumentsYoni Rabkin2021-04-171-10/+6
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* * emms-info-mp3info.el: lexical declarationYoni Rabkin2021-03-021-1/+1
|
* move all files to top-levelYoni Rabkin2020-06-031-0/+104
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-103/+0
|
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
| | | | darcs-hash:20070626141221-c06f4-e034ff32ecc6e2d57ffaefaeb4f78d1e36a830a2.gz
* fix mp3info arguments orderYe Wenbin2007-04-081-2/+2
| | | | darcs-hash:20070408113504-94065-85ec95b40f5655477105d1e2e73bcf46f198f7e5.gz
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
| | | | | | | | | Files made by those who haven't yet completed the assignment process remain copyrighted by that person. Those who have assigned have their files changed to be copyrighted by the FSF, but retain their Author line for the sake of giving proper credit. darcs-hash:20070319145852-1bfb2-2a4bb04c74262f43732fa5a81aa2d488da502995.gz
* emms-info-mp3info: Make use of `emms-i18n-call-process-simple'.william.xwl2006-12-081-9/+3
| | | | darcs-hash:20061208031029-e8fe6-fdb07b59286e2152d399670e2881a6648a17c887.gz
* emms-info-mp3info.el: Replace `emms-iconv' with decode-coding-string andwilliam.xwl2006-11-201-12/+4
| | | | | | encode-coding-string. darcs-hash:20061120075851-e8fe6-1d71baea3e9f557b21be05f8798b7b91b1f35b9b.gz
* The coding system of choice is utf-8, not legacy-1forcer2006-08-171-1/+1
| | | | darcs-hash:20060817015611-2189f-ab42d5ff0cd4b473ab6bcf755ec6daade2920569.gz
* Set correct SEPARATORS parameter for split-string.william.xwl2006-08-051-1/+2
| | | | darcs-hash:20060805004338-e8fe6-e3c3067cd72a36343c35677bea69248404e0758c.gz
* emms-cache: Change default coding system to utf-8. Fix byte-compilation ↵Michael Olson2006-08-011-5/+6
| | | | | | warning. darcs-hash:20060801024119-1bfb2-ddb4d405acf76fcaa777d4c9a359981bbe015357.gz
* emms-info-mp3info.el: New function, emms-iconv, for converting stringwilliam.xwl2006-07-311-6/+19
| | | | | | | | between different coding systems. The conversion is necessary when emms-info-mp3info-coding-system is different from emms-cache-file-coding-system. darcs-hash:20060731170503-e8fe6-0db1b71cfdc7dc39687c9b5297351541e436e8bf.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-4/+6
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* Make sure that negated character classes in regexps include the newline ↵Michael Olson2006-04-021-1/+1
| | | | | | character, so that there is no possibility of empty lines being matched. darcs-hash:20060402175002-1bfb2-9f7ccf9489b3688d660b612a7243fe42e87e84e7.gz
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-011-0/+2
| | | | darcs-hash:20060401232610-1bfb2-5fe5e4892c94e29a59738bf0d27e7e91ad68f2ed.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-1/+1
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.gz
* emms-info-mp3info.el (emms-info-mp3find-arguments): use info-tracknumber ↵Trent Buck2005-11-191-1/+1
| | | | | | | | instead of info-tracknum, so as to be consistent with ogginfo. emms-info.el: Update documentation. darcs-hash:20051119150805-8f417-0d2b6db05e53860d657c6c4fe1f7005a6aaffd28.gz
* emms-info-mp3info: Provide a way to configure the mp3info output coding system.forcer2005-09-221-5/+12
| | | | darcs-hash:20050922184657-2189f-122182bd8d0dbb1f966161be07d1c03b121591b1.gz
* emms-info-mp3info: Use number for 'info-playing-time.forcer2005-09-221-1/+5
| | | | darcs-hash:20050922145403-2189f-3c7ec02551f2a965d18ca2350878c14694037c50.gz
* emms-info-mp3info ignores files which are not mp3sforcer2005-09-201-1/+2
| | | | darcs-hash:20050920200258-2189f-b022eaf859e07f2433128cb2469eeb935bf12785.gz
* Don't set values mp3info has nothing forforcer2005-09-201-3/+5
| | | | darcs-hash:20050920195119-2189f-fcfa87d4801c108a5e438c5606f1cda798c50296.gz
* Typo fix (findo -> find)forcer2005-09-201-2/+2
| | | | darcs-hash:20050920181036-2189f-af195e1556a42ce36c258c50f3a458fd52aadd02.gz
* emms-info-mp3info.el updated for newest emms-info.elforcer2005-09-201-108/+34
| | | | darcs-hash:20050920165928-2189f-592a72839b3d1567866d6b7dd40a7c41a20d435e.gz
* Initial commit (CVS 2005-09-11)forcer2005-09-111-0/+158
darcs-hash:20050911200506-2189f-48a136015e33465c3cf09940ce935ec2203df463.gz