forked from RasPlex/OpenPHT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdvancedSettings.h
419 lines (356 loc) · 14 KB
/
AdvancedSettings.h
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
#pragma once
/*
* Copyright (C) 2005-2012 Team XBMC
* http://xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This Program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with XBMC; see the file COPYING. If not, see
* <http://www.gnu.org/licenses/>.
*
*/
#include "utils/StdString.h"
#include <vector>
#include "pictures/PictureScalingAlgorithm.h"
#include "utils/GlobalsHandling.h"
class TiXmlElement;
class DatabaseSettings
{
public:
void Reset()
{
type.clear();
host.clear();
port.clear();
user.clear();
pass.clear();
name.clear();
};
CStdString type;
CStdString host;
CStdString port;
CStdString user;
CStdString pass;
CStdString name;
};
struct TVShowRegexp
{
bool byDate;
CStdString regexp;
int defaultSeason;
TVShowRegexp(bool d, const CStdString& r, int s = 1)
{
byDate = d;
regexp = r;
defaultSeason = s;
}
};
struct RefreshOverride
{
float fpsmin;
float fpsmax;
float refreshmin;
float refreshmax;
bool fallback;
};
struct RefreshVideoLatency
{
float refreshmin;
float refreshmax;
float delay;
};
typedef std::vector<TVShowRegexp> SETTINGS_TVSHOWLIST;
class CAdvancedSettings
{
public:
CAdvancedSettings();
static CAdvancedSettings* getInstance();
void Initialize();
bool Initialized() { return m_initialized; };
void AddSettingsFile(const CStdString &filename);
bool Load();
void Clear();
static void GetCustomTVRegexps(TiXmlElement *pRootElement, SETTINGS_TVSHOWLIST& settings);
static void GetCustomRegexps(TiXmlElement *pRootElement, CStdStringArray& settings);
static void GetCustomRegexpReplacers(TiXmlElement *pRootElement, CStdStringArray& settings);
static void GetCustomExtensions(TiXmlElement *pRootElement, CStdString& extensions);
bool CanLogComponent(int component) const;
int m_audioHeadRoom;
#ifdef TARGET_OPENELEC
// OpenELEC workaround for minimum sample Rate
int m_minimumSampleRate;
#endif
float m_ac3Gain;
int m_maxPllAdjust;
CStdString m_audioDefaultPlayer;
float m_audioPlayCountMinimumPercent;
bool m_dvdplayerIgnoreDTSinWAV;
float m_limiterHold;
float m_limiterRelease;
bool m_omxHWAudioDecode;
bool m_omxDecodeStartWithValidFrame;
float m_videoSubsDelayRange;
float m_videoAudioDelayRange;
int m_videoSmallStepBackSeconds;
int m_videoSmallStepBackTries;
int m_videoSmallStepBackDelay;
bool m_videoUseTimeSeeking;
int m_videoTimeSeekForward;
int m_videoTimeSeekBackward;
int m_videoTimeSeekForwardBig;
int m_videoTimeSeekBackwardBig;
int m_videoPercentSeekForward;
int m_videoPercentSeekBackward;
int m_videoPercentSeekForwardBig;
int m_videoPercentSeekBackwardBig;
CStdString m_videoPPFFmpegDeint;
CStdString m_videoPPFFmpegPostProc;
bool m_videoVDPAUtelecine;
bool m_videoVDPAUdeintSkipChromaHD;
bool m_musicUseTimeSeeking;
int m_musicTimeSeekForward;
int m_musicTimeSeekBackward;
int m_musicTimeSeekForwardBig;
int m_musicTimeSeekBackwardBig;
int m_musicPercentSeekForward;
int m_musicPercentSeekBackward;
int m_musicPercentSeekForwardBig;
int m_musicPercentSeekBackwardBig;
int m_videoBlackBarColour;
int m_videoIgnoreSecondsAtStart;
float m_videoIgnorePercentAtEnd;
float m_audioApplyDrc;
bool m_useFfmpegVda;
int m_videoVDPAUScaling;
bool m_videoVAAPIforced;
float m_videoNonLinStretchRatio;
bool m_videoEnableHighQualityHwScalers;
float m_videoAutoScaleMaxFps;
std::vector<RefreshOverride> m_videoAdjustRefreshOverrides;
std::vector<RefreshVideoLatency> m_videoRefreshLatency;
float m_videoDefaultLatency;
bool m_videoDisableBackgroundDeinterlace;
int m_videoCaptureUseOcclusionQuery;
bool m_DXVACheckCompatibility;
bool m_DXVACheckCompatibilityPresent;
bool m_DXVAForceProcessorRenderer;
bool m_DXVANoDeintProcForProgressive;
bool m_DXVAAllowHqScaling;
int m_videoFpsDetect;
int m_videoBusyDialogDelay_ms;
CStdString m_videoDefaultPlayer;
CStdString m_videoDefaultDVDPlayer;
float m_videoPlayCountMinimumPercent;
float m_slideshowBlackBarCompensation;
float m_slideshowZoomAmount;
float m_slideshowPanAmount;
bool m_lcdHeartbeat;
bool m_lcdDimOnScreenSave;
int m_lcdScrolldelay;
CStdString m_lcdHostName;
int m_songInfoDuration;
int m_logLevel;
int m_logLevelHint;
CStdString m_cddbAddress;
//airtunes + airplay
bool m_logEnableAirtunes;
int m_airTunesPort;
int m_airPlayPort;
bool m_handleMounting;
bool m_fullScreenOnMovieStart;
CStdString m_cachePath;
CStdString m_videoCleanDateTimeRegExp;
CStdStringArray m_videoCleanStringRegExps;
CStdStringArray m_videoExcludeFromListingRegExps;
CStdStringArray m_moviesExcludeFromScanRegExps;
CStdStringArray m_tvshowExcludeFromScanRegExps;
CStdStringArray m_audioExcludeFromListingRegExps;
CStdStringArray m_audioExcludeFromScanRegExps;
CStdStringArray m_pictureExcludeFromListingRegExps;
CStdStringArray m_videoStackRegExps;
CStdStringArray m_folderStackRegExps;
CStdStringArray m_trailerMatchRegExps;
SETTINGS_TVSHOWLIST m_tvshowEnumRegExps;
CStdString m_tvshowMultiPartEnumRegExp;
typedef std::vector< std::pair<CStdString, CStdString> > StringMapping;
StringMapping m_pathSubstitutions;
int m_remoteDelay; ///< \brief number of remote messages to ignore before repeating
float m_controllerDeadzone;
bool m_playlistAsFolders;
bool m_detectAsUdf;
unsigned int m_fanartRes; ///< \brief the maximal resolution to cache fanart at (assumes 16x9)
unsigned int m_imageRes; ///< \brief the maximal resolution to cache images at (assumes 16x9)
/*! \brief the maximal size to cache thumbs at, assuming square
Used for actual thumbs (eg bookmark thumbs, picture thumbs) rather than cover art which uses m_imageRes instead
*/
unsigned int GetThumbSize() const { return m_imageRes / 2; };
bool m_useDDSFanart;
CPictureScalingAlgorithm::Algorithm m_imageScalingAlgorithm;
int m_sambaclienttimeout;
CStdString m_sambadoscodepage;
bool m_sambastatfiles;
bool m_bHTTPDirectoryStatFilesize;
bool m_bFTPThumbs;
CStdString m_musicThumbs;
CStdString m_fanartImages;
bool m_bMusicLibraryHideAllItems;
int m_iMusicLibraryRecentlyAddedItems;
bool m_bMusicLibraryAllItemsOnBottom;
bool m_bMusicLibraryAlbumsSortByArtistThenYear;
CStdString m_strMusicLibraryAlbumFormat;
CStdString m_strMusicLibraryAlbumFormatRight;
bool m_prioritiseAPEv2tags;
CStdString m_musicItemSeparator;
CStdString m_videoItemSeparator;
std::vector<CStdString> m_musicTagsFromFileFilters;
bool m_bVideoLibraryHideAllItems;
bool m_bVideoLibraryAllItemsOnBottom;
int m_iVideoLibraryRecentlyAddedItems;
bool m_bVideoLibraryHideEmptySeries;
bool m_bVideoLibraryCleanOnUpdate;
bool m_bVideoLibraryExportAutoThumbs;
bool m_bVideoLibraryImportWatchedState;
bool m_bVideoLibraryImportResumePoint;
bool m_bVideoScannerIgnoreErrors;
int m_iVideoLibraryDateAdded;
std::vector<CStdString> m_vecTokens; // cleaning strings tied to language
//TuxBox
int m_iTuxBoxStreamtsPort;
bool m_bTuxBoxSubMenuSelection;
int m_iTuxBoxDefaultSubMenu;
int m_iTuxBoxDefaultRootMenu;
bool m_bTuxBoxAudioChannelSelection;
bool m_bTuxBoxPictureIcon;
int m_iTuxBoxEpgRequestTime;
int m_iTuxBoxZapWaitTime;
bool m_bTuxBoxSendAllAPids;
bool m_bTuxBoxZapstream;
int m_iTuxBoxZapstreamPort;
int m_iMythMovieLength; // minutes
int m_iEpgLingerTime; // minutes
int m_iEpgUpdateCheckInterval; // seconds
int m_iEpgCleanupInterval; // seconds
int m_iEpgActiveTagCheckInterval; // seconds
int m_iEpgRetryInterruptedUpdateInterval; // seconds
int m_iEpgUpdateEmptyTagsInterval; // seconds
bool m_bEpgDisplayUpdatePopup;
bool m_bEpgDisplayIncrementalUpdatePopup;
// EDL Commercial Break
bool m_bEdlMergeShortCommBreaks;
int m_iEdlMaxCommBreakLength; // seconds
int m_iEdlMinCommBreakLength; // seconds
int m_iEdlMaxCommBreakGap; // seconds
int m_iEdlMaxStartGap; // seconds
int m_iEdlCommBreakAutowait; // seconds
int m_iEdlCommBreakAutowind; // seconds
int m_curlconnecttimeout;
int m_curllowspeedtime;
int m_curlretries;
bool m_curlDisableIPV6;
bool m_fullScreen;
bool m_startFullScreen;
bool m_showExitButton; /* Ideal for appliances to hide a 'useless' button */
bool m_canWindowed;
bool m_splashImage;
bool m_alwaysOnTop; /* makes xbmc to run always on top .. osx/win32 only .. */
int m_playlistRetries;
int m_playlistTimeout;
bool m_GLRectangleHack;
int m_iSkipLoopFilter;
float m_ForcedSwapTime; /* if nonzero, set's the explicit time in ms to allocate for buffer swap */
bool m_AllowD3D9Ex;
bool m_ForceD3D9Ex;
bool m_AllowDynamicTextures;
unsigned int m_RestrictCapsMask;
float m_sleepBeforeFlip; ///< if greather than zero, XBMC waits for raster to be this amount through the frame prior to calling the flip
bool m_bVirtualShares;
float m_karaokeSyncDelayCDG; // seems like different delay is needed for CDG and MP3s
float m_karaokeSyncDelayLRC;
bool m_karaokeChangeGenreForKaraokeSongs;
bool m_karaokeKeepDelay; // store user-changed song delay in the database
int m_karaokeStartIndex; // auto-assign numbering start from this value
bool m_karaokeAlwaysEmptyOnCdgs; // always have empty background on CDG files
bool m_karaokeUseSongSpecificBackground; // use song-specific video or image if available instead of default
CStdString m_karaokeDefaultBackgroundType; // empty string or "vis", "image" or "video"
CStdString m_karaokeDefaultBackgroundFilePath; // only for "image" or "video" types above
CStdString m_cpuTempCmd;
CStdString m_gpuTempCmd;
int m_bgInfoLoaderMaxThreads;
/* PVR/TV related advanced settings */
int m_iPVRTimeCorrection; /*!< @brief correct all times (epg tags, timer tags, recording tags) by this amount of minutes. defaults to 0. */
int m_iPVRInfoToggleInterval; /*!< @brief if there are more than 1 pvr gui info item available (e.g. multiple recordings active at the same time), use this toggle delay in milliseconds. defaults to 3000. */
bool m_bPVRShowEpgInfoOnEpgItemSelect; /*!< @brief when selecting an EPG fileitem, show the EPG info dialog if this setting is true. start playback on the selected channel if false */
int m_iPVRMinVideoCacheLevel; /*!< @brief cache up to this level in the video buffer buffer before resuming playback if the buffers run dry */
int m_iPVRMinAudioCacheLevel; /*!< @brief cache up to this level in the audio buffer before resuming playback if the buffers run dry */
bool m_bPVRCacheInDvdPlayer; /*!< @brief true to use "CACHESTATE_PVR" in CDVDPlayer (default) */
bool m_bPVRChannelIconsAutoScan; /*!< @brief automatically scan user defined folder for channel icons when loading internal channel groups */
bool m_bPVRAutoScanIconsUserSet; /*!< @brief mark channel icons populated by auto scan as "user set" */
int m_iPVRNumericChannelSwitchTimeout; /*!< @brief time in ms before the numeric dialog auto closes when confirmchannelswitch is disabled */
DatabaseSettings m_databaseMusic; // advanced music database setup
DatabaseSettings m_databaseVideo; // advanced video database setup
DatabaseSettings m_databaseTV; // advanced tv database setup
DatabaseSettings m_databaseEpg; /*!< advanced EPG database setup */
bool m_guiVisualizeDirtyRegions;
int m_guiAlgorithmDirtyRegions;
int m_guiDirtyRegionNoFlipTimeout;
unsigned int m_addonPackageFolderSize;
unsigned int m_cacheMemBufferSize;
float m_readBufferFactor;
bool m_jsonOutputCompact;
unsigned int m_jsonTcpPort;
bool m_enableMultimediaKeys;
std::vector<CStdString> m_settingsFiles;
void ParseSettingsFile(const CStdString &file);
float GetDisplayLatency(float refreshrate);
bool m_initialized;
void SetDebugMode(bool debug);
CStdString m_stereoscopicregex_3d;
CStdString m_stereoscopicregex_sbs;
CStdString m_stereoscopicregex_tab;
CStdString m_stereoscopicregex_mvc;
/*!< @brief position behavior of ass subtitiles when setting "subtitle position on screen" set to "fixed"
True to show at the fixed position set in video calibration
False to show at the bottom of video (default) */
bool m_videoAssFixedWorks;
/* PLEX */
CStdString m_language;
CStdString m_units;
CStdStringArray m_knownVideoCodecs;
CStdStringArray m_knownAudioCodecs;
int m_secondsToVisualizer;
bool m_bVisualizerOnPlay;
int m_nowPlayingFlipTime;
bool m_bBackgroundMusicOnlyWhenFocused;
bool m_bAutoShuffle;
bool m_bUseAnamorphicZoom;
bool m_bEnableViewRestrictions;
bool m_bEnableKeyboardBacklightControl;
bool m_bEnablePlexTokensInLogs;
bool m_bCollapseSingleSeason;
bool m_bRequireEncryptedConnection;
bool m_bEnableBetaChannel;
CStdString m_videoSeekSteps;
CStdString m_musicSeekSteps;
unsigned int m_smartCacheUpperLimit;
int m_iShowFirstRun;
bool m_bEnableGDM;
unsigned int m_cacheReadRate;
bool m_bAlwaysReinitCoreAudio;
bool m_bHideFanouts;
bool m_bForceJpegImageFormat;
void SetVisualizeDirtyRegions(bool visualize);
void SetDirtyRegionsAlgorithm(int algorithm);
void SetDirtyRegionsNoFlipTimeout(int timeout);
bool m_bUseMatroskaTranscodes;
/* END PLEX */
};
XBMC_GLOBAL(CAdvancedSettings,g_advancedSettings);