Changeset 4cc6b4d
- Timestamp:
- Oct 4, 2008, 3:51:29 AM (16 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 06133dc
- Parents:
- 7e27cc3
- git-author:
- root <root> (10/04/08 03:51:29)
- git-committer:
- root <root> (10/04/08 03:51:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r7e27cc3 r4cc6b4d 2 2 # Play the data on STDIN as an audio file 3 3 # 4 # $Id: sipbmp3-filter,v 1. 19 2008-10-04 07:50:26root Exp $4 # $Id: sipbmp3-filter,v 1.20 2008-10-04 07:51:29 root Exp $ 5 5 # $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $ 6 6 # … … 78 78 printf(ZEPHYR "%s file %s\n", $magic, $opts{'J'}); 79 79 printf(ZEPHYR "\@b(%s)\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'}; 80 foreach my $key (qw/Artist Album AlbumArtist Tracknumber TrackDuration/) {80 foreach my $key (qw/Artist Album AlbumArtist/) { 81 81 printf(ZEPHYR "%s\n", $fileinfo->{$key}) if exists $fileinfo->{$key}; 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.