-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to change matte options on art already on TV? #107
Comments
Example has this:
# Apply a filter to a specific piece of art
tv.art().set_photo_filter('SAM-F0206', 'ink')
But I haven't gotten it to work yet. Does your upload work? Mine are
stuck...
Op vr 1 apr. 2022 om 00:29 schreef rvrolyk ***@***.***>:
… I see it's possible to set it during the upload but is there a means to
change it post-upload? thanks!
—
Reply to this email directly, view it on GitHub
<#107>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2HB2UTJUIABLN5KDAZ4VDVCYRMZANCNFSM5SG4OZ3A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I did get upload working to some extent. After some number it starts to
stall though.
A filter is the “overlay” it can put on a photo rather than the border. I’d
like to be able to change the border (mat) after photos exist since I have
a large number and you can’t multi-select in their app.
…On Fri, Apr 1, 2022 at 3:39 AM vandenbrakel ***@***.***> wrote:
Example has this:
# Apply a filter to a specific piece of art
tv.art().set_photo_filter('SAM-F0206', 'ink')
But I haven't gotten it to work yet. Does your upload work? Mine are
stuck...
Op vr 1 apr. 2022 om 00:29 schreef rvrolyk ***@***.***>:
> I see it's possible to set it during the upload but is there a means to
> change it post-upload? thanks!
>
> —
> Reply to this email directly, view it on GitHub
> <#107>, or
unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AA2HB2UTJUIABLN5KDAZ4VDVCYRMZANCNFSM5SG4OZ3A
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALHIJVAPZ6CYQLGXESFFPADVC3G4PANCNFSM5SG4OZ3A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ah, I see. My bad.
Perhaps a download/delete on tv/upload with new matte/ is an option for you
then?
Could you share your upload code? When testing from my Pi it stalls for me
without any errors.
Op vr 1 apr. 2022 om 16:12 schreef rvrolyk ***@***.***>:
… I did get upload working to some extent. After some number it starts to
stall though.
A filter is the “overlay” it can put on a photo rather than the border. I’d
like to be able to change the border (mat) after photos exist since I have
a large number and you can’t multi-select in their app.
On Fri, Apr 1, 2022 at 3:39 AM vandenbrakel ***@***.***>
wrote:
> Example has this:
>
> # Apply a filter to a specific piece of art
> tv.art().set_photo_filter('SAM-F0206', 'ink')
>
> But I haven't gotten it to work yet. Does your upload work? Mine are
> stuck...
>
> Op vr 1 apr. 2022 om 00:29 schreef rvrolyk ***@***.***>:
>
> > I see it's possible to set it during the upload but is there a means to
> > change it post-upload? thanks!
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <#107>, or
> unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AA2HB2UTJUIABLN5KDAZ4VDVCYRMZANCNFSM5SG4OZ3A
> >
> > .
> > You are receiving this because you are subscribed to this
thread.Message
> > ID: ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#107 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ALHIJVAPZ6CYQLGXESFFPADVC3G4PANCNFSM5SG4OZ3A
>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2HB2TYNRU6PSNSWLJ4443VC374DANCNFSM5SG4OZ3A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
My upload call looks pretty much the same as the readme sample.
|
Weird, that's pretty much what I do.
However I keep getting this error "-1". Not sure what it means...
DEBUG:samsungtvws.connection:SamsungTVWS websocket event: {'data':
'{"id":"512de378-ccf3-467c-87f7-cf5503bbb906","event":"error","request_data":"{\\"request\\":
\\"send_image\\", \\"file_type\\": \\"jpg\\", \\"conn_info\\":
{\\"d2d_mode\\": \\"socket\\", \\"connection_id\\": 3945281780, \\"id\\":
\\"512de378-ccf3-467c-87f7-cf5503bbb906\\"}, \\"image_date\\":
\\"2022:04:07 09:03:34\\", \\"matte_id\\": \\"shadowbox_polar\\",
\\"file_size\\": 2316776, \\"id\\":
\\"512de378-ccf3-467c-87f7-cf5503bbb906\\"}","error_code":"-1","target_client_id":"53ba80de-e424-4e2f-95a4-e167cd19636f"}',
'event': 'd2d_service_message', 'from':
'fd76946e-544c-438d-867b-2af3af6ab4'}
DEBUG:samsungtvws.helper:Processing API response:
{"data":{"attributes":{"name":"U2Ftc3VuZ1R2UmVtb3Rl"},"connectTime":1649318612038,"deviceName":"U2Ftc3VuZ1R2UmVtb3Rl","id":"2a8674c6-fc73-485d-a868-85038bb701b","isHost":false},"event":"ms.channel.clientDisconnect"}
Op wo 6 apr. 2022 om 18:13 schreef rvrolyk ***@***.***>:
… My upload call looks pretty much the same as the readme sample.
with(open(img_path, 'rb')) as file:
data = file.read()
try:
tv_id = tv.art().upload(data, file_type='JPEG', matte='shadowbox_polar')
except:
logging.critical('Fatal error uploading images')
—
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2HB2XHQNWPF3RJFEZAFTTVDWZ2XANCNFSM5SG4OZ3A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Here's a list of supported matte colours (from a 2021 Frame... not sure if other models have the same set) seafoam, black, neutral, antique, warm, polar, sand, sage, burgandy, navy, apricot, byzantine, lavender, redorange, skyblue, turqoise 'burgandy' is not a typo — that's the colour the API returns! |
Yes. Just change this script at this location:
Of course, I personally think the matte options are ugly so you can also use this to turn them all off! But it's a personal preference. (You paid for all those pixels, use them for the art!) Cheers! |
You can also use "none". Cheers! |
Ha. I also seldom use the Frame's matte. But, I like the way mattes look on the wall in the Frame. So, I have a template in Gimp/Photoshop that I use to choose my own matte colors based on the image (kind of like one would do when getting something physically framed) and then copy the image matte and all to the Frame. |
Has anyone explored using this to create a "publish" service in Lightroom or Photoshop to send pictures straight to the Frame? |
I see it's possible to set it during the upload but is there a means to change it post-upload? thanks!
The text was updated successfully, but these errors were encountered: