From 84eb6fc3600111b430c8a94129d8b7cf3ba5beb7 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 17:42:24 +0100 Subject: [PATCH] skel: add quodlibet configuration: - disable replay gain - show play time instead of remaining time - set visible columns/panes/album cover, set window maximized, show paned browser by default - set ratings scale to 5 - set repeat/shuffle to False - allow single-click rating - associate with xfce applications (thunar, xfburn) - enable plugins: Burn CD, Export Metadata, Musicbrainz/CDDB lookups, alarm clock, album art saver/downloader, tray icon, filter on directory, equalizer, seekbar, duplicates browser, MPRIS remote control, notifications, export playlist, force write to file, search artist in wikipedia - set tooltip text - refresh library on start --- .../etc/skel/.quodlibet/config | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 config/includes.chroot/etc/skel/.quodlibet/config diff --git a/config/includes.chroot/etc/skel/.quodlibet/config b/config/includes.chroot/etc/skel/.quodlibet/config new file mode 100644 index 0000000..fc0abd3 --- /dev/null +++ b/config/includes.chroot/etc/skel/.quodlibet/config @@ -0,0 +1,70 @@ +[header_maps] + +[__config__] +version = 0 + +[player] +replaygain = false +time_remaining = false + +[settings] +jump = true +columns = ~rating,~#track,~title~version,artist,~album~discsubtitle,~#disc,genre,~#length,~#bitrate,~filename,~#lastplayed,~format +ratings = 5 +repeat = False + +[browsers] +panes = artist genre ~rating +rating_click = true +color = true +album_covers = true + +[memory] +browser = Paned +maximized = 0 +quodlibet_maximized = 4 +open_browsers = +order = inorder +queue = True +queue_expanded = False +shuffle = False +shufflequeue = false +songlist = true +sortby = 0~#track +volume = 1.0 + +[editing] +alltags = true +save_to_songs = true + +[plugins] +active_plugins = Title Case + Burn CD + ExportMeta + Browse Folders + MusicBrainz lookup + Alarm Clock + Picture Saver + CDDB lookup + Download Album art + Tray Icon + filterbrowser + Equalizer + SeekBar + Export to HTML + Duplicates + mpris + Notify + Playlist Export + Force Write + Search artist in Wikipedia +browsefolders = thunar +cover_fn = folder.jpg +icon_tooltip = |> +k3b = xfburn +notify_show_notifications = all +wikipedia = en + +[library] +refresh_on_start = true +