Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1.  
  2. [general]
  3. thread_pool_number = 10
  4.  
  5. # Setting debug to True will show your username/password/token in logs!
  6. debug = True
  7.  
  8. # loglevel options: debug or info
  9. loglevel = debug
  10.  
  11. # mode options: skip_only_theme', 'skip_if_recap'
  12. mode = skip_only_theme
  13. ignore_intro_ratingkeys = ,
  14. ignore_outro_ratingkeys = ,
  15. # this is used add to the progress we we can start skip faster.
  16. no_wait_tick = 10
  17.  
  18. # Clients and users are a whitelist! empty allows all.
  19. clients = ,
  20. users = ,
  21.  
  22. [server]
  23. # The local IP address of your server plus port: http://192.168.0.0:32400
  24. url = http://192.168.1.74:32400
  25. # Search online for plex token to find this info.
  26. token = XXXXXXXXXXXXXXXXXX
  27. verify_ssl = False
  28. name = XXXXXXXXXXXXXX
  29. username = XXXXXXXXXXXXXXX
  30. password = XXXXXXXXXXXXXXX
  31.  
  32. [tv]
  33. # This lets bw_plex know that its suppose to analyze the video for credits
  34. check_credits = True
  35. # Setting this to 'stop' will stop playback when credits starts.
  36. # if set to seek it will
  37. check_credits_action = stop
  38. # This will start the next available episode
  39. ## NOTE: check_credits_action need to be `stop` for this to work.
  40. check_credits_start_next_ep = True
  41. credits_delay = 0
  42. check_credits_sec = 120
  43. check_for_theme_sec = 600
  44. check_intro_ffmpeg_sec = 600
  45. process_recently_added = True
  46. process_deleted = False
  47. # Options: 'all', 'tvtunes', 'plex', 'youtube'
  48. theme_source = all
  49. words = previously on, last season, last episode
  50. create_edl = False
  51. edl_action_type = 3
  52. create_chapters = True
  53.  
  54. [movie]
  55. check_credits = True
  56. check_credits_action = stop
  57. check_credits_sec = 600
  58. credits_delay = 0
  59. check_intro_ffmpeg_sec = 600
  60. process_recently_added = True
  61. process_deleted = True
  62. create_edl = True
  63. edl_action_type = 3
  64. create_chapters = False
  65.  
  66. [hashing]
  67. check_frames = True
  68. #every_n = not in use atm.
  69.  
  70.  
  71. # remaps can use used to location set a partial location
  72. # this is usefull if bw_plex is running on another computer.
  73. # the key is the path plex user and the value is the computer running
  74. # bw_plex. Ex:
  75. # /tvseries/ = W:\
  76. [remaps]
  77.  
  78.  
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement