Displaying 13 results from an estimated 13 matches for "id3tags".
Did you mean:
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 MIRACLE...
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?
Yep, they make a great combo.
you only need to change compression settings to:
user defined encoder
extension: .flac
You path to flac encoder
and the command 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
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://list...
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
Dear Developer Team (Monty/Michael Smith/and others),
It seems you get angry for me, but I don't understand why.
I don't want to dispute with you, but maybe I forgot to say some things...
Here they are:
1. My program (clone) is not a finalized, and NOT A RELEASED (public)
program. This is just a test, I wrote it to myself,
to the (sound quality) comparsion of MP3 and OGG.
2.
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))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after
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
> >