terrelsa13 / MUMC

Multi-User Media Cleaner aka MUMC (pronounced Mew-Mick) will go through movies, tv episodes, audio tracks, and audiobooks in your Emby/Jellyfin libraries deleting media items you no longer want.
GNU General Public License v3.0
92 stars 6 forks source link

Limit The Number Of Characters Printed To Console And Saved To File #125

Closed terrelsa13 closed 2 months ago

terrelsa13 commented 2 months ago

Add functionality to break up long strings in to smaller strings the print() function, write() function, and the OS can more quickly handle using the following configuration variables. See output_controls for additional information.

  output_controls:
    character_limit:
      print: 128
      write: 128