search for: id3tag

Displaying 13 results from an estimated 13 matches for "id3tag".

2005 Aug 14
2
Newbie problem with ices2
Hi Karl, Karl Heyes wrote: > On Sun, 2005-08-14 at 16:47, Richard wrote: >>Hi all, >> >>I'm fairly new to icecast / ices - been using icecast (2.2.0) to stream >>audio files for a few weeks, it works very well, now I'm trying to add >>live feeds via ices (v2.0.1). I've built and installed (on SuSE 9.3 >>platform) with no apparent errors,
2015 Jul 12
2
Customized M3u for Icecast. Are there additional switches on XML / M3u Ezstream to override MetaData Tags in Mp3 with alternate tags
Hello. I have been streaming IceCast for about three years now and have run into a problem, which I hope this forum can resolve We stream non copyright songs from independent musicians. When they upload their music to our site, they upload Mp3's of which some have entered the MetaData information in the MP3. Problem, musicians dont always do this, leaving the meta data very sparse.... When
2003 May 20
2
problem with id3 tags
...rd to find the right fix so I wanted to send it here, hoping it will be added to the faq. The error message is the same as in: http://www.xiph.org/archives/vorbis/200210/0073.html Warning: Hole in data found at approximate offset 5238000 bytes. Corrupted ogg. In this case it was caused by id3tags added by grip. Using id3v2 (http://id3v2.sf.net) to remove the tags fixed this problem. id3v2 -d *.ogg id3v3 -s *.ogg <p><p># Han -- FreeBSD: The Power (__) I'm changing the CHANNEL ... But all I get is To Serve. \\\'',) commercials for RONCO MIRACL...
2005 Aug 14
2
id3-tags of static files
...ocal files). oddsock At 01:52 PM 8/14/2005, you wrote: >hi, > >this issue has probably been discussed before, but I'm wondering if there is >any way to let icecast send the id3-tags when serving static files. I'm >afraid that the problem is the layout of mp3-files, where the id3tags are >located at the very end of the files... > >is there any workaround? > >thx in advance, > >mike > >_______________________________________________ >Icecast mailing list >Icecast@xiph.org >http://lists.xiph.org/mailman/listinfo/icecast
2004 Sep 10
0
[Flac-users] [Flac-dev] Support in Exact Audio Copy?
...mmand line, i use: -o %d -8 -V --lax --no-padding -T TITLE="%t" -T ARTIST="%a" -T ALBUM="%g" -T TRACKNUMBER=%n -T GENRE="%m" -T DATE="%y" -T COMMENT="EAC 0.95pb3 & FLAC 1.1.0" %s change the above to suit your needs i turn also off id3tag as i like vorbris comments much better and winamp supports them Chris Christian Flaaten wrote: > Exact Audio Copy [ www.exactaudiocopy.de ] is an excellent ripper > fully compatible with most encoders - including Shorten, RKAU, ogg > etc. However, I have not been able to get flac to...
2005 Aug 15
0
AW: id3-tags of static files
..., you wrote: > >hi, > > > >this issue has probably been discussed before, but I'm > wondering if there is > >any way to let icecast send the id3-tags when serving static > files. I'm > >afraid that the problem is the layout of mp3-files, where > the id3tags are > >located at the very end of the files... > > > >is there any workaround? > > > >thx in advance, > > > >mike > > > >_______________________________________________ > >Icecast mailing list > >Icecast@xiph.org > >http://lis...
2008 Mar 27
1
Commandline utility to edit ID3 tags?
Hi, I'm running a webradio on our brandnew CentOS 5.1 database server. (The main purpose of this radio is fun, sure, but it's also a bit like a canary in a coalmine...) It's based on Icecast, MPD and NCMPC and works great. I'm configuring the server remotely via SSH, no X. Is there any commandline utility to edit ID3 tags? Cheers, Niki
2000 Dec 11
2
Replay to the 'oggenc ideas/source and request' replays
...y the comments (artist/title or other)? If the new comment field is longer than the old one, I have to duplicate the whole file... or not? Idea? (How can I insert 100-150 (new) bytes into a file?) I've got an idea... but you will not like it. :) What do you think about a normal ID3TAG support (like at MP3s)? It's a fixed structure (128 bytes) at the end of file. We can add, modify and remove easily... Without the encoder/decoder routines too... 9. ogg stream: The ogg is stream at all? It has got a header... I can't imagine, how will we use at an internet ra...
2002 Oct 05
2
ogg123 remote interface
...iff.ignore ogg123.orig/oggvorbis_format.c ogg123/oggvorbis_format.c --- ogg123.orig/oggvorbis_format.c Sat Oct 5 16:22:17 2002 +++ ogg123/oggvorbis_format.c Sat Oct 5 16:27:16 2002 @@ -258,6 +258,56 @@ free(decoder); } +#if UGLY_ID3_HACK + +struct { + const char *key; + int max_length; +} id3tags[] = { + {"TITLE=", 30}, + {"ARTIST=", 30}, + {"ALBUM=", 30}, + {"YEAR=", 4}, + {"COMMENT=", 30}, + {"GENRE=", 20}, + {NULL, 0} +}; + +char *id3string (decoder_t *decoder) +{ + ovf_private_t *priv = decoder->private; + int i; +...
2004 Jul 03
11
Music on hold problem
I can't seem to get music on hold working, it tries to work, but I just hear strange noises on the extension.. Here is some debug info. Looks like mpg123 starts fine, but I hear nothing. I'm on todays CVS build. -- Executing Answer("SIP/2203-062c", "") in new stack -- Executing MusicOnHold("SIP/2203-062c", "default") in new stack --
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...t_smg.ll 15 15541 0 0.01 15512 0 0.01 15512 HYPRE_struct_stencil.ll 3 7068 0 0.01 7039 0 0.01 7039 HYPRE_struct_vector.ll 16 35666 0 0.01 35637 0 0.01 26422 ialloc.ll 15 86903 0 0.01 86879 0 0.01 86879 iaparser.ll 74 137971 4 0.02 136825 1 0.02 137604 iascanner.ll 19 84100 0 0.02 84083 0 0.02 84083 id3tag.ll 4 36173 0 0.01 36142 0 0.01 36142 idct.ll 4 29032 0 0.01 28997 0 0.01 28997 idctref.ll 2 13404 0 0.01 13369 0 0.01 13369 idebug.ll 5 30092 0 0.01 30068 0 0.01 30068 idict.ll 10 43366 0 0.01 43342 0 0.01 43342 id.ll 0 4211 0 0.01 4194 0 0.01 4194 ieeefloat.ll 6 42929 0 0.01 42898 0 0.01 42898 iin...
2010 Nov 08
89
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
On Sun, Nov 07 2010 at 6:05pm -0500, Andi Kleen <andi@firstfloor.org> wrote: > On Sun, Nov 07, 2010 at 10:39:23PM +0100, Milan Broz wrote: > > On 11/07/2010 08:45 PM, Andi Kleen wrote: > > >> I read about barrier-problems and data getting to the partition when > > >> using dm-crypt and several layers so I don''t know if that could be > >