Compare commits
2 Commits
7fcf078a4e
...
5dea4f9b23
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dea4f9b23
|
||
|
|
9be73f1d42
|
@@ -1,32 +1,46 @@
|
||||
directory: ~/Music
|
||||
library: ~/Music/musiclibrary.db
|
||||
plugins: inline edit fetchart embedart mbsync albumtypes smartplaylist lyrics the info lastimport types ftintitle scrub fuzzy chroma limit replaygain random summarize musicbrainz
|
||||
format_item: %the{$artist} - %the{$album} ($original_year)$atypes - %the{$title}
|
||||
format_album: %the{$albumartist} - %the{$album} ($original_year)$atypes
|
||||
sort_item: artist+ original_year+ original_month+ album+ disc+ track+
|
||||
sort_album: albumartist+ original_year+ original_month+ album+
|
||||
original_date: yes
|
||||
item_fields:
|
||||
multidisc: 1 if disctotal > 1 else 0
|
||||
type:
|
||||
play_count: int
|
||||
import:
|
||||
move: yes
|
||||
timid: yes
|
||||
paths:
|
||||
default: $albumartist/[$original_year]$atypes $album%aunique{}/%if{$multidisc,$disc-}$track $title
|
||||
singleton: $artist/$title
|
||||
musicbrainz:
|
||||
searchlimit: 10
|
||||
plugins: albumtypes autobpm chroma edit embedart fetchart ftintitle fuzzy info inline lastgenre lastimport limit lyrics mbsync musicbrainz random replaygain scrub smartplaylist summarize the types
|
||||
chroma:
|
||||
auto: no
|
||||
embedart:
|
||||
auto: no
|
||||
remove_art_file: yes
|
||||
fetchart:
|
||||
cautious: yes
|
||||
minwidth: 250
|
||||
maxwidth: 1000
|
||||
enforce_ratio: 1%
|
||||
sources: filesystem wikipedia coverart amazon albumart
|
||||
embedart:
|
||||
ftintitle:
|
||||
drop: yes
|
||||
fuzzy:
|
||||
threshold: 0.8
|
||||
item_fields:
|
||||
multidisc: 1 if disctotal > 1 else 0
|
||||
lastgenre:
|
||||
canonical: yes
|
||||
fallback: ''
|
||||
force: yes
|
||||
keep_existing: no
|
||||
whitelist: ~/.config/beets/genres.txt
|
||||
musicbrainz:
|
||||
searchlimit: 10
|
||||
replaygain:
|
||||
command: mp3gain
|
||||
scrub:
|
||||
auto: no
|
||||
remove_art_file: yes
|
||||
smartplaylist:
|
||||
relative_to: ~/Music
|
||||
playlist_dir: ~/.local/share/mpd/playlists
|
||||
@@ -47,15 +61,7 @@ smartplaylist:
|
||||
query: ['genre:"Symphonic Black Metal"', 'genre:"Melodic Black Metal"']
|
||||
the:
|
||||
patterns: ^Il\s ^La\s ^Lo\s ^Gli\s ^Le\s
|
||||
ftintitle:
|
||||
drop: yes
|
||||
scrub:
|
||||
auto: no
|
||||
fuzzy:
|
||||
threshold: 0.8
|
||||
chroma:
|
||||
auto: no
|
||||
replaygain:
|
||||
command: mp3gain
|
||||
type:
|
||||
play_count: int
|
||||
include: [ lyrics.yaml, lastfm.yaml ]
|
||||
|
||||
|
||||
@@ -155,8 +155,8 @@ myLayoutHook = onWorkspace "2:\xe743 " myWebLayout $ onWorkspace "3:\xf1b6 " myG
|
||||
tabbed shrinkText myTabConfig
|
||||
myTabConfig =
|
||||
def
|
||||
{ activeColor = "#737aa2",
|
||||
inactiveColor = "#24283b"
|
||||
{ activeColor = "#24283b",
|
||||
inactiveColor = "#737aa2"
|
||||
}
|
||||
tiled = Tall nmaster delta ratio
|
||||
nmaster = 1
|
||||
@@ -199,14 +199,7 @@ myStartupHook :: X ()
|
||||
myStartupHook = do
|
||||
spawnOnce "xsetroot -cursor_name left_ptr"
|
||||
spawnOnce myScreenSetup
|
||||
-- spawnOnce $
|
||||
-- "xrandr --output HDMI-1-0 --preferred --primary --output eDP-1 --right-of HDMI-1-0 --preferred && ~/.fehbg"
|
||||
-- ++ " && picom -b -c"
|
||||
spawnOnce "xautolock -time 10 -locker slock -detectsleep"
|
||||
-- spawnOnce
|
||||
-- "trayer -l --edge top --align right --SetDockType true \
|
||||
-- \--SetPartialStrut true --expand true --widthtype request \
|
||||
-- \--tint 0x232634 --height 18 --monitor 1"
|
||||
spawnOnce "redshift-gtk"
|
||||
spawnOnce "udiskie"
|
||||
spawnOnce "nm-applet"
|
||||
|
||||
Reference in New Issue
Block a user