Changeset de4ce86


Ignore:
Timestamp:
Nov 3, 2008, 11:21:19 PM (16 years ago)
Author:
geofft <geofft>
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)
Message:

Use braces instead of parens for bold, 'cause too many song names use parens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    rb011fb0 rde4ce86  
    22# Play the data on STDIN as an audio file
    33#
    4 # $Id: sipbmp3-filter,v 1.23 2008-10-14 10:20:50 quentin Exp $
     4# $Id: sipbmp3-filter,v 1.24 2008-11-04 04:21:19 geofft Exp $
    55# $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $
    66#
     
    9090if ($magic) {
    9191    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'};
    9393    foreach my $key (qw/Artist Album AlbumArtist/) {
    9494        printf(ZEPHYR "%s\n", $fileinfo->{$key}) if exists $fileinfo->{$key};
Note: See TracChangeset for help on using the changeset viewer.