Skip to content

Commit

Permalink
Also get tags for local files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Feb 26, 2012
1 parent f41c846 commit 5f288d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions youtube2audio.sh
Expand Up @@ -228,6 +228,8 @@ if [ ! -f "$1" ]; then
echo "Dumping Audio"
mplayer $mplayeropts youtube.flv
else
# Get Tags
input_tags
echo "Dumping Audio"
mplayer $mplayeropts "$1"
fi
Expand Down

0 comments on commit 5f288d4

Please sign in to comment.