Commit Graph

20 Commits

Author SHA1 Message Date
Daniel - c309cf7917
[Music] Move customizable variables into db-music.el 2019-06-10 11:33:35 +02:00
Daniel - ff06cddaba
[Music] Move shortcut to play automatic playlists to EMMS hydra
This is the right place.
2019-06-10 09:39:52 +02:00
Daniel - 2b13606f9b
[EMMS] Display performer even when no artist is given 2019-06-10 09:39:50 +02:00
Daniel - 076fc384db
[EMMS] Include album in track description if available 2019-06-09 09:24:12 +02:00
Daniel - 888e703448
[Music] Introduce ‘db/music’ and move code there
All music related functions that do not directly depend on EMMS will now go into
‘db/music’, with the intention that if we in the future replace EMMS with
something else, the API provided by ‘db/music’ will still be valid.  This does
not mean, however, that functions in ‘db/music’ may not use functions from EMMS.
2019-03-02 13:37:05 +01:00
Daniel - e5c197d7a9
[EMMs] Make sure emms is loaded when playing personal playlist 2018-11-03 18:37:08 +01:00
Daniel - b9d06667ee
[EMMS] Streamlined configuration
Moved actual configuration back from db-emms.el to init.el.

May very well be that the configuration is now broken again, let’s see how it’s
working out.
2018-11-03 12:22:48 +01:00
Daniel - 2fe2a55b59
[EMMS] Minor cleanup for configuration 2018-01-28 11:08:40 +01:00
Daniel - 0db33fb843
[EMMS] Silence some compiler warnings 2018-01-27 17:28:20 +01:00
Daniel - 53142f5b1e
[EMMS] Show compose even if performer is not known 2017-12-17 14:33:28 +01:00
Daniel - 17b5d9fecb
[Misc] Add lexical binding to all files 2017-12-03 09:19:05 +01:00
Daniel - ec9510e24b
[EMMS] Try to eliminate recursive ‘require’ 2017-11-14 14:59:13 +01:00
Daniel - 139862d66d
[Misc] Introduce variable ‘on-windows’
to increase readability
2017-11-11 09:06:41 +01:00
Daniel - 2265f89bad
[EMMS] Simplify description of current track 2017-08-26 11:38:20 +02:00
Daniel - 2cd264d7ef
[EMMS] Remove common prefix from tracks with not metadata 2017-08-18 17:43:45 +02:00
Daniel - 1cff76f65c
[EMMS] Use mediainfo program to extract media metadata 2017-08-14 20:36:04 +02:00
Daniel - 813d1134ac
[EMMS] Don’t use fixed playlist
play everything instead.
2017-08-11 09:06:42 +02:00
Daniel - 23fe89a421
[EMMS] Fix flycheck warnings 2017-08-06 13:03:43 +02:00
Daniel - efad33d752
[EMMS] Minor fixes 2017-08-06 12:49:34 +02:00
Daniel - 75599362bd
[EMMS] Refactoring configuration into separate file 2017-08-06 12:45:37 +02:00