Displaying 2 results from an estimated 2 matches for "title4".
Did you mean:
title
2006 Apr 08
1
help : uninitialized constant Song
...=SongList.new
list.
append(Song.new(''title1'', ''artist1'', 1)).
append(Song.new(''title2'', ''artist2'', 2)).
append(Song.new(''title3'', ''artist3'', 3)).
append(Song.new(''title4'', ''artist4'', 4))
------------
thnx
FF
---------------------------------
How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermai...
2008 Sep 07
1
Oggenc: Bug or feature?
...ct and
wondered if this was intentional or not.
I was wanting to encode a Cd which has more than one artist, but several
tracks per artist. The command I entered took the form of:
oggenc -n "%n - %a - %t.ogg" -a artist1 -N 1 -t title1 -N 2 -t title2 -N 3
-t title3 -a artist2 -N 4 -t title4 -N 5 -t title5 -a artist3 -N 6 -t
title6 ...
What I expected was that tracks 1 2 and 3 would use artist1, tracks 4 and 5
would use artist2 and track 6 would use artist3. What happened was that
track 1 used artist1 and track 2 used artist2. Presumably tracks 3 to 6
would have used artist3, I...