Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
audiobooks_path="/mnt/a/MusicBee/test"
# Loop over each audiobook folder
for audiobook_folder in "${audiobooks_path}"/*/
do
# Print out the name of the audiobook folder
echo "Merging files in ${audiobook_folder}..."
@kanjieater
kanjieater / ComicEater.yml
Created May 10, 2024 15:51
ComicEater config file
---
seriesFolders:
- seriesRoot: W:\Collection\シリーズ\
queueFolders:
- W:\Collection\シリーズキュー\
maintenanceFolder:
# W:\Collection\シリーズキューの準備中\
G:\シリーズキューの準備中\
# /tmp/シリーズキューの準備中/
folderPatterns:
@kanjieater
kanjieater / leaderboardCheck.js
Created April 19, 2024 02:50
Find inactive users on tadoku
const logsBaseUrl = "https://tadoku.app/api/internal/immersion/contests/32b33801-c412-4187-9d78-31d58cd06588/logs";
const pageSize = 10; // Adjust page size as needed
const includeDeleted = false; // Include deleted as per your example
// Function to check if a date is older than one month
function isOlderThanOneMonth(dateString) {
const oneMonthAgo = new Date();
oneMonthAgo.setMonth(oneMonthAgo.getMonth() - 1);
const logDate = new Date(dateString);
return logDate < oneMonthAgo;
@kanjieater
kanjieater / mrsk.csv
Last active July 15, 2024 14:00
mrsk manga club
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 2.
Title,Total Book Count,Status,URL,Summary,ImageData
うしおととら,33,ENDED,https://anilist.co/manga/37747,"It centers around the travels and battles of one Aotsuki Ushio, who is constantly being stalked and aided by a gigantic, supernatural and sometimes invisible tiger (Some people describe it as akin to Calvin and Hobbes on acid).
Ushio's family maintains a Shinto temple in Japan, where 500 years ago, his samurai ancestor battled that same tiger to a standstill, and eventually trapped him against a rock using, a blessed spear called the ""Beast Spear"", which in addition to its intrinsic formidability as a weapon, can also boost the physical powers of the user. While cleaning out the temple storage, Ushio accidentally unseals the chamber which Tora was trapped in. Initially, Ushio wisely refused to remove the spear pinning Tora (とら, Japanese for tiger) down, as Tora unwisely makes the strategic blunder of mentioning that the first thing he would do upon being freed would be to devour Ushio; but Tora's unsealed
@kanjieater
kanjieater / komga.js
Last active January 13, 2024 03:36
Komga Userscript
// ==UserScript==
// @name ComicEater Komga
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://localhost:3030/*
// @icon https://www.google.com/s2/favicons?domain=google.com
// @grant GM_addStyle
// ==/UserScript==
@kanjieater
kanjieater / past.csv
Last active July 15, 2024 14:01
past club picks
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
Title,Total Book Count,Status,URL,Summary,ImageData
#DRCL midnight children,2,ONGOING,https://anilist.co/manga/126543,"Based on Bram Stoker's Dracula, a gothic horror story at the end of the 19th century.
Contains the prequel one-shot #DRCL midnight children Episode 0.",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx127157-uMsiMKefIj4o.png
DOGA,,ONGOING,https://anilist.co/manga/162351,"Yote, an member of the aristocracy, is as educated as he is ignorant of the realities of the world. His first trip outside his domain was cut short when he was robbed and stabbed in the slums of Leoure, the city of the desert. Saved by a genius inventor, he finds himself implanted in a cyborg body allowing him to survive... for a year or two. The equipment is so primitive that Yote needs assistance with everything from maintenance to travel!
Title Total Book Count Status URL Summary ImageData
LILI-MEN ONGOING https://anilist.co/manga/154350 A race of "succubus" that breeds human beings in the nursery, and human beings trying to eradicate them. After an eternity of time has passed since the two incompatible races began to fight, a "king" will be born who will end the battle. https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154350-2gdRBDHiop1D.jpg
MUJINA INTO THE DEEP ONGOING https://anilist.co/manga/151444 A young assassin girl armed with a katana is hunting down her targets in a busy metropolitan city named Tsukumo. https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151444-r7ecTp7qdFkM.jpg
Raiden-18 1 ENDED https://anilist.co/manga/33444 Taking a break from her popular, brilliant, Fullmetal Alchemist; Arakawa-sensei drew up a one-chapter humorous Shounen story about a Frankenstein tournament, for mangazine GX to commerate their 5th year anniversary. Note: Chapter count includes the epilogue. https://s4.ani
@kanjieater
kanjieater / kanji.csv
Last active July 15, 2024 13:57
club csv
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
Title,Total Book Count,Status,URL,Summary,ImageData
14歳,20,ENDED,https://anilist.co/manga/42549,"A SF/horror manga that takes place in 2200. At a chicken manufacturing company, a certain chicken transforms into a supermutant named Chicken George. And so, a nightmarish journey through a twisted version of the future unfolds.",https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx42549-I3zJdF2VBCwy.jpg
20世紀少年,22,ENDED,https://anilist.co/manga/30003,"Humanity, having faced extinction at the end of the 20th century, would not have entered the new millennium if it weren't for them. In 1969, during their youth, they created a symbol. In 1997, as the coming disaster slowly starts to unfold, that symbol returns. This is the story of a group of boys who try to save the world.
For Kenji, a simple convenience store manager who once dreamed of becoming a rock 'n' roll musician, a host of memories from his past come rushing back when one of his childhood friends mysteriously commits suicide. Could this new dea
@kanjieater
kanjieater / userscript.js
Last active December 22, 2023 03:05
Komga UserScript
// ==UserScript==
// @name ComicEater Komga
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://localhost:3030/*
// @icon https://www.google.com/s2/favicons?domain=google.com
// @grant GM_addStyle
// ==/UserScript==
@kanjieater
kanjieater / input.conf
Created February 19, 2023 21:13
Supported GAMEPAD inputs for mpv
input-gamepad=yes
# GAMEPAD_ACTION_DOWN
# GAMEPAD_ACTION_RIGHT
# GAMEPAD_ACTION_LEFT
# GAMEPAD_ACTION_UP
# GAMEPAD_BACK
# GAMEPAD_MENU
# GAMEPAD_START
# GAMEPAD_LEFT_SHOULDER