On Fri, 25 May 2018 18:59:06 -0400 Yoni Rabkin <[email protected]> wrote:
> Another change needed is to add a regexp to the player so that > (emms-player-get emms-player-mpv 'regex) will return a useful value that > emms-source-file-regex can use. > > Among other things this breaks is that the various > emms-add-... functions will add files that the player doesn't know how > to play. For instance, jpegs that litter album directories will start > showing up in the playlists, etc. Didn't think that it makes sense for mpv - it can totally "play" jpegs and other images, and has options for these, as well as any binary file one can imagine (e.g. with the right ffmpeg pipeline setup in lua). So these internal restrictions seemed to be kinda bogus for it. But do see what you mean with skipping files in context of music albums. Guess it'd indeed be best to restrict it like that by default and let people who want to use mpv for non-audio/video override it. -- Mike Kazantsev // fraggod.net _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
