Changeset de4ce86
- Timestamp:
- Nov 3, 2008, 11:21:19 PM (16 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 908107d
- Parents:
- b011fb0
- git-author:
- geofft <geofft> (11/03/08 23:21:19)
- git-committer:
- geofft <geofft> (11/03/08 23:21:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
rb011fb0 rde4ce86 2 2 # Play the data on STDIN as an audio file 3 3 # 4 # $Id: sipbmp3-filter,v 1.2 3 2008-10-14 10:20:50 quentinExp $4 # $Id: sipbmp3-filter,v 1.24 2008-11-04 04:21:19 geofft Exp $ 5 5 # $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $ 6 6 # … … 90 90 if ($magic) { 91 91 printf(ZEPHYR "%s file %s\n", $magic, $opts{'J'}); 92 printf(ZEPHYR "\@b (%s)\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'};92 printf(ZEPHYR "\@b{%s}\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'}; 93 93 foreach my $key (qw/Artist Album AlbumArtist/) { 94 94 printf(ZEPHYR "%s\n", $fileinfo->{$key}) if exists $fileinfo->{$key};
Note: See TracChangeset
for help on using the changeset viewer.