Ich habe zum Test Kodi ohne MySQL laufen gelassen. Unter Kodi Quelle vom der Nerzwerkfreigabe hinzugefügt und unter Ember ebenfalls Nerzwerkfreigabe der Quelle, Kodi sowie die Quellen aus Kodi suchen lassen und eingerichtet. Sync klappt
Wieder auf MySQL umgestellt geht nicht.
Edit:
hier der Auszug aus dem Log. Nachdem ich versucht habe den Film mit dem Kodi-Interface zu syncen
Code
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [IN] Content-Length: 82
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [OUT] Content-Length: 82
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.729 T:7660 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Content-Length: 82
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.730 T:2364 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "JSONRPC.Ping",
"params": {},
"id": 0
}
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Content-Length: 40
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Content-Length: 82
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Content-Length: 85
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.730 T:2364 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.731 T:2364 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:56.731 T:2364 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:56.731 T:2364 DEBUG: CWebServer[80] [OUT] Content-Length: 85
2020-10-21 13:47:56.731 T:2364 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.731 T:2364 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.731 T:2364 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [IN] Content-Length: 85
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.731 T:2404 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "JSONRPC.Version",
"params": {},
"id": 1
}
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Content-Length: 78
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Content-Length: 85
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.731 T:2404 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [IN] Content-Length: 465
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [OUT] Content-Length: 465
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.772 T:2404 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80] [IN] Content-Length: 465
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.772 T:14032 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.772 T:14032 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "VideoLibrary.GetMovies",
"params": {
"filter": {
"and": [
{
"field": "path",
"operator": "is",
"value": "smb://SERVER/4K/Schindlers.Liste/"
},
{
"field": "filename",
"operator": "is",
"value": "schindlersliste.mkv"
}
]
}
},
"id": 2
}
2020-10-21 13:47:56.797 T:14032 DEBUG: This query part contains a like, we will double backslash in the next field: LIKE '
2020-10-21 13:47:56.803 T:14032 DEBUG: Previous line repeats 3 times.
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Content-Length: 74
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Content-Length: 465
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.803 T:14032 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [IN] Content-Length: 190
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [OUT] Content-Length: 190
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.811 T:14032 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80] [IN] Content-Length: 190
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.812 T:8100 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.812 T:8100 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "VideoLibrary.Scan",
"params": {
"directory": "smb://SERVER/4K/Schindlers.Liste/"
},
"id": 3
}
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Content-Length: 38
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.818 T:4588 DEBUG: Thread JobWorker start, auto delete: true
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Content-Length: 190
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.818 T:8100 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [IN] Content-Length: 153
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [OUT] Content-Length: 153
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.821 T:8100 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80] [IN] Content-Length: 153
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:56.822 T:7152 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:56.823 T:7152 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "XBMC.GetInfoBooleans",
"params": {
"booleans": [
"Library.IsScanningVideo"
]
},
"id": 4
}
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Content-Length: 66
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Content-Length: 153
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:56.834 T:7152 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:56.878 T:4588 DEBUG: This query part contains a like, we will double backslash in the next field: ' AND idPath NOT IN (SELECT idPath FROM files WHERE strFileName LIKE 'video_ts.ifo') AND idPath NOT IN (SELECT idPath FROM files WHERE strFileName LIKE 'index.bdmv')
2020-10-21 13:47:56.914 T:10936 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
2020-10-21 13:47:56.931 T:4588 NOTICE: VideoInfoScanner: Starting scan ..
2020-10-21 13:47:56.935 T:13092 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanStarted - data: null
2020-10-21 13:47:56.973 T:4588 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
2020-10-21 13:47:56.978 T:4588 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
2020-10-21 13:47:56.990 T:3188 DEBUG: script.grab.fanart-0.15.1: media type is: random
2020-10-21 13:47:56.990 T:3188 DEBUG: JSONRPC: Incoming request: { "jsonrpc" : "2.0" , "method" : "VideoLibrary.GetMovies" , "params" : {"properties":["title","art","year","file","plot"]} , "id":1 }
2020-10-21 13:47:56.994 T:1176 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanStarted - data: null
2020-10-21 13:47:56.994 T:1176 DEBUG: Skin Helper Widgets --> Kodi_Monitor: video database updated
2020-10-21 13:47:56.994 T:1176 DEBUG: Skin Helper Widgets --> Video database changed - type: - refreshing widgets....
2020-10-21 13:47:56.994 T:1176 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanFinished - data: null
2020-10-21 13:47:57.036 T:13092 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanFinished - data: null
2020-10-21 13:47:57.410 T:4588 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
2020-10-21 13:47:57.429 T:4588 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [IN] Content-Length: 153
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [OUT] Content-Length: 153
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:57.854 T:7152 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80] [IN] Content-Length: 153
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:57.855 T:4348 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:57.856 T:4348 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "XBMC.GetInfoBooleans",
"params": {
"booleans": [
"Library.IsScanningVideo"
]
},
"id": 5
}
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Content-Length: 67
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Content-Length: 153
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:57.871 T:4348 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [IN] Content-Length: 465
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [OUT] Connection: close
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [OUT] HTTP/1.1 401 /jsonrpc
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [OUT] Content-Length: 465
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:57.876 T:4348 DEBUG: CWebServer[80] [OUT] Host: localhost
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80]: request received for /jsonrpc
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80] [IN] HTTP/1.1 POST /jsonrpc
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80] [IN] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80] [IN] Content-Length: 465
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80] [IN] Content-Type: application/json
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80] [IN] Expect: 100-continue
2020-10-21 13:47:57.877 T:13628 DEBUG: CWebServer[80] [IN] Host: localhost
2020-10-21 13:47:57.877 T:13628 DEBUG: JSONRPC: Incoming request: {
"jsonrpc": "2.0",
"method": "VideoLibrary.GetMovies",
"params": {
"filter": {
"and": [
{
"field": "path",
"operator": "is",
"value": "smb://SERVER/4K/Schindlers.Liste/"
},
{
"field": "filename",
"operator": "is",
"value": "schindlersliste.mkv"
}
]
}
},
"id": 6
}
2020-10-21 13:47:57.894 T:13628 DEBUG: This query part contains a like, we will double backslash in the next field: LIKE '
2020-10-21 13:47:57.895 T:13628 DEBUG: Previous line repeats 3 times.
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Accept-Ranges: none
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Cache-Control: private, max-age=0, no-cache
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Content-Length: 74
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] HTTP/1.1 200 /jsonrpc
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Authorization: Basic a29kaTprb2RpMQ==
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Content-Length: 465
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Content-Type: application/json
2020-10-21 13:47:57.895 T:13628 DEBUG: CWebServer[80] [OUT] Expect: 100-continue
2020-10-21 13:47:57.896 T:13628 DEBUG: CWebServer[80] [OUT] Host: localhost
Alles anzeigen