From App-to

App to Discover IP Addresses for Proxy Switchers

If you are using a rule-based proxy switcher, checking IP addresses for each proxy could easily get out of hand. It is possible to stop the auto-routing and force the connection for manual testing, but that is not what I wanted to do with a browser extension. The website I recommend using for this occasion…

App to Automatically Sync Subtitles to Videos

As I was going through my media library, there was one thing I noticed consistently — I am more or less after the fan-made subs than the rips themselves. The official subtitles tend to miss out on the clever wordplays, crude jokes, pretty much anything that is not broadcast-friendly in both literal and financial sense.…

App to Manage Streaming Contents and Self-Hosted Media Discoveries

I know the title can be mouthful. So let me start by describing the problem first. There are different services available on the internet showing what streaming services in your region carry the contents you are after. The problem I had with these services were: one. it often fails to parse the localized titles used…

App to Import and Download Films for Plex

This is a related post from yesterday’s. Both Plex and *arr platforms share the same categorization of video contents. They are either films or series. Sonarr handles series, Radarr handles films or theatrical runs. One would think films would have less an issue fetching metadata, but managing media libraries can create some extreme edge cases.…

App to Import and Download Series for Plex

One of the automation self-hosting streaming aims to achieve is matching and fetching metadata. Plex handles both rather well and is quite forgiving with file names on average. I suppose the emphasis is on average. Plex divides medias into two major categories: films (or theater) or series (TV shows, and others). If Plex fails to…

App to Self-Host Media Streaming Server

I had heard about Plex before, but I had never seriously put a thought into it. That is, until I realized how vulnerable of a geolocation I was in. If you are reading this in North America or Europe, it might not affect you as much; but geoblocking, coupled with intentional licensing lapse, it becomes…

App to Redirect URL on Browsers

The prevalence of web UIs with advanced DB features on them make it possible to save search queries on bookmarks. For example, I could keep track of a favorite author on a eBook platform with a url similar to service.ddns.org:port/search?=authorname. Each platforms have their own URL scheme, but the point is simple. This approach would…

App to DDNS with API for Local HTTPS Certificate

I’m still in the process of writing up the Caddy + DuckDNS post, but I thought to make a separate post anyway what DDNS is and why I am writing about DuckDNS for the particular home lab setup. DDNS is often used for home or small office environment, when the IP address to the said…

App to Reverse Proxy on Synology DSM

Synology DSM is equipped with rudimentary level of reverse proxy feature, but after few home lab projects, I believe a user ought to notice the inherent reliability issue. In my setup, I keep my NAS unexposed the to the internet — the only way to access it is via Tailscale or VPN. The problem with…

App to Manage Multiple Tabs on Firefox

I suppose each developers have their own basic browsers to fallback to. If it works on this browser, it’s likely going to run on all browser. My go-to browser, especially for apps that offer web UI, is Firefox. Part of the reason why I haven’t moved to Chrome — aside from the usual memory jokes…

App to Fix Globe Bookmark Favicon on Firefox

Firefox is giving me different varieties of issues lately. Partly, because I think most apps are now geared toward Chrome and Safari — the most popular on all platforms or the most popular on single platform browsers. But that’s an excuse for Firefox not working with websites and web UIs, not the Firefox’s own bookmarks…

App to Stop YouTube AI-Translation via User script

I had covered this issue before using a dedicated add-on on browsers. While it worked, there were two problems, at least in my opinion: a. it’s a separate app just for one website, b. it’s not available on iOS. Granted, I was not able to find a universal user script that works on both platforms,…

App to Run Userscripts on iOS Safari

What I like about Firefox and its community-driven open source nature really coincides with a lot of what I like about Python. There are always like-minded people trying to solve a problem that is often too niche for other browsers. Having said all the that, Safari, as a browser platform, lacks that community attention yet.…

App to Manage Documents DB

Back in 2000s, when I got my hands on Intel Mac for the first time, there were two things that immediately caught my attention: Spotlight, the functioning search tool on OS, and DevonThink, the highly regarded documents management software beloved by many Mac users. Some even called DevonThink to be the savior of Macintosh lineage…

App to Replace Built-in VPN Server on Router

I suppose it needs some context to explain what even is a “VPN server on a router” for home and small offices. If you have a home lab, DIY projects, or even a simple NAS, chances are, you don’t want to have them all exposed to the internet. Prudence dictates every device should have its…