Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Web Scrobbler: storage.LastFM = {
  2. "sessionID": "********************************",
  3. "sessionName": "**********"
  4. }
  5. main.js:1 Web Scrobbler: storage.LibreFM = null
  6. main.js:1 Web Scrobbler: storage.ListenBrainz = {
  7. "properties": {},
  8. "sessionID": "************************************",
  9. "sessionName": "**********"
  10. }
  11. main.js:1 Web Scrobbler: storage.Maloja = {
  12. "properties": {
  13. "userApiUrl": "****************************",
  14. "userToken": "**************************************************************"
  15. }
  16. }
  17. main.js:1 Web Scrobbler: storage.Webhook = {
  18. "arrayProperties": [
  19. {
  20. "applicationName": "Multi-Scrobbler",
  21. "userApiUrl": "http://192.168.1.94:9078/api/webscrobbler"
  22. }
  23. ]
  24. }
  25. main.js:1 Web Scrobbler: storage.Pleroma = null
  26. main.js:1 Web Scrobbler: storage.Options = {
  27. "albumGuessingAllTracks": false,
  28. "albumGuessingDisabled": false,
  29. "albumGuessingUneditedOnly": true,
  30. "autoToggleLove": true,
  31. "debugLoggingEnabled": true,
  32. "disabledConnectors": "[hidden]",
  33. "forceRecognize": true,
  34. "scrobbleEditedTracksOnly": false,
  35. "scrobblePercent": 50,
  36. "scrobblePodcasts": true,
  37. "scrobbleRecognizedTracks": false,
  38. "showInfobox": true,
  39. "useNotifications": true,
  40. "useUnrecognizedSongNotifications": false
  41. }
  42. main.js:1 Web Scrobbler: storage.Connectors = {
  43. "YouTube": {
  44. "enableGetTrackInfoFromYtMusic": true,
  45. "scrobbleEntertainmentOnly": false,
  46. "scrobbleMusicOnly": true,
  47. "scrobbleMusicRecognisedOnly": true
  48. }
  49. }
  50. main.js:1 Web Scrobbler: storage.ConnectorsOverrideOptions = {
  51. "emby": {
  52. "autoToggleLove": true,
  53. "forceRecognize": false,
  54. "scrobbleEditedTracksOnly": false,
  55. "scrobblePodcasts": false,
  56. "scrobbleRecognizedTracks": true,
  57. "showInfobox": true,
  58. "useNotifications": true,
  59. "useUnrecognizedSongNotifications": true
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement