Jump to content

/Users/{Id} post for update doesnt appear to actually update


HawkXP71

Recommended Posts

HawkXP71

Calling the /Users/{Id} API with the correct JSON does not work

I can set the connect ID for instance via the Users/%1/Connect/Link API call but if I set the fields in the JSON it does not up, no does it return an error;

@Luke can you check the API call for the POST and let me know what fields are actually supported?

Link to comment
Share on other sites

7 hours ago, HawkXP71 said:

Minor update, I can change the user name, but I can not change the connect ID, or any of the dates 

What happens when you try? Example request?

Link to comment
Share on other sites

HawkXP71

Here is the url (I stripped the API Key)

QUrl("http://nas.towel42.com:18096/Users/823e15cd455744859ec898feb27bd4f0?api_key=XXXX")

And here is the json being sent
{
    "ConnectLinkType": "LinkedUser",
    "ConnectedUserName": "scott@towel42.com",
    "DateCreated": "2022-09-11T04:02:17.365Z",
    "LastActivityDate": "2022-09-11T04:02:18.399Z",
    "LastLoginDate": "2022-09-11T04:02:17.888Z",
    "Name": "scott"
}

Its a standard "OK" return code, no text returned

This should update the 3 dates and the Name , the connect ID is the same as already on the server

After I make the request, and get a non-error response. I then make a get user request
http://nas.towel42.com:18096/Users/823e15cd455744859ec898feb27bd4f0?api_key=XXX"

to get the data from the server to load the local application.  The return JSON is (I snipped the Configuraton and policy for brevity
{
    "Name": "scott",
    "ServerId": "be875b9574774ca58c487f1a290dff83",
    "Prefix": "S",
    "ConnectUserName": "scott@towel42.com",
    "DateCreated": "0001-01-01T00:00:00.0000000Z",
    "ConnectLinkType": "LinkedUser",
    "Id": "823e15cd455744859ec898feb27bd4f0",
    "PrimaryImageTag": "a908be69e40df09c872f91e001688487",
    "HasPassword": true,
    "HasConfiguredPassword": true,
    "HasConfiguredEasyPassword": false,
    "LastLoginDate": "2022-08-25T22:32:16.4732395Z",
    "LastActivityDate": "2022-09-11T04:12:38.1895660Z",
    "Configuration": {
...    },
    "Policy": {
...    },
    "PrimaryImageAspectRatio": 0.9333333333333333
}

The name was updated, but not the DateCreated, the LastLoginDate or the LastActivityDate

Let me know if you need anything more

 

2022-09-10 21:05:48.292 Info App: Application version: 4.7.6.0
2022-09-10 21:05:48.292 Info App: Emby
	Command line: /volume2/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -defaultdirectory /volume1/Public -updatepackage emby-server-synology7_{version}_x86_64.spk -noautorunwebapp
	Operating system: Linux version 4.4.180+ (root@build3) (gcc version 8.5.0 (GCC) ) #42661 SMP Mon Jun 27 15:05:48 CST 2022
	Framework: .NET 6.0.2
	OS/Process: x64/x64
	Runtime: volume2/@appstore/EmbyServer/system/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /var/packages/EmbyServer/var
	Application path: /volume2/@appstore/EmbyServer/system
2022-09-10 21:05:48.292 Info App: Logs path: /var/packages/EmbyServer/var/logs
2022-09-10 21:05:48.292 Info App: Cache path: /var/packages/EmbyServer/var/cache
2022-09-10 21:05:48.292 Info App: Internal metadata path: /var/packages/EmbyServer/var/metadata
2022-09-10 21:05:48.292 Info App: Transcoding temporary files path: /var/packages/EmbyServer/var/transcoding-temp
2022-09-10 21:05:48.293 Info App: Plugins:
	Auto Movie Version Collections 1.0.0.0
	Bluray Folder Support 1.0.0.0
	Disk Space 1.0.6.0
	Dlna 1.0.85.0
	Dvd Folder Support 1.0.0.0
	Emby Guide Data 1.0.7.0
	EmbySync 0.0.1.0
	Fanart.tv 1.0.13.0
	M3U TV Tuner 1.0.13.0
	MovieDb 1.6.2.0
	MusicBrainz 1.0.21.0
	Nfo Metadata 1.0.69.0
	OMDb 1.0.18.0
	Open Subtitles 1.0.31.0
	Playback Reporting 1.10.0.3
	Port Mapper 1.1.8.0
	Reports 1.0.44.0
	Server Configuration Backup 1.4.9.0
	Statistics 3.0.3.2
	Studio Images 1.0.3.0
	TheAudioDb 1.0.15.0
	TheTVDB 1.3.1.0
	Webhooks 1.0.19.0
	XmlTV 1.0.8.0
2022-09-10 21:05:57.886 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:05:57.888 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:06:07.895 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:06:07.898 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:06:14.325 Info Server: http/1.1 POST http://host2:18096/Users/823e15cd455744859ec898feb27bd4f0. UserAgent: Mozilla/5.0
2022-09-10 21:06:14.652 Info Server: http/1.1 Response 204 to host3. Time: 327ms. http://host2:18096/Users/823e15cd455744859ec898feb27bd4f0
2022-09-10 21:06:17.901 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:06:17.903 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:06:27.911 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:06:27.913 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:06:37.911 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:06:37.915 Info Server: http/1.1 Response 204 to host1. Time: 4ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:06:47.921 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:06:47.924 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:06:57.923 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:06:57.925 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:07:01.339 Info Server: http/1.1 POST http://host2:18096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=6b81b059-d26c-4f6a-a4a0-aa5a1a2f29c3&X-Emby-Client-Version=4.7.6.0&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
2022-09-10 21:07:01.343 Info Server: http/1.1 Response 204 to host3. Time: 4ms. http://host2:18096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=6b81b059-d26c-4f6a-a4a0-aa5a1a2f29c3&X-Emby-Client-Version=4.7.6.0&reqformat=json
2022-09-10 21:07:07.930 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:07:07.934 Info Server: http/1.1 Response 204 to host1. Time: 5ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:07:17.937 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:07:17.939 Info Server: http/1.1 Response 204 to host1. Time: 3ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:07:27.942 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:07:27.944 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:07:37.948 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:07:37.951 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:07:47.952 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:07:47.954 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:07:57.957 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:07:57.960 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:08:07.967 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:08:07.969 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:08:17.976 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:08:17.978 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:08:27.983 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:08:27.988 Info Server: http/1.1 Response 204 to host1. Time: 5ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:08:37.993 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:08:37.996 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:08:47.999 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:08:48.001 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:08:58.006 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:08:58.009 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:09:08.016 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:09:08.019 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:09:18.020 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:09:18.022 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:09:28.024 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:09:28.026 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:09:38.035 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:09:38.039 Info Server: http/1.1 Response 204 to host1. Time: 5ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:09:48.040 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:09:48.042 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:09:58.045 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:09:58.047 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:10:08.055 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:10:08.057 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:10:18.060 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:10:18.063 Info Server: http/1.1 Response 204 to host1. Time: 3ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:10:28.071 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:10:28.073 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:10:38.091 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:10:38.094 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:10:48.101 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:10:48.104 Info Server: http/1.1 Response 204 to host1. Time: 4ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:10:58.106 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:10:58.108 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:11:08.116 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:11:08.118 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:11:18.125 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:11:18.127 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:11:28.132 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:11:28.135 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:11:38.147 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:11:38.149 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:11:48.153 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:11:48.155 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:11:58.162 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:11:58.166 Info Server: http/1.1 Response 204 to host1. Time: 4ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:12:08.174 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:12:08.176 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:12:18.173 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:12:18.175 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:12:28.179 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:12:28.183 Info Server: http/1.1 Response 204 to host1. Time: 4ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:12:38.188 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:12:38.190 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:12:48.193 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:12:48.195 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:12:58.199 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:12:58.202 Info Server: http/1.1 Response 204 to host1. Time: 4ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:13:08.208 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:13:08.211 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:13:18.215 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:13:18.218 Info Server: http/1.1 Response 204 to host1. Time: 3ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:13:28.221 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:13:28.224 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:13:38.224 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:13:38.226 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:13:48.234 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:13:48.236 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:13:58.240 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:13:58.242 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:14:08.250 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:14:08.252 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:14:18.255 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:14:18.261 Info Server: http/1.1 Response 204 to host1. Time: 6ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:14:28.265 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:14:28.267 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:14:38.290 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:14:38.293 Info Server: http/1.1 Response 204 to host1. Time: 3ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:14:48.289 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:14:48.292 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:14:58.296 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:14:58.298 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:15:08.306 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:15:08.308 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:15:18.306 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:15:18.308 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:15:28.314 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:15:28.316 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:15:38.318 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:15:38.320 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:15:48.327 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:15:48.329 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
2022-09-10 21:15:55.761 Info Server: http/1.1 POST http://host2:18096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=6b81b059-d26c-4f6a-a4a0-aa5a1a2f29c3&X-Emby-Client-Version=4.7.6.0&reqformat=json. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
2022-09-10 21:15:55.766 Info Server: http/1.1 Response 204 to host3. Time: 4ms. http://host2:18096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=6b81b059-d26c-4f6a-a4a0-aa5a1a2f29c3&X-Emby-Client-Version=4.7.6.0&reqformat=json
2022-09-10 21:15:58.332 Info Server: http/1.1 POST http://192.168.3.99:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 9; BRAVIA 4K GB ATV3 Build/PTT1.190515.001.S38)
2022-09-10 21:15:58.334 Info Server: http/1.1 Response 204 to host1. Time: 2ms. http://192.168.3.99:8096/emby/Sessions/Playing/Progress
Link to comment
Share on other sites

15 hours ago, HawkXP71 said:

Minor addendum, I just tried changing the PrimaryImageAspectRatio and also do not see any change

That value is readonly. It is determined by examining the image, so there shouldn't be any need to manually manage it.

Link to comment
Share on other sites

HawkXP71

Is it documented anywhere on this api (or any of the post api's) which fields are readonly? 

I would think it might be a good Idea to return an error code if someone attempts to change a read only field

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...