From App-to

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…

App to Override CSS User Drag or Select on Websites

As I am still doing migration projects from Pi (the hardware) to everything hosted on NAS, there were few things I wanted to try. One of which is open-source community-backed DBs. So far, not all of them were as good as I thought, but every projects I had seen so far showed the signs of…

App to Create Synology SSD Pools on M.2 NVMe Slots

As I am migrating from Pi setups to one NAS, one of the immediate upside and downside was HDD. I get more storage out of the physical machine, but HDDs are still slower than microSD cards on Pi. Fortunately, I had some old NVMe drives sitting around and decided to make use of it. The…

App to Backup Raspberry Pi over Network

I’m still in the process of retiring old projects. While I’m at it, I wanted a backup solution that will work over network. Putting a USB stick to a working Pi is a solution, only when that Pi is not headless (i.e. stuck away in a network closet). As far as I know, and this…