aboutsummaryrefslogtreecommitdiff
path: root/emms-info-ogginfo.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-7/+5
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* Add lexical declarationsYoni Rabkin2021-03-021-1/+1
|
* move all files to top-levelYoni Rabkin2020-06-031-0/+85
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-85/+0
|
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
| | | | darcs-hash:20070626141221-c06f4-e034ff32ecc6e2d57ffaefaeb4f78d1e36a830a2.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-mp3tag support ogg, add more documentation. fix some errorYe Wenbin2006-12-061-1/+1
| | | | darcs-hash:20061206153528-94065-1a7c6b96e2ae32e1f02b97bc884be6540021f21f.gz
* The coding system of choice is utf-8, not legacy-1forcer2006-08-171-1/+1
| | | | darcs-hash:20060817015611-2189f-ab42d5ff0cd4b473ab6bcf755ec6daade2920569.gz
* emms-info-ogginfo.el: Add check for retrieving ogginfo.william.xwl2006-08-131-10/+11
| | | | darcs-hash:20060813171527-e8fe6-7d86d1ced2affec422819799253f818c5c5e717e.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-8/+9
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* allow nonzero ogginfo exit plus some reindentingMartin Schoenmakers2006-05-301-29/+28
| | | | | | | | | | | When ogginfo gave a nonzero value on exit, any valid data would get tossed if there was any. This prevented emms from showing info for files that are tagged but a bit odd. Also reindented emms-info-ogginfo accordingly, which incidentally removed some tabs in favour of spaces. darcs-hash:20060530130411-97144-7a32c32535a534abdbe173f8f230194c462dbbbd.gz
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-011-9/+11
| | | | darcs-hash:20060401232610-1bfb2-5fe5e4892c94e29a59738bf0d27e7e91ad68f2ed.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-1/+19
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.gz
* fix emms-info-ogginfo laguangeyonirabkin2005-10-151-1/+1
| | | | darcs-hash:20051015104340-be80e-ca11a2e2b74f0206b0f8345a8d02589b877a2ded.gz
* Adding emms-info-ogginfo.el and consiquently modifying emms-defaultyonirabkin2005-09-231-0/+64
darcs-hash:20050923213008-be80e-471fff42070a012a822fdd34958b2c65c974a10e.gz