Advertisement
zilexa

Untitled

Feb 28th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1.  
  2.  
  3. server_brand='jellyfin'
  4. user_keys=[]
  5. played_filter_movie=[3, '>=', 1]
  6. played_filter_episode=[21, '>=', 1]
  7. played_filter_audio=[-1, '>=', 1]
  8. played_filter_audiobook=[7, '>=', 1]
  9. created_filter_movie=[-1, '>=', 1, True]
  10. created_filter_episode=[-1, '>=', 1, True]
  11. created_filter_audio=[-1, '>=', 1, True]
  12. created_filter_audiobook=[-1, '>=', 1, True]
  13. favorited_behavior_movie=['keep', 'any', 'ignore', 3]
  14. favorited_behavior_episode=['keep', 'any', 'ignore', 3]
  15. favorited_behavior_audio=['keep', 'any', 'ignore', 3]
  16. favorited_behavior_audiobook=['keep', 'any', 'ignore', 3]
  17. favorited_advanced_movie_genre=0
  18. favorited_advanced_movie_library_genre=0
  19. favorited_advanced_episode_genre=0
  20. favorited_advanced_season_genre=0
  21. favorited_advanced_series_genre=0
  22. favorited_advanced_tv_library_genre=0
  23. favorited_advanced_tv_studio_network=0
  24. favorited_advanced_tv_studio_network_genre=0
  25. favorited_advanced_track_genre=0
  26. favorited_advanced_album_genre=0
  27. favorited_advanced_music_library_genre=0
  28. favorited_advanced_track_artist=0
  29. favorited_advanced_album_artist=0
  30. favorited_advanced_audiobook_track_genre=0
  31. favorited_advanced_audiobook_genre=0
  32. favorited_advanced_audiobook_library_genre=0
  33. favorited_advanced_audiobook_track_author=0
  34. favorited_advanced_audiobook_author=0
  35. whitetag=''
  36. whitetagged_behavior_movie=['keep', 'all', 'ignore', 0]
  37. whitetagged_behavior_episode=['keep', 'all', 'ignore', 0]
  38. whitetagged_behavior_audio=['keep', 'all', 'ignore', 0]
  39. whitetagged_behavior_audiobook=['keep', 'all', 'ignore', 0]
  40. blacktag=''
  41. blacktagged_behavior_movie=['delete', 'all', 'any', 0]
  42. blacktagged_behavior_episode=['delete', 'all', 'any', 0]
  43. blacktagged_behavior_audio=['delete', 'all', 'any', 0]
  44. blacktagged_behavior_audiobook=['delete', 'all', 'any', 0]
  45. whitelisted_behavior_movie=['keep', 'any', 'ignore', 3]
  46. whitelisted_behavior_episode=['keep', 'any', 'ignore', 3]
  47. whitelisted_behavior_audio=['keep', 'any', 'ignore', 3]
  48. whitelisted_behavior_audiobook=['keep', 'any', 'ignore', 3]
  49. blacklisted_behavior_movie=['delete', 'any', 'any', 3]
  50. blacklisted_behavior_episode=['delete', 'any', 'any', 3]
  51. blacklisted_behavior_audio=['delete', 'any', 'any', 3]
  52. blacklisted_behavior_audiobook=['delete', 'any', 'any', 3]
  53. minimum_number_episodes=0
  54. minimum_number_played_episodes=0
  55. minimum_number_episodes_behavior='Max Played Min Unplayed'
  56. movie_set_missing_last_played_date=True
  57. episode_set_missing_last_played_date=True
  58. audio_set_missing_last_played_date=True
  59. audiobook_set_missing_last_played_date=True
  60. print_script_header='True'
  61. print_warnings='True'
  62. print_user_header='True'
  63. print_movie_delete_info='True'
  64. print_movie_keep_info='True'
  65. print_episode_delete_info='True'
  66. print_episode_keep_info='True'
  67. print_audio_delete_info='True'
  68. print_audio_keep_info='True'
  69. print_audiobook_delete_info='True'
  70. print_audiobook_keep_info='True'
  71. print_summary_header='True'
  72. print_movie_summary='True'
  73. print_episode_summary='True'
  74. print_audio_summary='True'
  75. print_audiobook_summary='True'
  76. print_script_footer='True'
  77. UPDATE_CONFIG='False'
  78. REMOVE_FILES='False'
  79. server_url='http://192.168.88.2:8096/emby'
  80. auth_key='cbb413d96a4041cc912ea207b4fc0c65'
  81. library_setup_behavior='blacklist'
  82. library_matching_behavior='byid'
  83. user_bl_libs=[]
  84. user_wl_libs=[]
  85. api_query_attempts=4
  86. api_query_item_limit=25
  87. api_query_cache_size=32
  88. api_query_cache_fallback_behavior='LRU'
  89. api_query_cache_last_accessed_time=200
  90. DEBUG=4-----------------------------------------------------------
  91.  
  92. -----------------------------------------------------------
  93. MUMC Version: 4.1.18-beta
  94.  
  95.  
  96. get_server_version - url request:
  97. http://192.168.88.2:8096/emby/System/Info?api_key=cbb413d96a4041cc912ea207b4fc0c65
  98. Response code: 200
  99. Data Returned From The get_server_version Request:
  100. {
  101. "OperatingSystemDisplayName": "Linux",
  102. "HasPendingRestart": false,
  103. "IsShuttingDown": false,
  104. "SupportsLibraryMonitor": true,
  105. "WebSocketPortNumber": 8096,
  106. "CompletedInstallations": [],
  107. "CanSelfRestart": false,
  108. "CanLaunchWebBrowser": false,
  109. "ProgramDataPath": "/config/data",
  110. "WebPath": "/usr/share/jellyfin/web",
  111. "ItemsByNamePath": "/config/data/metadata",
  112. "CachePath": "/config/cache",
  113. "LogPath": "/config/log",
  114. "InternalMetadataPath": "/config/data/metadata",
  115. "TranscodingTempPath": "/config/data/transcodes",
  116. "HasUpdateAvailable": false,
  117. "EncoderLocation": "NotFound",
  118. "SystemArchitecture": "X64",
  119. "LocalAddress": "http://127.0.0.1:8096",
  120. "ServerName": "d00fdd89346b",
  121. "Version": "10.8.9",
  122. "OperatingSystem": "Linux",
  123. "Id": "37722182499041828f042853d52cbcaa"
  124. }
  125. Jellyfin Version: 10.8.9
  126. Python Version: 3.10.9
  127. OS Info: Linux-5.15.94-1-MANJARO-x86_64-with-glibc2.37
  128. Time Stamp: 20230228091553
  129. -----------------------------------------------------------
  130.  
  131. -----------------------------------------------------------
  132. Start...
  133. Cleaning media for server at: http://192.168.88.2:8096/emby
  134. -----------------------------------------------------------
  135.  
  136. Building Blacklisted Libraries...
  137. Building Whitelisted Libraries...
Tags: mumc debug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement