Free Script: This is one of the back up scripts that I use on my NAS. I have a USB hard drive dock connected to the server. A usb automount utility auto mounts the usb drive when connected. Every week I insert the backup drive into the usb dock and start the script. I then get a Discord notificatiion when the backup completes. https://hastebin.teklynk.com/qokuwigomu.bash #freescriptfriday #bash #code #linux
hastebin

#freescriptfriday I missed a few weeks. This is a unique one. Ever download a movie or tv show and want to update the meta data so that it uses the file name? This is needed because Plex likes to use the files meta data when scanning files. Sometimes a tv show will show up in your library as "Silicon.Valley.S06E02.1080p.WEB.h264-TBS[TGx]" instead of the episodes name or as the file name. You then have to manually modify the info in Plex for each episode. Even if you use FileBot, the meta data is still there and wrong. This script will batch update the meta data for each file. It works with MKV and MP4 files. I like to use this script after using FileBot to rename the files. https://hastebin.teklynk.com/lorebicupe.bash #bash #linux
hastebin

Free Script Friday: This is a video file joiner script that joins files that are inside a directory and outputs to a single video file. Great for screen recordings or game play recordings that you want to merge into one video file. https://hastebin.teklynk.com/eruyohuzuf.bash #freescriptfriday #bash #linux #code
hastebin

Free Script Friday: Backup all the things! This is my personal backup script that I have set as a cron job that runs every 4 hours. It backs up to a NFS share on my NAS. The first backup takes the longest. Then after that, it only backs up new and modified files. You can easily modify this script for your purposes. https://hastebin.teklynk.com/obajubafoh.bash #linux #bash #code #freescriptfriday
hastebin

Free Script Friday: I forgot to post a free script yesterday. Here you go. I use this script to record live streams. It works with various live streaming services and m3u8 files. It can record and play in mpv player or record in the background without playing or just play without recording. https://hastebin.teklynk.com/fazipayage.bash #freescriptfriday #bash #linux #code #linuxmint
hastebin

Free Script Friday:
This week's free script is a video file converter!

✨ It supports converting AVI, MKV, MP4, M4V, TS, VID, MOV to MP4 with a 1280p scale.
📁 Works with single files or batch processing in a directory.
💬 Got subtitles? If there's an .srt file with the same name, it will automatically burn them into the video.

https://hastebin.teklynk.com/uworijiyix.bash

#freescriptfriday #bash #linux #automation #script #coding

hastebin

Free Script Friday: Here's a script I use to toggle the touchscreen on my ThinkPad. I've assigned it to a keyboard shortcut for quick access. It's designed for Linux Mint, but you can easily adapt it for other Linux distributions.
https://hastebin.teklynk.com/reditutiwa.bash
#freescriptfriday #linux #linuxmint #bash
hastebin

Free Script Friday: I use this script to start and stop a docker container with a key bind. Currently it starts my Open-WebUI Ollama container and then opens my default web browser. It's kind of my locally hosted AI button. https://hastebin.teklynk.com/wetureduva.bash #freescriptfriday #bash #script #code #ai
hastebin

Free Script Friday: I use this bash script to download playlists using yt-dlp and convert them to mp3 files. You can probably figure out its use case. https://hastebin.teklynk.com/vuvefizeza.bash
#freescriptfriday #linux #bash #code #scripts
hastebin

Is Free Script Friday a thing? Well, here's a random bash script that I bind to a keyboard shortcut to toggle mute my default microphone.

https://hastebin.teklynk.com/osezedamin.bash

#bash #script #code #linux #linuxmint #freescriptfriday

hastebin