Tutorial Add external hard disk to Plex Media Library (on PMS) Assuming that you have already installed PMS on you raspberry pi or whatever little Linux computer you are using, next obvious thing would be to add storage. Most SBCs (single board computer) run the OS from an sd card and those are not ideal for storing large media libraries. This
Tutorial Install Plex Media Server on Raspberry Pi OS What you need * Raspberry Pi 3 or Raspberry Pi 4 (better performance) * micro sdcard min 8GB - preferably class 10 (like this one) * sdcard reader * putty (download from: https://www.putty.org/) * ethernet access to your router * ip scanner, download: https://www.advanced-ip-scanner.com/ (optional) * basic linux terminal knowledge Prepare
unity Rolling 3D dice with simulated physics in unity. You have probably already tried at least a dozen virtual dice games right? Whether it have been simulated casino, virtual dice roller apps, or maybe a mini game in a PC or console game. I bet you that all of them have one thing in common. They are FAKE! disclaimer:
unity Chasing Lights in unity with UI image fade helper In this article we gonna create two very simple image fading functions that are completely indispensable if you want to create a vibrant lively UI for your game or app. In this example we will be animating "chasing lights" such as seen on slots machines, and the exchange
unity Unity "blink pulse" sprite animation This article will teach the perhaps most easy way of fading a sprite image alpha in a pulsating pattern. In my script folder I keep a folder called "micro", this folder contains a lot of super tiny scripts like this one. It is very easy to just attach
iOS Delete browser history for individual sites in Chrome on iOS This step by step guide will show you have to delete specific browser history records. Unlike on android, Chrome for iOS still have no way of deleting all data related to a domain. But this is the closet you can get. Step 1 In Chrome locate the three dots menu
javascript JavaScript optional chaining - failsafe way of accessing object properties that might or might not exist. One thing that makes JavaScript a very powerful programming language is its ability to create complex data structures in no time. I'm of course talking about JavaScript objects that you can define on the go without the need of creating generic classes and writing getters and setters for
unity Unity audio fade in/out function (C#) Easiest way to fade sound in your unity project using scripting. Create AudioHelper.cs and paste the code below. using System.Collections; using UnityEngine; public static class AudioHelper { public static IEnumerator FadeOut(AudioSource audioSource, float FadeTime) { float startVolume = audioSource.volume; while (audioSource.volume > 0) { audioSource.volume -= startVolume * Time.
React.js Generate react.js elements from markdown like text This recursive function will format your text nicely into react elements. No library required. When building modern web apps you will often come across the issue of rendering text stored in either json files, or perhaps from a database entity, or maybe text fetched from an endpoint. This is a
javascript JavaScript shuffle array (randomize) Fast, easy and simple function that randomizes any JavaScript array. Copy the code below to one of your existing project. Keep in mind that this function will return the same array as it is given after the array have been shuffled, it will not create a copy. function shuffleArray (arr)
chrome How to clear browser data for a single site in chrome on android. Step by step This is a step by step guide with screenshots on how to remove browser data for a single website. This tutorial will help you clean cookies, local storage and cache from any website from your browsing history. You can even remove a single page from your browser history without removing