Skip to content

Instantly share code, notes, and snippets.

@LoneRabbit
LoneRabbit / Tracklisting Script w_artist.py
Created May 8, 2022 17:04
Tracklisting script for timestamps on YouTube playlist videos, with artists. Only works with .mp3 files with title and artist metadata.
path.strip('"') #Remove quotes
title = []
trackno = []
length = []
artist = []
#PARSING
for root, dirs, files in os.walk(os.path.abspath(path)):
for file in files:
if file.endswith(".mp3"):
@LoneRabbit
LoneRabbit / Tracklisting Script.py
Last active May 8, 2022 17:05
Tracklisting script for timestamps on YouTube playlist videos. Only works with .mp3 files with title metadata.
import eyed3
import os
cumlength = 0
ntrack = 0
path = input("Path to tracks: ")
path.strip('"') #Remove quotes
title = []
trackno = []
length = []
@LoneRabbit
LoneRabbit / ddp-to-kunaki.py
Last active December 9, 2023 19:49 — forked from mzero/ddp-to-kunaki.py
Convert DDP mastered CDs to Kunaki's CUE format
"""Convert DDP mastered CDs to Kunaki's CUE format.
tl;dr:
Type in CMD where the script is located in:
python ddp-to-kunaki.py "my-cool-cd-ddp-dir" "my-cool-cd-kunaki" <-- Yes, you need to put in quotation marks
ddp-to-kunaki.py - name of script
my-cool-cd-ddp-dir - path to ddp files IN QUOTATION MARKS
my-cool-cd-kunaki - name of your cue and iso files for Kunaki IN QUOTATION MARKS
This will produce two files:
my-cool-cd-kunaki.CUE <-- the markers