search for: id3

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

Did you mean: id
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 given id : c( 1, 2, 2, 3,3,3,1 ) Of course I have a vector of more than 40 000 ID and the function I wrote (it orders my data and checks...
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 fil...
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 dpt 1 id1 13 2 id2 34 3 id3...
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 with a real...
2004 Aug 06
2
Metadata, again..
...hanges and when a new user connects, at the beginning of their > > data? > >probably not, but nothing would read it. How do you figure? > > I don't see any reason to send it at a particular interval, just on-change > > from the source is enough I would think. AFAIK an ID3 tag is simply an > >not necessarily. When would it not be enough? What I'm suggesting here is that the icecast server interpret the metadata it gets from the source (which it obviously can do or it wouldn't know the song titles, etc) and then instead of sending them out in this s...
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 ro...
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 curious because I have been using ID3 tags with FLAC (I store > extra >...
2011 Apr 25
2
Problem with ddply in the plyr-package: surprising output of a date-column
...h 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, without deleting any rows or manipulating any data) in a separate data.frame. However, I get the warning message below and the column with dates is messed up. Interestingly, the value column (the type is factor here, but if you change that wi...
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 different for other media). For mp3 streaming, there is only O...
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 AudioReQuest but are working to > support...
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 item4 Meaning each item is on a different row but still maintain the ties...
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 each member will have anywhere from 10 to 5000 id entries. Sample: > my.idlist[["List1"]] <- c("ID1&...
2004 Sep 10
2
ID3-style information
...3 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 information. I need the client program (i.e., XMMS) to be able to look at a file and know its artist and title. Those are the only two required fields, as a matter of fact. Generally, in order to program my MP3 files with appropriate information, I use GRIP's built-in CDDB connectivity. I w...
2005 Aug 15
0
AW: id3-tags of static files
...ou think it would be hard to hack this together? greets, mike > -----Urspr?ngliche Nachricht----- > Von: icecast-bounces@xiph.org > [mailto:icecast-bounces@xiph.org] Im Auftrag von oddsock > Gesendet: Montag, 15. August 2005 05:43 > An: icecast@xiph.org > Betreff: Re: [Icecast] 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 > restrictio...
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 disturbing you with this question, but the system is used by many listeners, I can't test it out for myself, and I didn...
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 displayed correctly... that is, in the ID 3 window. I can save as much as I can, the info in the ID3 window stays the same. Any...
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...
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.co...