/usr/lib/python3/dist-packages/lisp/default.cfg is in linux-show-player 0.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | #LiSP (Linux Show Player) configuration
[Version]
#Don't change this section values
Number = 19
[Cue]
FadeActionDuration = 3
FadeActionType = Linear
InterruptFade = 3
InterruptFadeType = Linear
[Theme]
Theme = Dark
Icons = numix
[Backend]
Default = gst
[Gst]
Pipeline = Volume, Equalizer10, DbMeter, AutoSink
[Layout]
Default = NoDefault
[MIDI]
InputDevice = SysDefault
OutputDevice = SysDefault
Backend = mido.backends.rtmidi
[Remote]
BindIp = 0.0.0.0
BindPort = 8070
DiscoverPort = 50000
DiscoverMagic = L1SPR3m0t3
[Actions]
MaxStackSize = 0
[CartLayout]
GridColumns = 7
GridRows = 4
ShowSeek = False
ShowDbMeters = False
ShowAccurate = False
ShowVolume = False
CountDown = True
AutoAddPage = True
[ListLayout]
ShowDbMeters = True
ShowSeek = True
ShowAccurate = False
ShowPlaying = True
AutoContinue = True
EndList = Stop
GoKey = Space
StopCueFade = True
PauseCueFade = True
RestartCueFade = True
InterruptCueFade = True
StopAllFade = False
PauseAllFade = False
RestartAllFade = False
InterruptAllFade = True
[DbMeter]
dBMax = 0
dbMin = -60
dbClip = 0
[Timecode]
Enabled = True
Format = FILM
HRes = True
|