Pinned Loading
-
iTunes Library Playlist Generator
iTunes Library Playlist Generator 1#!/usr/bin/env python32"""3iTunes Library Playlist Generator4Drop this script in your iTunes folder and run it to generate Spotify-like playlists to import back into itunes!5""" -
mp3 metadata fixer
mp3 metadata fixer 1import os
2import re
3import musicbrainzngs
4from mutagen.easyid3 import EasyID3
5from mutagen.mp3 import MP3
-
.jgp .jpeg .png .bmp .tiff -> .webp
.jgp .jpeg .png .bmp .tiff -> .webp 1import os
2from PIL import Image
34def compress_images(input_folder, output_folder, quality=80):
5"""Compress all images in input_folder and save as WebP in output_folder.""" -
Easily make shared drive on windows
Easily make shared drive on windows 1#Script to share the E drive as a SMB2# Define the drive letter and share name3$driveLetter = "E:\"
4$shareName = "SharedEDrive"
5$shareDescription = "Entire E: Drive Shared for SMB Access"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

