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 compare your results to the results on [Blender Open Data](https://opendata.blender.org/).
30
31# ln-bin
32Quickly symlink executable files to `~/.local/bin/`
33
34# yt-rss
35Get an RSS feed for the specified YouTube channel.
36
37# motoc-continue
38Simply runs `motoc continue`, so it can be used as an Envision plugin.
39
40# oscavmgr-launch
41Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.