Coder Social home page Coder Social logo

i30817 / album_splitter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pab0/album_splitter

0.0 1.0 0.0 25 KB

Awk/bash script to split an album from YouTube into separate tracks. Depends on youtube-dl

License: GNU General Public License v3.0

Shell 37.59% Awk 62.41%

album_splitter's Introduction

album_splitter

Simple awk/bash script to split a (single-video) album from YouTube into separate tracks, based on the tracks listed in its description.

Syntax

./album_splitter.sh URL [download_location]

How to use

Simply copy the album's YouTube URL and pass it as an argument to album_splitter.sh:

./album_splitter.sh https://www.youtube.com/watch?v=3x4mpl3_1d

The script will then download the audio, and create a new directory containing the separate tracks and a tracklist.

By default, the album will be downloaded to the current directory. Another directory may be specified as an argument after the URL, such as:

./album_splitter.sh https://www.youtube.com/watch?v=3x4mpl13_1d ~/Music

The YouTube video should contain the titles/timestamps in its description, which the script uses to determine each track.

Requirements

  • youtube-dl
  • ffmpeg (should have been installed with youtube-dl)
  • awk (should already be installed on most systems)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.