#tvmarks — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tvmarks, aggregated by home.social.
-
My self hosted tv app #Tvmarks has a stats page now
-
Excited to finally get an upcoming shows page to #tvmarks
-
RE: https://tv.stefanhayden.com/show/7218
I can now actually quote posts from #tvmarks
what a confusing pain to get working.
I got to the final working version with the help of an LLM. sad. sad for me for using it. sad for github copilot for failing to do it. and kind of cool claude could do it.
by using an LLM I have a loose grasp on how it found the right answers and got it in to code. I didn't learn as much as I could but I do have an app that works in a way I like a little better.
-
So far I don't care for how I have activityPub integrated in to #tvmarks. It tried to be a full activityPub app but I think I just want to oauth with mastodon/bluesky and make post updates to the authed account.
I guess maybe this will mess up the idea of being able to reply to a post and it shows up on the website as a comment? I'm not sure, but I'm thinking about it.
I would feel bad about such a big change if I wasn't, basically, the only user.
-
I'm so bad at remembering what TV I am currently watching I built my own site with a perfect view in to what I am currently watching.
-
Updated my #Postmarks and #TvMarks instances this week. For some reason I created a docker container for each of these, when a LXC on ProxMox would have been a ton easier.
I've learned a few things about building docker compose files, so that's not a bad thing.
Started watching Owl House for my fun, light show - just 1 episode in.
https://watch.box464.social/show/35073#season1
Here's a fun bookmark. BirdNet Pi users can create a mastodon bot to list your top captured bird calls daily.
-
lol. All the vercel express examples LIE! This branch of Tvmarks does not serve express routes. Instead it just serves the raw javascript as plaintext.
-
Just updated Tvmarks to have a proper render.yaml file so you can go to render.com and launch a new Tvmarks instance. You really only need to set an admin password!
Currently an instance will cost $7.25 a month on render.com.
https://dashboard.render.com/select-repo?type=blueprint
https://github.com/stefanhayden/tvmarks
In the future I will record a video showing how to get it set up on render.com
-
Just updated Tvmarks to 3.0 as I finally transition it to typescript.
I avoided typescript before as Postmarks was not and Glitch really struggled with the build step needed for typescript.
Typescript will only make adding new features easier as adding bugs will be harder.
I continue to love Tvmarks and I use it every day!
-
I DID IT. I only had 2 #glitch apps I cared about but I'm off glitch now. Both now on digitalocean with caddy as my reverse proxy and pm2 running the app.
-
Hey yall I forked #Postmarks and made #Tvmarks a new way to track your tv watching. Data hydration from tvamze but all data hosted on your own local database. Updates to shows and episodes are posted to the #fediverse and you can follow the account it creates!
https://stefan-tvmarks.glitch.me/
I guess I need to find a new place to host this since #glitch is shutting down.