Seite 1 von 1

Farbauswahl löschen

Verfasst: Mo Feb 08, 2021 3:10 pm
von AndreasH
Hallo zusammen,

wie kann ich eine Farbauswahl löschen (es soll keine Farbe sondern das rote X angezeigt werden)?

Ich möchte z.B. die Farbe für den Titel in den NDI-Einstellungen löschen, damit der Titel nicht angezeigt wird.

Gruß,

Andreas

Re: Farbauswahl löschen

Verfasst: Mo Feb 08, 2021 5:14 pm
von Sebastian
Das geht aktuell nicht über die Oberfläche. Aber du kannst die Datei BGProfiles.cfg bearbeiten und dort in dem Item wo auch ProfileName = '$$OUTPUT' steht, TitleColor auf clNone setzen.

Also in etwa so:

Code: Alles auswählen

  items = <
    item
      OutlineColor = clBlack
      ShadowColor = clBlack
      ChordColor = 103422
      CopyrightColor = clYellow
      BibleVerseColor = clRed
      ColorTPLinks = 8421440
      ColorTPRechts = clGray
      TitleColor = clNone
      Lang1Color = clWhite
      Lang2Color = 16743805
      Lang3Color = 8454143
      Lang4Color = 7457588
      TitleStyle = 'UC'
      Lang1Style = 'BC'
      Lang2Style = 'I'
      Outline = True
      ShadingAlpha = 127
      ShadowSet = True
      OutlineSet = True
      FrameSet = True
      ProfileName = '$$OUTPUT'
    end
    [...]

Re: Farbauswahl löschen

Verfasst: Mo Feb 08, 2021 6:38 pm
von AndreasH
funktioniert super!

Danke für die schnelle Antwort.

Die Datei liegt unter %AppData%\Songbeamer :)