https://github.com/norm/audio-tools
https://github.com/norm/audio-tools
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/norm/audio-tools
- Owner: norm
- Created: 2014-07-13T20:40:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-10T08:07:24.000Z (almost 12 years ago)
- Last Synced: 2025-01-19T10:32:52.296Z (over 1 year ago)
- Language: Perl
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
audio-tools
===========
rip
---
Rip CDs in a paranoid, metadata-obsessed fashion.
youtube-rip
-----------
Extract the audio from YouTube videos/playlists into a `m4a` file, tagged with
the title, artist (youtube account), year/purchase date (uploaded date), album
artist ('Various Artists'), album name (either the playlist name, or
'YouTube') and thumbnail.
You'll need some command line tools and perl modules installed:
brew install atomicparsley cpanminus ffmpeg youtube-dl
sudo cpanm Capture::Tiny JSON Modern::Perl
Copy `youtube-rip` to your `$PATH` somewhere. Then run `youtube-rip -h`
to find out the arguments to use.