Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes:
> Hello adventurous people,
>
> Please try and switch the regular expressions in emms-info-ogginfo.el
> and emms-info-mp3info.el to: "\.\(?:O\(?:GG\|gg\)\|ogg\)" and
> "\.\(?:\(?:M[Pp]\|mp\)3\)" respectively.
>
> I've tried loading all my files with (emms-cache -1) and (setq
> emms-info-asynchronously nil) and got a huge speedup.
>
> I'd like to know if this breaks anything so I'd be glad if someone tests
> this before I send a patch.
If it helps anyone to locate where to make the changes:
$:~/elisp/emms$ darcs whatsnew
{
hunk ./emms-info-mp3info.el 79
- (string-match "\\.[Mm][Pp]3\\'" (emms-track-name track)))
+ (string-match "\.\(?:\(?:M[Pp]\|mp\)3\)" (emms-track-name track)))
hunk ./emms-info-ogginfo.el 50
- (string-match "\\.[Oo][Gg][Gg]\\'" (emms-track-name track)))
+ (string-match "\.\(?:O\(?:GG\|gg\)\|ogg\)" (emms-track-name
track)))
}
--
"Cut your own wood and it will warm you twice"
_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help