search for: id3v1

Displaying 20 results from an estimated 93 matches for "id3v1".

Did you mean: id3v2
2004 Sep 10
1
ID3v1 support to Winamp v.2 plugin
I just added code to the Winamp 2 plugin that reads/writes ID3v1.1 tags in FLAC files from the 'Get File Info' dialog and properly reports the artist and title information to the playlist. In what format would you prefer the new code? Additionally, do you think it would be worth adding this functionality to the FLAC API? It would be cool to have the cap...
2004 Sep 10
1
ID3V1 and ID3V2 tags
Lo and behold, the new version of grip (http://www.nostatic.org/grip) has ID3V2 support. I want to be able to rip from grip, extract the data from the FLACs into WAVs, normalize the WAVs, then re-encode them into FLACs. How can I make sure the ID3V1 and ID3V2 tags stored by grip are saved in between the FLACs? What shell commands can I use to store the tags in a temp file? Thanks for everyone's support here, and my greatest thanks to Josh for this great format. (Now if only the debian packagers would pacakge the new grip!) -- Asheesh....
2004 Sep 10
1
[Flac-users] CD archiving
...now, but with the release of 1.0.4 I thought I would finally start the task of encoding my entire cd collection into flac format. After looking through the list archives and the webpage I still have a few unanswered questions. 1. What is the best method tagging method to use? Josh mentioned that id3v1 was preferred over id3v2 since it didn't mess with the beginning of the file. However id3v1 has quite a few limitations such as restricted length of entries that make it not a very desirable option. The other option is vorbis-style comments. 2. Are there any unix programs that can extract an...
2004 Sep 10
4
[Flac-users] How do I encode a FLAC with tags?
...gt;>Hey all..I'm brand new to FLAC and learning to use it. Can somebody tell >>me how to insert things such as Artist, album etc. into the FLAC file? >>I'd like to do this at encode time via the command line. >> > >as far as i know you can't. you have to use id3v1 or id3v2 tags. if you >using linux i have made a patch for abcde, a command line ripper/encoder w/ >cddb and id3 support. if you want it, i can make it available. its just a >shell script so it may work with other unix as well. > >let me know and i'll put it on my web page. >...
2004 Sep 10
2
deafening silence
if your talking id3v1, something along the lines of (in bash): for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f ${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; done should work. of course, test it before you set it loose on your whole collection. if yo...
2004 Aug 06
1
IceS Segmentaion Fault
...Dump file: ices.dump DEBUG: Initializing playlist handler... DEBUG: Initializing builting playlist handler... DEBUG: Randomizing playlist... DEBUG: Builtin playlist handler serving: /mp3path/03-Deja_Voodoo.mp3 DEBUG: Filename cleaned up from [/mp3path/03-Deja_Voodoo.mp3] to [03-Deja_Voodoo] DEBUG: ID3v1: Title: Deja_Voodoo DEBUG: ID3v1: Artist: Barry Adamson DEBUG: MPEG-1 layer III, 128 kbps, 44100 Hz, stereo DEBUG: Ext: 0 Mode_Ext: 0 Copyright: 0 Original: 1 DEBUG: Error Protection: 0 Emphasis: 0 Padding: 0 Playing /home/icecast/03-Deja_Voodoo.mp3 Segmentation fault (core dumped...
2004 Sep 10
2
flac-1.0.3_beta released
Awesome, I'm psyched for 1.0.3.... the ID3v1 winamp2 support will be a neat addition, as is the faster decodes. Will 24-bit audio play nice with the final public version of 1.0.3? MW On Tue, 11 Jun 2002, Josh Coalson wrote: > One more thing... you will probably have to > > chmod +x flac-1.0.3_beta/test/test_streams.sh > &gt...
2016 Sep 13
2
Source client (Windows and OS/2 versions).
...the configuration file. However, for OS/2 it can be obtained at any time from the named pipe. - Character encoding for metadata can be set in the configuration file. Before sending to the server metadata will be converted to the specified encoding. It is also possible to specify the encoding of id3v1 mp3 tags. Tags id3v1 will be used when there is no tags id3v2 in mp3 file. - A new built-in module for playlist. A local path to the media files can be specified instead playlist file. When directory specified, built-in playlist module will periodically scan files and new list will be used if...
2004 Aug 06
3
solaris success??
...Dumpfile: (null) Logfile opened DEBUG: Initializing playlist handler... DEBUG: Initializing builting playlist handler... DEBUG: Randomizing playlist... Mounted on http://65.165.174.101:8000//fs DEBUG: Builtin playlist handler serving: /usr/local/icecast/freesound/Sciss/Azoiphon/Passim.mp3 DEBUG: ID3v1 song: Passim DEBUG: ID3v1 artist: Sciss DEBUG: Layer: III Version: MPEG-2 LSF Frequency: 22050 DEBUG: Bitrate: 32 kbit/s Padding: 0 Mode: single-ch DEBUG: Ext: 0 Mode_Ext: 0 Copyright: 0 Original: 0 DEBUG: Error Protection: 0 Emphasis: 0 Stereo: 1 Play...
2004 Aug 06
2
ices 0.3 seg fault
...r) but not if I make a play list of just that song. It seems that it is the same song that caused the error on July 30 (date of testplaylist.txt that contains that song.) So it is somewhat reproducable. I'm trying it now with the last 10 songs that played before it. incase it helps: DEBUG: ID3v1: Title: viagra in the water.mp3 DEBUG: ID3v1: Artist: DEBUG: Trimmed short frame (254 bytes missing) at offset 5607759 DEBUG: MPEG-2 LSF layer III, 128 kbps, 22050 Hz, mono DEBUG: Ext: 0 Mode_Ext: 0 Copyright: 0 Original: 1 DEBUG: Error Protection: 0 Emphasis: 0 Padding: 1 Playing...
2016 Sep 14
2
Source client (Windows and OS/2 versions).
...can be obtained at any time from the named pipe. >> >> - Character encoding for metadata can be set in the configuration >> file. Before sending to the server metadata will be converted to the >> specified encoding. It is also possible to specify the encoding of >> id3v1 mp3 tags. Tags id3v1 will be used when there is no tags id3v2 >> in mp3 file. >> >> - A new built-in module for playlist. A local path to the media files >> can be specified instead playlist file. When directory specified, >> built-in playlist module will periodical...
2002 Jul 26
6
What tags are allowed in ogg files?
Hi, I'm writing a tag-editor for ogg files. What tags, besides ogg-tags, are allowed in ogg files (if any). I'm thinking of id3v1, id3v2, ape tags and so on. I have a (probably small) problem with writing a new "comment header". I have tried opening a file with a valid header, and then simply moved some of the comment tags position, so that the total size and the count still remains the same. I then save the file a...
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
2002 Apr 24
4
Tag Proposal -> Tag Standard
...that's about all I can recall from the discussion. In other words, it hasn't come along very far. 3) The inadequacy of the id3 system is well-known. In particular, classical music is not given fair treatment. And so, we have id3v2, a conflicting and/or supplemental standard. While id3v1 support is widespread, id3v2 support is still spotty. Some applications which *can* use id3v2 prefer id3v1 when given both! *cough*winamp*cough* It's a mess. 4) The need for a concrete standard is very real. The average user needs to be given clear direction. Hard-core ogg vorbis user...
2004 Aug 06
2
solaris success??
At 1:48 PM -0400 7/6/01, Brendan Cully wrote: >On Friday, 06 July 2001 at 10:32, tom erbe wrote: >> icecast 1.3.10 is the server i'm running, but its ices 0.1 that gives >> me a segfault under solaris. it works just fine on my linux box. ices > >The segfaults are a stack size problem. Try changing STACKSIZE near >the top of thread/thread.c from 8192 to 65536 or so...
2004 Aug 06
3
ices cvs crashing
...elevant portion of the ices.log below. I would appreciate any suggestions anyone might have. I am running three streams but it's on an Athlon 650 so it shouldn't be a not enough umph problem. DEBUG: Builtin playlist handler serving: /var/music/Renaissance/Prologue/6-Rajah_Khan.mp3 DEBUG: ID3v1 song: Rajah Khan DEBUG: ID3v1 artist: Renaissance DEBUG: Layer: III Version: MPEG-1 Frequency: 44100 DEBUG: Bitrate: 128 kbit/s Padding: 1 Mode: j-stereo DEBUG: Ext: 0 Mode_Ext: 2 Copyright: 0 Original: 1 DEBUG: Error Protection: 0 Emphasis: 0 Stereo: 2 Playing /var/music/Renaissance/Prologue/6-Ra...
2004 Sep 10
0
ID3-style information
...ogram > (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. > flac (the decoder) 'supports' ID3 and ID3v2 tags by ignoring them. The input plugins (including XMMS) 'support' only ID3v1 tags right now by reading them and passing the info up to the player GUI. So you have either found a bug or are tagging .flac files with ID3v2 and not seeing the info in the player. > Generally, in order to program my MP3 files with appropriate > information, > I use GRIP's built-in...
2004 Sep 10
0
deafening silence
This will post-pend id3v1 tags. I thought they were found at the beginning of files. If not, then it looks fine to me. I may add some parentheses, though, like (tail -c 128 ${f} > tag) && (flac-0.8 -d $f ${f%flac}wav), etc. That decoding line should be "${f%.flac}", no "*", right? For sim...
2004 Sep 10
0
deafening silence
This will post-pend id3v1 tags. I thought they were found at the beginning of files. If not, then it looks fine to me. I may add some parentheses, though, like (tail -c 128 ${f} > tag) && (flac-0.8 -d $f ${f%flac}wav), etc. That decoding line should be "${f%.flac}", no "*", right? Same wi...
2004 Sep 10
2
[Flac-users] How do I encode a FLAC with tags?
Hey all..I'm brand new to FLAC and learning to use it. Can somebody tell me how to insert things such as Artist, album etc. into the FLAC file? I'd like to do this at encode time via the command line. Thanks, Chris -- Only in America do banks leave both doors open and then chain the pens to the counters