Changeset 25ed065
- Timestamp:
- Jun 29, 2010, 1:39:06 AM (14 years ago)
- Branches:
- debian
- Children:
- aa5ccdd
- Parents:
- 1d7e681 (diff), cd17920 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Jessica B. Hamrick <jhamrick@…> (06/29/10 01:39:06)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/29/10 01:39:06)
- Files:
-
- 29 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
queue/lib/queue
r6157f97 rcd17920 29 29 { 30 30 print $job_ref->{'user'}." is currently playing:\n"; 31 print "\t".$magic." file ".$job_ref->{'title'}."\n";32 31 33 32 if ($magic) 34 33 { 34 print "\t".$magic." file ".$job_ref->{'title'}."\n"; 35 35 foreach my $key (qw/Title Artist Album AlbumArtist/) 36 36 { … … 40 40 } 41 41 } 42 } 43 else 44 { 45 print "\t".$job_ref->{'title'}."\n"; 42 46 } 43 47 … … 54 58 print "$user: \"$title\" by \"$artist\" on \"$album\"\n"; 55 59 } 60 else 61 { 62 my $user = $job_ref->{'user'}; 63 my $file = $job_ref->{'title'}; 64 print "$user: $file\n"; 65 } 56 66 } 57 67 -
.gitignore
r323f614 r1d7e681 1 1 *~ 2 debian/files 3 debian/*.debhelper 4 debian/*.substvars 5 debian/*.debhelper.log 6 debian/gutenbach/ 7 debian/gutenbach-client/ 8 debian/gutenbach-queue/ 9 debian/gutenbach-remctl/ 10 debian/gutenbach-server/ 11 debian/stamp-makefile-build 12 debian/tmp/ 2 13 client/bin/*.1.gz
Note: See TracChangeset
for help on using the changeset viewer.