similar to: Artist and title info

Displaying 20 results from an estimated 20000 matches similar to: "Artist and title info"

2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2000 Jun 16
2
Description of commits
Tonight's commits so far: I finally wrote up the result of the comment header specification discussion. It's in the doc/ directory now. I plan on doing work in the libvorbis comment handling tonight to bring it up to date and make the interface more useful. gif->png conversion of the images in the docs Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2000 Jun 26
4
New version vorb_enc.dll
Hi all, I've just posted another version of vorb_enc.dll (w/source code) at http://xtractor.sourceforge.net/vorbdll-20000626.zip It will still work as a drop-in replacement for bladeenc.dll (just rename the files that your ripper creates from MP3 to OGG), but will also accept info for the ogg comment header in the vorb struct in the format union of the BE_CONFIG struct. I'll be
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
2000 Jul 04
2
Compiling ogg lib on VC6...
Hi Kovacs, >subj. I can compile the library on vc6, but it seems that it doesn't >export anything. Has somebody similar experience? I've built it using VC6, though I didn't use the project files in the vorbis_vc6 subdirectory, so I can't comment on them. You should be building the library as a static library, and not a DLL -- if you want to build the library as a DLL,
2002 Feb 05
1
Fw: CD Ripper Beta Software: RipTrax
RipTrax has just been modified to include support to OGG output file format (Ogg Vorbis); including comment fields for pertinent track/album information. You can download the latest version from this link: http://web2.airmail.net/jlundy/riptrax.htm If you are lacking a respectable playback tool for OGG files, try FreeAmp at: http://www.freeamp.org/ All feedback is welcome (please go easy on
2009 Apr 02
1
How to Rip DVD and Convert video on OS X
Now portable devices can be seen everywhere. They don't take so much space and are easy to use. Many people use their devices such as iPod, iPhone, PSP, Mobile Phone, Zune, Creative Zen, iRiver, Sansa, etc. to be served as their DVD Players or Video players. But the first thing kept in mind is that most such devices can not support DVD and some other video formats. But it is not difficult,
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 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
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
2017 Jun 07
0
Sending artist - title - album metadata
Another correspondent here has pointed out that: > Recently Stream Licensing LLC has changed their requirements so that > streaming internet stations in the US must stream the album [name] > along with the song title and artist. We are also in this particular boat. We are using Centova Cast which uses Liquidsoap as its AutoDJ and Centova say that if the album tag is stored in the file
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
2004 Sep 10
2
KAudioCreator
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am the the author of KAudioCreator. A simple cd ripper/encoder application for KDE. I would like to add flac (or is it FLAC?) to the default encoders. KAudioCreator uses a simply command line listing for its encoders. For example: To leave as a wav file: "mv %f %o" To encode with oggenc: "oggenc -o %o -a %artist -l %album -t
2001 Dec 05
1
Easy CD Ripper Support Ogg Codec RC2
Hello vorbis We have add Ogg Codec RC2 to our Easy CD Ripper. Please go to http://www.8to32.com/org/ to have a look. Mp3 To All Converter Easy CD Ripper Work Team http://www.8to32.com Support Support@8to32.com 2001-10-09 z{S{r z{S}xj<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Untitled
2005 Apr 07
1
Relay - Song Title & Artist Missing on Relay
A non-text attachment was scrubbed... Name: smime.p7m Type: application/x-pkcs7-mime Size: 5151 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/20050407/26a2da7f/smime.bin
2004 Mar 25
4
CD ripper software
I've been having problems with Audiograbber, it got the track breaks all wrong on a couple of CDs. I think it re-used the track breaks from the first CD when reading subsequent CDs. Does anyone have any recommendations for a good CD ripper? I've also tried Exact Audio Copy, but didn't get on with it very well. Phil Hibbs Cap Gemini Ernst & Young Aston, UK
2000 Aug 28
1
Vorbize.c
Are there any attempts currently being worked on to make Vorbize Visual C++ compatable? Or for that matter non-GNU compatiable? I guess I never realized that getopt.h was a GNU thing. What would be the suggested course of action to get vorbize to cross compile on VC++ or other non-GNU platforms? If not I can certainly do this because I'd like to be able to run this on Windows but I
2009 Nov 05
1
Support for METADATA_BLOCK_PICTURE in any players?
Does anyone know of any music players that support the METADATA_BLOCK_PICTURE field in vorbis comments for Ogg Vorbis files? I've added support for this in my little CD ripper app and I'd like to test against a real player. Thanks. -- Jason Voegele We were so poor that we thought new clothes meant someone had died.
2015 Jul 11
3
non latin1 characters in titles/artist et cetera
On 11 Jul 2015, at 18:27, Stephen Jones wrote: > What is the correct way for me to configure icecast.xml? Please show us your config file, but with removed/changed passwords of course.
2007 Jun 20
3
MusicMatch Jukebox-like mp3 player...
Looking for recommendations.... On WinXP, I use MusicMatch Jukebox version 9 for all my tinkering with mp3s. What do you guys use that would match the functionality of MMJB? I'm mainly interested in the music library setup of MMJB... -- --- David Woyciesjes