#compdef gnupod_addsong gnupod_addsong.pl # completions for gnupod_addsong.pl version 0.98.3 # The author names this file gnupod_addsong.pl; however Debian # GNU/Linux strips off the .pl extension local arguments arguments=( '(-h --help)'{-h,--help}'[display help and exit]' --version'[output version information and exit]' '(-m --mount)'{-m,--mount=}'[iPod mountpoint, default is $IPOD_MOUNTPOINT]:mount point:_files' '(-r --restore)'{-r,--restore}'[Restore the iPod (create a new GNUtunesDB from scratch)]' '(-d --duplicate)'{-d,--duplicate}'[Allow duplicate files]' '(-p --playlist)'{-p,--playlist=}'[Add songs to this playlist]:playlist:' --disable-v1'[Do not read ID3v1 Tags (MP3 Only)]' --disable-v2'[Do not read ID3v2 Tags (MP3 Only)]' --decode='[Convert FLAC Files to WAVE/MP3 or AAC on-the-fly]:encoding:(pcm mp3 aac aacbm)' '(-e --reencode)'{-e,--reencode=}'[Reencode MP3/AAC files with new quality on-the-fly]:quality number (0 = Good 9 = Bad):(1 2 3 4 5 6 7 8 9)' --set-artist='[Set Artist (Override ID3 Tag)]:artist:' --set-album='[Set Album (Override ID3 Tag)]:album:' --set-genre='[Set Genre (Override ID3 Tag)]:genre:' --set-rating='[Set Rating]:rating:' --set-playcount='[Set Playcount]:play count:' --set-songnum='[Override Songnum/Tracknum field]:song number:' '*:file to add:_files' ) _arguments : $arguments