forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
mumc_configyaml>admin_settings>output_controls>character_limit>print
terrelsa13 edited this page Jul 1, 2024
·
2 revisions
- Parent
- Description
admin_settings:
output_controls:
character_limit:
print: integer
-
print
: control the number of character fed to the print() function - When there is a large number of characters to print to the screen; MUMC may appear to lag
- In reality MUMC is waiting for the print() function and the OS to show the requested characters on the screen
- The larger the number of characters, the longer the lag (e.g. printing millions of characters at once)
- The
print
character_limit will allow any media_items with long or repetitive data to print without noticeable lag - ALL characters are printed on the screen regardless of this value
- 1-730500 - Maximum number of characters printed at the same time
-
-1 - Disable printing to the console (THIS WILL OVERRIDE
DEBUG:
)
Example:
print: 128
- MUMC wiki
- Install
- Files & Directories
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- Configuration Builder/Editor
- Played And Created Filter Statement Breakdown
- Played And Created Filter Tag Breakdown
- Dangerous Filter Statements
- Behavioral Statement Breakdown
- Behavioral Tag Breakdown
- Blacklisting vs Whitelisting
- Blacktagging vs Whitetagging
- Library Matching byId vs byPath vs byNetworkPath
- Minimum Episodes vs Minium Played Episodes
- Conditional Behavior Priorities
- Media Mangers
- Command-Line Arguments
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations