Skip to content
View LoneRabbit's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report LoneRabbit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Convert DDP mastered CDs to Kunaki's... Convert DDP mastered CDs to Kunaki's CUE format
    1
    """Convert DDP mastered CDs to Kunaki's CUE format.
    2
    tl;dr:
    3
        Type in CMD where the script is located in:
    4
        python ddp-to-kunaki.py "my-cool-cd-ddp-dir" "my-cool-cd-kunaki" <-- Yes, you need to put in quotation marks
    5
    ddp-to-kunaki.py - name of script
  2. Tracklisting script for timestamps o... Tracklisting script for timestamps on YouTube playlist videos. Only works with .mp3 files with title metadata.
    1
    import eyed3
    2
    import os
    3
    
                  
    4
    cumlength = 0
    5
    ntrack = 0
  3. Tracklisting script for timestamps o... Tracklisting script for timestamps on YouTube playlist videos, with artists. Only works with .mp3 files with title and artist metadata.
    1
    path.strip('"') #Remove quotes
    2
    title = []
    3
    trackno = []
    4
    length = []
    5
    artist = []
  4. SWI-PrologTeamLudumDare32/LudumDare48 SWI-PrologTeamLudumDare32/LudumDare48 Public

    Team SWI-Prolog's entry for Ludum Dare 48

    JavaScript 4 2