Commit Graph

17 Commits

Author SHA1 Message Date
Marty Oehme 8f71703a4a
ncmpcpp: Hide unnecessary library info
Hide the years that ncpmpcpp always adds to the library albums, and
don't split them by date. Also importantly use 'album_artist' to
sort the corresponding artists instead of just 'artist' since beets
will often sort the individual acting artist for the latter, pulling
apart single songs from larger albums.
Lastly, add a 'data_fetching_delay' (of I believe 250ms) when quickly
scrolling through the artist/album list so it goes a little smoother
when loading data from remote sources.
2024-02-24 09:13:02 +01:00
Marty Oehme 835acd40ab
multimedia: Move access tokens to dotter templating
Moved usernames and passwords into local variables in dotter
to be able to commit the files nonetheless. Thus makes use
of dotter templating for beets and mopidy.

Empty example configuration can be found in local.toml in the
dotter directory.
2023-10-12 09:19:31 +02:00
Marty Oehme 093bc811d5
multimedia: Add simple imv configuration
Added simple configuration for the imv image viewer which is
wayland-compatible. Nothing too fancy but some simple
vim-like mappings are set, as well as some styling applied.
2023-10-02 19:11:20 +02:00
Marty Oehme 3562007bc8
beets: Remove acousticbrainz plugin
With the sunsetting of acousticbrainz I think it is time to
confront reality and remove the plugin. Was a lot of fun to
play around with and create playlists from that followed
music beats, mood or similar but ultimately it slowed down
importing a lot and I never earnestly used it for anything.
2023-09-16 11:17:20 +02:00
Marty Oehme c96a1feec4
ncmpcpp: Map search engine keys to uppercase S 2023-08-29 22:37:14 +02:00
Marty Oehme 5f93ecba7c
lua: Format with stylua 2023-06-15 10:12:30 +02:00
Marty Oehme 01ca98aa4b
mpv: Update gui interface 2023-05-23 15:34:08 +02:00
Marty Oehme f6a9006c07
mpv: Make mpv automatic quality setting explicit 2023-03-22 11:52:14 +01:00
Marty Oehme 09af447747
multimedia: Scrub beets configuration 2023-03-06 11:35:13 +01:00
Marty Oehme 89ed4615a7
ncmpcpp: Remap song ffwd and rewind
Mapped fast forward to f and song rewind to F to mimick seaerch-ahead
and search-behind ability of vim.
2023-02-25 17:07:19 +01:00
Marty Oehme 953fdaaf1e
iosevka: Fix font naming scheme update
New versions of Iosevka seem to not be callable simply through 'Iosevka'
as before but require the full 'Iosevka Nerd Font' terminus for my case
of having the archlinux nerdfont package for the font installed.

This commit fixes wrong fonts in wayland and the wezterm terminal as
well as a longer running issue in mpv so they all correctly display
Iosevka.
2023-01-19 18:29:34 +01:00
Marty Oehme 6cf34a5aee
beets: Add lyrics fetching 2023-01-10 00:14:00 +01:00
Marty Oehme de792cf742
mopidy: Extend scan timeout to 5 seconds 2023-01-08 01:54:52 +01:00
Marty Oehme 4c33a6da56
mpv: Move into multimedia module 2023-01-07 16:01:41 +01:00
Marty Oehme 1701b9d34e
ncmpcpp: Set song notification class and priority 2023-01-05 22:50:15 +01:00
Marty Oehme e72da98946
multimedia: Update beets configuration 2022-12-30 14:48:11 +01:00
Marty Oehme 7865626f5b
multimedia: Add initial commit 2022-12-21 10:41:46 +01:00