search for: id3s

Displaying 20 results from an estimated 374 matches for "id3s".

Did you mean: id's
2006 Jan 24
9
Number of replications of a term
Hello, Is there a simple and fast function that returns a vector of the number of replications for each object of a vector ? For example : I have a vector of IDs : ids <- c( "ID1", "ID2", "ID2", "ID3", "ID3","ID3", "ID5") I want the function returns the following vector where each term is the number of replicates for the
2005 Jan 06
2
FLAC and ID3
Hello, I heard from a coworker that there was something that changed recently with FLAC and ID3. I don't have ANY details on what that means, and was wondering what has changed. The only thing I see (in the changelog) is that plugins have removed support for ID3 tags. I'm curious because I have been using ID3 tags with FLAC (I store extra data such as album art with my media files,
2005 Nov 09
3
dataframe without repetition
Hello, with a data.frame like this : > toto <- data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30")) > toto id dpt 1 id1 13 2 id1 13 3 id2 34 4 id3 30 5 id3 30 6 id3 30 what is the most efficient ways to obtain : id
2004 Sep 24
6
dropping id3 support
after spending a lot of time integrating X-Fixer's winamp2 plugin code, I am on the verge of removing id3 v1/v2 support from the plugins completely. it is really hard to get right in a way that works intuitively for the user, and i18n is also a nightmare. in id3v2 every field can have a different encoding. FLAC tag a.k.a. Vorbis comment support is very good now so unless someone comes up
2004 Aug 06
2
Metadata, again..
At 17:05 8/11/2001 -0400, you wrote: >you tell me. Works alright here, except in xmms which has a bug in its >shoutcast metadata handler. I've submitted a patch at bugs.xmms.org >for it. Hmm.. well with the current version of winamp and the previous two it would and does skip if I have metadata enabled.. it'll start anywhere from ten minutes to an hour into the stream and then
2005 Jan 06
1
FLAC and ID3
> ID3 support was only dropped in the plugins. libFLAC still can > decode FLAC files that have ID3 tags (v1 or v2). it just ignores > them and there are no plans to change that in the future. OK, that's what I thought, but wanted to be sure. I've been updating some metadata handling routines in our application and heard something about this and was curious. > the spec
2005 Jan 06
0
FLAC and ID3
--- Ron Cococcia <ron.cococcia@request.com> wrote: > Hello, > > I heard from a coworker that there was something that changed > recently > with FLAC and ID3. I don't have ANY details on what that means, and > was > wondering what has changed. The only thing I see (in the changelog) > is > that plugins have removed support for ID3 tags. > > I'm
2011 Apr 25
2
Problem with ddply in the plyr-package: surprising output of a date-column
Hi Together, I have a problem with the plyr package - more precisely with the ddply function - and would be very grateful for any help. I hope the example here is precise enough for someone to identify the problem. Basically, in this step I want to identify observations that are identical in terms of certain identifiers (ID1, ID2, ID3) and just want to save those observations (in this step,
2005 Aug 14
2
id3-tags of static files
The protocol of sending of metadata over a stream (which is HTTP) does not allow for this type of thing. The problem is not necessarily the fact that the id3 tags are at the end of the files, as id3v2 does not have this restriction, but rather just the "agreed" upon protocol for handling metadata for streamed mp3s (and I'm only going to talk about mp3s here, since it's
2004 Sep 24
0
dropping id3 support
ah. I was only talking about removing support in the winamp2 and xmms plugins. the decoder libraries will still be able to skip over/ignore id3 tags as before. I think AudioReQuest and PhatNoise must be using their own code to read id3 tags, which won't be affected. Josh --- Steve Vasquez <steve.vasquez@request.com> wrote: > Hey Josh, > > We currently use id3 v1/2 in the
2008 Jan 10
1
data.frame manipulation: Unbinding strings in a row
Hi all, I have a data.frame I received with data that look like this (comma separated strings in last row): ID Shop Items ID1 A1 item1, item2, item3 ID2 A2 item4, item5 ID3 A1 item1, item3, item4 But I would like to unbind the strings in col(2) items so that it will look like this: ID Shop Items ID1 A1 item1 ID1 A1 item2 ID1 A1 item3 ID2 A2 item4 ID2 A2 item5 ID3 A1 item1 ID3 A1 item3 ID3 A1
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
Hi - I have a data frame with a large number of observations (62,000 rows, but only 2 columns - a character ID and a result list). Sample: > my.df <- data.frame(id=c("ID1", "ID2", "ID3"), result=1:3) > my.df id result 1 ID1 1 2 ID2 2 3 ID3 3 I have a list of ID vectors. This list will have anywhere from 100 to 1000 members, and
2004 Sep 10
2
ID3-style information
I have a CD collection of about 20 discs that I currently archive on my hard disk in MP3 format. No, I do not like lossy compression. No, I do not like closed standards. No, I do not like software patents (Fraunhofer). In fact, I do not even need compression at this point, as my hard disk capacity is greater than the sum total of the CDs' WAV-format sizes. However, I need its ID3
2005 Aug 15
0
AW: id3-tags of static files
thx oddsock for your detailed reply, I think I now understand the problem :) I'm currently using a php-script (mp3 toolbox - http://www.radiotoolbox.com/downloads/) to stream static mp3's on-demand, and this script obviously sends the icy-headers (which are the shoutcast metadata protocol, right?). however, I think that it would be a nice feature for icecast to support these
2005 Oct 09
2
disable ID3 update
Hi, I'm running Aaron's tunequeue scripts for my radio site. (tunequeue.sf.net) I have ices2 to read Ogg Vorbis files and feed the icecast2 server with those files. Could someone please tell me how can I disable ID3 updating? I want all clients to only show the name of the radio, but don't get any of the ID tag information stored in the Ogg files. Where can I set that? Sorry for
2006 May 19
2
Damaged tags in XMMS
Hi, I just copied 15 GB of Music from my Slackware install over to my laptop running CentOS. Everything's running fine, except a few minor quirks. About 10 to 15% of the 4.000 songs in my collection seem to have broken ID3 tags in XMMS. In the playlist window, there are only truncated fields of a few random letters appearing. But when I right-click on one of these songs, the ID3 info is
2008 Sep 02
1
rpart: ID3 or C4.5?
Hello, My question is about the algorithm used behind decision tree package rpart. It is not clear in the help if the algorithm used is ID3 or C4.5. Someone has any idea? Regards. Sandro. -- View this message in context: http://www.nabble.com/rpart%3A-ID3-or-C4.5--tp19269303p19269303.html Sent from the R devel mailing list archive at Nabble.com.
2004 Aug 06
0
Metadata, again..
...ent some more. If someone has posted a patch which fixes this, I'd of course like to see it too. > >> the song changes and when a new user connects, at the beginning of their > >> data? > > > >probably not, but nothing would read it. > > How do you figure? ID3s are supposed to be the last 128 bytes of the file. So I would expect most MP3 players just jump to the end of the file and grab the ID3, rather than parsing any interframe garbage they run across to see if it might be an ID3 tag. Streams of course have no end of file. I haven't actually tried...
2004 Sep 24
0
dropping id3 support
Where is id3lib used? I must admit that I only noticed it recently when trying to compile 1.1.1beta ... I had hoped that it would be used in the flac command-line tool to support conversion of AIFF and WAVE ID3 tags to FLAC tags, or something along those lines as an interim measure since unknown chunks are generally lost when compressing AIFF or WAVE. Is there any way the ID3 library
2004 Sep 28
0
dropping id3 support
Hey Josh, We currently use id3 v1/2 in the AudioReQuest but are working to support Vorbis Comments in a future version. I do know that PhatNoise and Tag and Rename both use id3 as well. Just an FYI, you have to do what you have to do. Steven Vasquez Director of Product Marketing/Founder ReQuest Multimedia steve@request.com -----Original Message----- From: flac-dev-bounces@xiph.org