many updates

This commit is contained in:
Matt Nish-Lapidus 2025-04-21 11:23:12 -04:00
parent 9c48e85b02
commit 0192c8ed42
5 changed files with 49 additions and 44 deletions

View file

@ -14,7 +14,7 @@ import:
none_rec_action: asis
duplicate_action: merge
default_action: asis
plugins: fish discogs the duplicates embedart fetchart mbsync missing unimported inline lastgenre albumtypes ftintitle plexupdate
plugins: fish discogs the duplicates embedart fetchart mbsync missing unimported inline lastgenre albumtypes ftintitle plexupdate importadded edit info
match:
ignored_media: ['Data CD', 'DVD', 'DVD-Video', 'Blu-ray', 'HD-DVD',
'VCD', 'SVCD', 'UMD', 'VHS']
@ -61,13 +61,15 @@ lastgenre:
fallback: 'Unclassified'
whitelist: yes
plex:
host: "localhost"
host: "media-server"
port: 32400
token: "DpUEsDtn43fiMEyzsTZ3"
paths:
default: %the{$albumartist}%ifdef{artistdisambig,(${artistdisambig})}/$album%aunique{}/%if{$multidisc,$disc-}$track - $title
comp: Various Artists/$album%aunique{}/$album%aunique{}/%if{$multidisc,$disc-}$track - $title
importadded:
preserve_mtimes: yes
preserve_write_mtimes: yes
ui:
color: yes

View file

@ -28,7 +28,7 @@
rpi-imager
freecad
flatpak
# gst_all_1.gstreamer
gst_all_1.gstreamer
prusa-slicer
via
vial
@ -43,8 +43,11 @@
wl-mirror
soundconverter
wmctrl
godot_4
gdtoolkit_4
# godot_4
# gdtoolkit_4
# epsonscan2
# sane-airscan
# xsane
@ -84,17 +87,17 @@
blender
davinci-resolve-studio
# steam
processing
zotero
fractal
handbrake
gmic
krita
krita-plugin-gmic
rawtherapee
inkscape
gimp
# epsonscan2
kicad
# kicad
turbocase
openscad-unstable
openscad-lsp
@ -112,7 +115,6 @@
fstl
librewolf
# vivaldi
wl-color-picker
@ -173,16 +175,16 @@
};
};
qt = {
enable = true;
platformTheme = {
name = "gtk";
};
style = {
package = pkgs.adwaita-qt;
name = "adwaita-dark";
};
};
# qt = {
# enable = true;
# platformTheme = {
# name = "gtk";
# };
# style = {
# package = pkgs.adwaita-qt;
# name = "adwaita-dark";
# };
# };
dconf.settings = {
"org/gnome/desktop/interface" = {

View file

@ -178,6 +178,8 @@ in
{ app-id = "Open File$"; }
{ app-id = "Save File$"; }
{ app-id = "Open Folder$"; }
{ app-id = "Configure Krita"; }
{ app-id = "Create new document Krita"; }
];
open-floating = true;
}