Skip to content

Instantly share code, notes, and snippets.

View podfeet's full-sized avatar

Allison Sheridan podfeet

View GitHub Profile
@podfeet
podfeet / gist:f79f3264b708af5f9d73b9a8e20e46c0
Created November 4, 2019 23:20
id3v2-editor-for-podcasters
# Add /usr/local/bin to PATH
export PATH=$PATH:/usr/local/bin
# This script will add a set of ID3 tags and album artwork to your podcast file. I have tested it with audio but not video files. It uses the spec from id3.org and the library id3v2 from Myer's Carpenter at https://github.com/myers/id3v2 (available via homebrew).
# The script will entitle your podcast episode with the name of the input file without extension.
#=== Please edit the following variables ===#
# Path to album artwork file name with extension
aaw="/Users/allison/podfeet/NosillaCast/NosillaCast Audio/CCATP_AUDIO_2018/ccatp-logo.png"
@podfeet
podfeet / ID3v2-Editor
Created November 4, 2019 23:21
myID3v2Editor
# Add /usr/local/bin to PATH
export PATH=$PATH:/usr/local/bin
# This script will add a set of ID3 tags and album artwork to your podcast file. I have tested it with audio but not video files. It uses the spec from id3.org and the library id3v2 from Myer's Carpenter at https://github.com/myers/id3v2 (available via homebrew).
# The script will entitle your podcast episode with the name of the input file without extension.
#=== Please edit the following variables ===#
# Path to album artwork file name with extension
aaw="/Users/allison/podfeet/NosillaCast/NosillaCast Audio/CCATP_AUDIO_2018/ccatp-logo.png"
<!-- This Page's Local JavaScript Code -->
<script type="text/javascript">
//
// Define global variables for examples
//
// an array with the names of the days of the week
var days = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
// a regular expression for matching dollar ammounts