Displaying 20 results from an estimated 10000 matches similar to: "Description of commits"
2000 Jun 20
1
Manpages
Here is patch with manpages for ogg123(1), mp3tovorbis(1) and vorbize(1).
Manpages are in pod format,
because it is the most readable man source,
and are compiled by pod2man.
all and clean for man/ work.
Install and uninstall for man/ seem to work.
Manpages are GPLed of course.
<HR NOSHADE>
<UL>
<LI>text/plain attachment: manpages.diff
</UL>
-------------- next part
2001 Oct 02
4
Request for Standardization: classical music TAGS
-----BEGIN PGP SIGNED MESSAGE-----
[ Sorry for sending this twice; I sent it to the vorbis-dev list by
mistake. ]
The ALBUM, ARTIST, TITLE, and TRACKNUMBER tags aren't sufficient for
classical music. MP3 muffed it, but since Vorbis is so flexible, I'd
like to propose that ogg123 recognize and display the following
optional tags, instead of giving an error message that it doesn't
2001 Oct 02
4
Request for Standardization: classical music TAGS
-----BEGIN PGP SIGNED MESSAGE-----
[ Sorry for sending this twice; I sent it to the vorbis-dev list by
mistake. ]
The ALBUM, ARTIST, TITLE, and TRACKNUMBER tags aren't sufficient for
classical music. MP3 muffed it, but since Vorbis is so flexible, I'd
like to propose that ogg123 recognize and display the following
optional tags, instead of giving an error message that it doesn't
2000 Jul 05
1
Meta-data enabled encoders
Hello,
I have been following Ogg Vorbis for about two months now. I like
it. A lot. I can't wait to use it. I want to use it so bad it
hurts. The only thing stopping me at this point is the inability to
add artist, title, and album information to the file. I consider that
a must before I start ripping files into the .ogg format.
Does anyone have *any* kind of a timeframe on an encoder (for
2000 Jul 01
1
Bugfix patch for vorbize, compat patch for grip
Hey.
Last night I hacked grip so that it'd allow me to use vorbize and comments with
grip. It's very ugly because grip'd need a bit of rearrangement in order to
facilitate the way the vorbis comments work (that is, the comments are not added
in after the encoded file has been written). Any one who wants to use it should
patch grip-2.94 (http://www.nostatic.org/grip), and make sure you
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a
missing dependency in the vorbis-tools directory. Since ogg123 and vorbize
are staticly linked to libvorbis and vorbisfile, when those file change, the
executables should be rebuilt. Below I've attached a patch. (I hope it
works. I am sort of new to patch and diff.)
BTW, I've been trying to find a good
2001 Dec 06
12
(Classical) Request for Standardization of expanded TAGS
A month or two ago I sent an email to this list proposing to expand
the list of "standard" tags for Ogg Vorbis. No tag would be required,
but if you wanted to encode certain types of information about a file,
you could use a standard tag.
I went through the whole discussion, and revised my proposal in light
of all the comments from everyone. Here is the updated proposal.
This
2000 Jun 20
3
Kenneth's Second Commit
I've fixed a heck of a lot of stuff in the time frame of just over ten minutes.
And you all care... right.
I actually ran Vorbize, and discovered some stupid bugs (e.g., segfault???).
Fixed.
Both Vorbize and Ogg123 should now speak fluently in Monty's comment-eese.
I'll be working on getting both to implement all the comment tags; I'm
seriously considering dropping all comment
2000 Oct 18
3
ov_comment spec
I've been working towards a mp3info like tool, OggInfo, which will surplant
vorbiscomment in functionality, and also incorportate mp3info like
featuers. Looking at existing vorbis api calls, i find:
vorbis_comment_add() /* unsupervised string insertion */
vorbis_comment_add_tag() /* formated TAG=text insertion */
vorbis_comment_query() /* scans for matching tag (up to count duplicates) and
2005 Aug 15
5
ices2, metadata, bumps and crashes
I'm using ices2's metadata facility to update the name of a track in a
vorbis stream:
<input>
<module>alsa</module>
<param name="rate">44100</param>
<param name="channels">2</param>
<param name="device">hw:1,0</param>
<param name="metadata">1</param>
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted.
Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net>
I am unable to pipe to ogg123 with cat, but redirecting with < works fine.
rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v -
Audio Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata
vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care
about metadata issues, please take a look at:
http://www.cdindex.org/MM
I've included a section for video specific stuff, but everything that I
originally had in there is being covered by the MM:Contributors section.
The Contributors stuff will allow
2000 Aug 02
1
Meta Data
Are there any plans for Vorbis to support any meta data (Artist, Album,
Genre, etc...) about the track itself? I understand that this stuff could be
squeezed into a comment, or that a non format specific method like ID3 could
be used, but is there any consensus on a standard way of doing this?
Scott Danahy
Programmer
VedaLabs - www.vedalabs.com
--- >8 ----
List archives:
2006 Jan 21
9
Where to put method
I''ve got following code in GenresHelper.rb
def album_list(genre)
albums = genre.albums.sort
list = albums.collect { |album| link = link_to album.title,
:controller =>
''albums'',
:action => ''show'',
2017 Jun 07
2
title streaming with ices
On Tue, 2017-06-06 at 16:18 +0000, Larry Turnbull wrote:
> >Recently Stream Licensing LLC has changed their requirements so that
> >streaming internet stations in the US must title stream the album along with
> >the song title and artist.
> >
> >I use ices for the backup automation when no live programming is taking
> >place.
> >
> >Ices shows the
2008 Jun 02
3
Adviced way of tagging music
I change a lot of my CD to Ogg to be able to listen them easily from my
computer (I use foobar, I was used to WMP but it does not support library
for Ogg files and plug-ins I found for this where poor) without the need for
frequent CD changing.
I like my music to be richly tagged. But with classical music CD it is a
real pain to tag those files. Typical problems involve:
- single CD
2017 Jun 06
3
title streaming with ices
Hi all:
Recently Stream Licensing LLC has changed their requirements so that
streaming internet stations in the US must title stream the album along with
the song title and artist.
I use ices for the backup automation when no live programming is taking
place.
Ices shows the song title and artist on the player with no problem.
My question is how I configure ices to show the album as
2007 Mar 08
2
Q: Tool to copy Vorbis comments to MP3 ID tags
Hi,
I'm wondering: If you have audio files like foo1.ogg and foo1.mp3, and the Vorbis
file has nice comments (title, tracknumber, artist, album, date, etc), is there a
tool to copy the information to an MP3 file on a "best effort" strategy?
I know that MP3 TAGs are quite limited regarding lengths.
Regards,
Ulrich
2001 Dec 07
5
PROPOSAL: Sub-Tagging
I mentioned sub-tagging in an earlier post. Here's a more in-depth mail on
what i thought of.
One of the debates going on here are whether ARTIST is worthy of life.
Another is whether the average user will bother filling in the detailed info
Jonathan wants. Of course, all tags are optional, but nevertheless we should
have a tagging-system that pleases _the_users_, that is, everybody:
1.
2000 Sep 02
3
new oggenc comment tag options
Quazgaa and I were talking about the comment tags we'd like in oggenc.
Here, as requested by Michael, is the summary.
Date (year in id3 land) should be supported. We suggest '-y | --date'.
I suggested '%y' for passing it to the filename template, but this may be
of limited utility.
Track number. -n was the first choice, but is taken by the name template.
We settled on