This commit modifies the default state of the "Automatically search for album cover" and "Automatically search for song lyrics" options to false in the UI and corresponding settings logic. Additionally, it updates the macOS Info.plist to disable automatic update checks by default.
541 lines
15 KiB
XML
541 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ContextSettingsPage</class>
|
|
<widget class="QWidget" name="ContextSettingsPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>510</width>
|
|
<height>874</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Context</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_contextsettingspage">
|
|
<item>
|
|
<widget class="QGroupBox" name="context_custom_text_group">
|
|
<property name="title">
|
|
<string>Custom text settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_context_custom_text_group">
|
|
<item>
|
|
<widget class="QFrame" name="frame_custom_context1">
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame1">
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout1">
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="1">
|
|
<widget class="QLineEdit" name="context_custom_text1">
|
|
<property name="text">
|
|
<string notr="true">%title - %artist%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QToolButton" name="context_exp_chooser1">
|
|
<property name="accessibleName">
|
|
<string>MenuPopupToolButton</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_title">
|
|
<property name="text">
|
|
<string>Title</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_summary">
|
|
<property name="text">
|
|
<string>Summary</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLineEdit" name="context_custom_text2">
|
|
<property name="text">
|
|
<string notr="true">%album%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QToolButton" name="context_exp_chooser2">
|
|
<property name="accessibleName">
|
|
<string>MenuPopupToolButton</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="context_order_group">
|
|
<property name="title">
|
|
<string>Enable Items</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_context_order_group">
|
|
<item>
|
|
<widget class="QFrame" name="frame_custom_context2">
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkbox_album">
|
|
<property name="text">
|
|
<string>Album</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkbox_technical_data">
|
|
<property name="text">
|
|
<string>Technical Data</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkbox_song_lyrics">
|
|
<property name="text">
|
|
<string>Song Lyrics</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkbox_search_cover">
|
|
<property name="text">
|
|
<string>Automatically search for album cover</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkbox_search_lyrics">
|
|
<property name="text">
|
|
<string>Automatically search for song lyrics</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupbox_font_headline">
|
|
<property name="title">
|
|
<string>Font for headline</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_1_font">
|
|
<property name="text">
|
|
<string>Font</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_1_font_size">
|
|
<property name="text">
|
|
<string>Font size</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QDoubleSpinBox" name="font_size_headline">
|
|
<property name="suffix">
|
|
<string> pt</string>
|
|
</property>
|
|
<property name="decimals">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>2.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>50.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.500000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QFontComboBox" name="font_headline"/>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_1_preview">
|
|
<property name="text">
|
|
<string>Preview</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QTextEdit" name="preview_headline">
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::TextInteractionFlag::TextSelectableByKeyboard|Qt::TextInteractionFlag::TextSelectableByMouse</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupbox_font_normal">
|
|
<property name="title">
|
|
<string>Font for data and lyrics</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_2_font">
|
|
<property name="text">
|
|
<string>Font</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QFontComboBox" name="font_normal"/>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_2_font_size">
|
|
<property name="text">
|
|
<string>Font size</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QDoubleSpinBox" name="font_size_normal">
|
|
<property name="suffix">
|
|
<string> pt</string>
|
|
</property>
|
|
<property name="decimals">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>2.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>50.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.500000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_1_preview_2">
|
|
<property name="text">
|
|
<string>Preview</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QTextEdit" name="preview_normal">
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::TextInteractionFlag::TextSelectableByKeyboard|Qt::TextInteractionFlag::TextSelectableByMouse</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="spacer_bottom">
|
|
<property name="orientation">
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
<action name="action_artist">
|
|
<property name="text">
|
|
<string notr="true">%artist%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song artist tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_album">
|
|
<property name="text">
|
|
<string notr="true">%album%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song album tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_title">
|
|
<property name="text">
|
|
<string notr="true">%title%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song title tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_albumartist">
|
|
<property name="text">
|
|
<string notr="true">%albumartist%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song albumartist tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_year">
|
|
<property name="text">
|
|
<string notr="true">%year%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song year tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_composer">
|
|
<property name="text">
|
|
<string notr="true">%composer%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song composer tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_performer">
|
|
<property name="text">
|
|
<string notr="true">%performer%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song performer tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_grouping">
|
|
<property name="text">
|
|
<string notr="true">%grouping%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song grouping tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_disc">
|
|
<property name="text">
|
|
<string notr="true">%disc%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song disc tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_track">
|
|
<property name="text">
|
|
<string notr="true">%track%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song track tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_genre">
|
|
<property name="text">
|
|
<string notr="true">%genre%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song genre tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_length">
|
|
<property name="text">
|
|
<string notr="true">%length%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song length tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_playcount">
|
|
<property name="text">
|
|
<string notr="true">%playcount%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song play count</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_skipcount">
|
|
<property name="text">
|
|
<string notr="true">%skipcount%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song skip count</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_newline">
|
|
<property name="text">
|
|
<string notr="true">%newline%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add a new line if supported by the notification type</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_filename">
|
|
<property name="text">
|
|
<string>%filename%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song filename</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_url">
|
|
<property name="text">
|
|
<string>%url%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song URL</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_rating">
|
|
<property name="text">
|
|
<string>%rating%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song rating</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_originalyear">
|
|
<property name="text">
|
|
<string>%originalyear%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song original year tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_artistsort">
|
|
<property name="text">
|
|
<string>%artistsort%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song artistsort tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_albumartistsort">
|
|
<property name="text">
|
|
<string>%albumartistsort%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song albumartistsort tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_titlesort">
|
|
<property name="text">
|
|
<string>%titlesort%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song titlesort tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_composersort">
|
|
<property name="text">
|
|
<string>%composersort%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song composersort tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_performersort">
|
|
<property name="text">
|
|
<string>%performersort%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song performersort tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_albumsort">
|
|
<property name="text">
|
|
<string>%albumsort%</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add song albumsort tag</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|