Displaying 5 results from an estimated 5 matches for "artist1".
Did you mean:
artist
2004 Sep 17
0
Batch, recursive Flac to Ogg converter for Windows
...their CD
collection, but maintain an Ogg-encoded version of that library for use on
portable players, here is something you might be interested in:
I've put together a Cygwin/perl-based solution that works under Windows XP
that can take an entire tree of Flac-encoded files:
C:\music\flac\artist1\album1\track1.flac
C:\music\flac\artist1\album1\track2.flac
C:\music\flac\artist1\album2\track1.flac
C:\music\flac\artist2\album1\track1.flac
C:\music\flac\artist2\album1\track2.flac
And convert it into:
C:\music\ogg\artist1\album1\track1.ogg
C:\music\ogg\artist1\album1\track2.ogg
C:\music\ogg\...
2008 Sep 07
1
Oggenc: Bug or feature?
Hi,
I just came across some behaviour in oggenc that I didn't expect 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 trac...
2001 Aug 21
2
Title formatting for players/plugins
Hi, Peter Pawlowski's new (1.15beta) winamp decoder plugin seems quite
nice, in my opinion..
The "title formatting logic" is what I've been dreaming of for ages..
Right now I've chosen "%artist / [[%[abbr20]album][-%[num2]tracknumber]
/ ]%title[ - %version]"
I get titles such as "Artist / Title"or "Artist / Album / Title" or
"Artist /
2006 Apr 08
1
help : uninitialized constant Song
...def initialize
@songs=Array.new
end
def aSong(aSong)
@songs.push(aSong)
self
end
def deleteFirst
@songs.shift
end
def deleteLast
@songs.pop
end
end
list =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
---------...
2005 Aug 05
0
libtheora test suite
...41)
==9720== by 0x1B93582E: oggpackB_writeinit (bitwise.c:47)
==9720== by 0x1B9213CE: theora_encode_init (encoder_toplevel.c:845)
==9720== by 0x8048735: noop_test_encode (noop.c:15)
==9720== by 0x804886D: main (noop.c:62)
PASS: noop
---- + Initializing theora_comment ...
---- + Adding ARTIST1 ...
---- + Adding LICENSE by tag ...
---- + Adding ARTIST2 by tag ...
---- + Querying value of LICENSE ...
---- + Querying count of ARTIST comments ...
---- + Querying value of ARTIST index 0 ...
---- + Querying value of ARTIST index 1 ...
---- + Querying value of ARTIST index 2 (out of boun...