Various scripts that I maintain
1Scripts
2=======
3
4Various scripts that I maintain.
5
6# LyricFetch
7
8Fetches lyrics from Genius and adds them to your music library's metadata.
9
10Currently only supports FLAC files. In the future, timesynced lyrics may be
11supported, and auto-fetching may be more reliable.
12
13I don't recommend using this right now. It's pretty bad at searching, and most
14of the time can't auto-fetch the lyrics anyway. Personally, I just fetch the lyrics
15manually and save them using Recordbox.
16
17# ADB Auto Connect
18Automatically find and connect to an Android device with Wireless Debugging over the local network.
19
20You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example:
21```json
22[
23 "ff:ff:ff:ff:ff:ff",
24 "aa:aa:aa:aa:aa:aa"
25]
26```
27
28# Auto Benchmark
29Set up and run a Blender benchmark on the specified device, then automatically
30compare your results to the results on [Blender Open Data](https://opendata.blender.org/).
31
32# ln-bin
33Quickly symlink executable files to `~/.local/bin/`
34
35# yt-rss
36Get an RSS feed for the specified YouTube channel.
37
38# motoc-continue
39Simply runs `motoc continue`, so it can be used as an Envision plugin.
40
41# oscavmgr-launch
42Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.
43
44# GNOME extension toggle
45Provides an easy way to toggle a GNOME extension. Useful for setting up keyboard shortcuts.
46
47# Start Service if Needed
48Starts a systemd service if it is not already started, otherwise do nothing.
49Useful if you only want to ask for the password when the service actually needs
50to be started.
51
52# kernel-blu checker
53
54Notifies you if you're not using [kernel-blu](https://copr.fedorainfracloud.org/coprs/sentry/kernel-blu).
55Useful if you have multiple kernels installed.