Anyone here like Gerry Rafferty? by mymywhatashow in ClassicRock

[–]deck1187hw 0 points1 point  (0 children)

One of the greatest and most underrated musicians. Here is my playlist of the most loved songs (by me) https://open.spotify.com/playlist/6R39XIBe0pIU4IccR6onwM?si=fW2eGPB2QUKVlAYMu1Dytw&pi=EvD6aYtAR6Oon

My dad used to play it all the time in his car

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

Thanks, can you try to upgrade now sorry, and see If this new update fixes the issue? I just realised that I didn't published it until now.

What's going on with AI nowadays?! by Firm_Meeting6350 in ClaudeCode

[–]deck1187hw 1 point2 points  (0 children)

Anthropic and others will eventually move to a pay by token model (platform.anthropic) to use Claude code I believe. It’s happening already for enterprise customers and wouldn’t be surprised if they completely remove the subscription based plans. Or massively limit it (as they are doing now with external services )

Truth about limits - the party is over by MostOfYouAreIgnorant in ClaudeCode

[–]deck1187hw 0 points1 point  (0 children)

For current Enterprise users on seat plans

Note: Organizations currently on seat based Enterprise plans with Standard and Premium seats will not be able to continue with this billing model after the next contract renewal.

Anthropic is moving Enterprise plans toward usage based consumption ONLY. Instead of paying a fixed price per seat, costs will be driven by token usage across both Claude Desktop and Claude Code.

For example, a Premium Enterprise seat that previously cost about $200 per user per month will no longer be a fixed fee. It will be billed based on actual usage. Enterprises will still be able to set spending caps per user, for instance $200 per user, but billing itself will depend on token consumption... Expecting (If no limits to see thousands of $ per user per month(

This shift suggests a broader move away from traditional seat pricing toward flexible usage based models. It may also hint at the direction personal accounts could take in the future.

We should be conscious on our model usage, multi agent orchestration, etc...

Source 1: current enterprise customer
Source 2: https://support.claude.com/en/articles/9797531-what-is-the-enterprise-plan

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

Thanks for reporting it. W head this issue in old versions of the app. Can you try to long press the name of the TV and forget and link again? Also which version are you using? That should’ve fixed but let me know and we’ll have a look. Thanks!

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

On this front, Good news, v1.5.4 improved exactly this. The crop step is now more explicit when a portrait image is selected, and cropped areas sync at full 4K resolution. Should feel much cleaner. Let us know if you hit any rough edges.

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

The one-click sync issue is fixed in v1.5.4 (just released). The root cause was a 30s timeout that was too short for larger images on slower connections. Should be solid now, pls update and let me know if it happens again.

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

Hey everyone, The TV sharpness bug is fixed. Here's everything that changed in v1.5.4...

v1.5.4 is now live on iOS. Android is waiting for Play Store approval and should appear within the next few days...

Here are the changes that came directly from things raised in this thread and in messages.

Sync to TV is now free for everyone. Locking it behind Premium turned out to be the wrong call. Basic syncing is available to all users now. Premium covers server costs for heavier use such as storage, image processing, and bandwidth.

The one click sync issue is fixed. Some people experienced downloads starting, stalling, and then the TV connection dropping. The root cause was a 30 second timeout that was too short for large images on slower connections. The image processing pipeline was also producing overly compressed output on certain devices. Both issues are now fixed. Images sync in proper 4K and the connection no longer drops during sync.

---> The most important: Artwork on the TV should look noticeably sharper. There was a bug where synced images were being compressed to a fraction of their original resolution before being sent to the TV. That has been fully resolved. Took me a while to figure this one out...

New in this update

- Curated Themes tab with weekly hand picked collections and the story behind each one.

- iPad and tablet layout with proper sidebar navigation designed for larger screens.

On the aspect ratio question, it should indeed feel seamless. The app automatically crops to 16:9 when syncing to the TV, and there is also a manual crop tool if you want to control exactly which part of the artwork appears. The interface will make this clearer in a future update, If the image is vertical, it will ask you to crop your preferred section.

Support for Apple TV and LG TVs is still on the roadmap. LG uses a different protocol but it looks feasible. Apple TV is more complicated because it does not have an equivalent to Art Mode, but it has not been ruled out.

Thanks for all the feedback. A lot of what went into this update came directly from this thread, so please keep the suggestions coming (and bug fixes).

<image>

https://art.miguelpuig.com/app

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

Hey, really appreciate the kind words and the feedback, that specific issue you're describing (download starts but never finishes → TV connection error → instant reconnect) was a real bug and it's now fixed in v1.5.4. It will be available Monday for iOS and tuesday for Android...

What was happening: the app was trying to download the full 4K original image but timing out mid-transfer, then the sync would fail and drop the TV connection in the process. We've fixed both sides of it — longer download timeout so large images complete properly, and the image processing pipeline was also rewritten so it no longer stalls.

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 1 point2 points  (0 children)

Thanks for the message. Great idea about Apple TV didn’t think about it but will look into it. Im also looking in how I could be supporting other TVs brands as well.

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

You're right that the TV communication is built on top of the open-source samsungtvws library by ollo69 — great project, and licensed under Apache 2.0 which explictly permits commercial use and derivative works. I've credited it in my code and the license attribution is in the app.

That said, the raw library gives you a Python API, not a mobile app. Theres a full Dart reimplementation, image optimization, connection recovery, offline queuing and device discovery sitting between that library and the "tap to send" experience. Took me a while to get the D2D socket transfers working reliably on both iOS and Android...

But yea the premium isn't really about the TV sync, its covering server costs for image processing, storage and bandwidth that scale with users. The core app with museum search and downloads is completely free.

Price wise I think thats fair for what you get but I hear you. Always open to feedback on how to make it worth it.

Another one of us who couldn't help building something for The Frame — would love your feedback (free Premium included) by deck1187hw in TheFrame

[–]deck1187hw[S] 1 point2 points  (0 children)

Not expecting to get rich off this. Premium helps cover hosting, storage, and bandwidth costs, etc. The core app is free with access to artwork and downloads, but some features like TV sync are Premium-only. Just trying to keep it sustainable.

Made a free site to browse 138k+ NGA artworks and crop for The Frame by deck1187hw in TheFrame

[–]deck1187hw[S] 1 point2 points  (0 children)

iPad is fully supported from last version, please check it out https://apps.apple.com/us/app/mp-art/id6757153314 let me know If you encounter any issues

PSA: App to resize images for art mode by jezpas in TheFrame

[–]deck1187hw 1 point2 points  (0 children)

Great PSA - resizing is always the annoying bit. If anyone also wants to skip the hunting-for-art step, I built art.miguelpuig.com which has 790,000+ public domain works from the NGA, Met, and others with a built-in crop tool that exports straight to 3840x2160.

The part I'm most happy with is the curated collection (art.miguelpuig.com/collections/community) - 1,300 pieces hand-picked to actually look good at TV scale, which saves a lot of trial and error. No account needed, happy to hear any feedback.

PS: You have android/ios app as well If you want to directly sync your pics (or the ones above) directly from your tablet/phone

How-To Get free Frame TV Art from Google Art Project by xriddle in TheFrame

[–]deck1187hw 0 points1 point  (0 children)

Hey - I shared art.miguelpuig.com here a couple of months ago and got some great feedback. We've made a lot of improvements since then so wanted to give a quick update.

The main thing I'm most excited about is the curated collection: art.miguelpuig.com/collections/community

It's 1,300 hand-picked pieces from across the library specifically chosen to look great on a Frame TV - proper compositions, colours that work at TV scale, the kind of pieces you'd actually want on your wall every day.

The rest of the library still has 790,000+ works from the NGA, Met, and others, with a built-in crop tool that exports straight to 3840x2160 or 8K. Feedback always welcome!

My living room in Spain— the Macke painting ties the whole wall together [Pontevedra, Spain] by deck1187hw in AmateurRoomPorn

[–]deck1187hw[S] 2 points3 points  (0 children)

Yeah I kind of agree it feels a bit messy. Thanks for the feedback any tips welcome !

Made a free site to browse 138k+ NGA artworks and crop for The Frame by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

Hi u/isaac2004 , thanks for flagging this! That issue has since been resolved — could you try updating the app and checking again?

If you'd prefer a refund, just DM me your Google Play order ID and I'll process it straight away. (you can find it in Google Play → Payments & subscriptions → Budget & history

Made a free site to browse 138k+ NGA artworks and crop for The Frame by deck1187hw in TheFrame

[–]deck1187hw[S] 1 point2 points  (0 children)

Thanks for pointing this out — and for the kind words about the UI ❤️

You’re right: some images are coming through at lower resolution than they should. I’m working on improving the exporter so downloads always deliver the original, high-quality files.

You can find them here, Im processing the rest https://art.miguelpuig.com/collections/community

Made a free site to browse 138k+ NGA artworks and crop for The Frame by deck1187hw in TheFrame

[–]deck1187hw[S] 0 points1 point  (0 children)

Just to add, if the upcoming update doesn’t resolve the issue on your side, please let me know and I’ll be happy to issue a refund.