similar to: tag specifications

Displaying 20 results from an estimated 3000 matches similar to: "tag specifications"

2001 Nov 11
1
Reading tags (again)...
Ok, so I finally got the id3/mp3 end of things worked out for the next release of QTagger and I'm back to implementing tag reading for Ogg Vorbis. I've got some code that will read tags, but I haven't been able to figure out how to write them. Here's the code that I'm using. It's a fine C/C++ mix. The code will eventually be in a C++ app, so I don't mind
2004 Sep 10
1
[Flac-users] How do I encode a FLAC with tags?
Ok so I can use any ID3v2 or v1 tagger (say the perl one) for FLAC files and things will be kosher? I'd LOVE to be able roll my own tagging scheme like you can in Vorbis and I don't mind doing some code either..I wasn't aware that FLAC was able to do that..or at least I didn't userstand how to do that. I guess that is where you register for your own developer ID eh? Josh
2004 Sep 10
4
[Flac-users] How do I encode a FLAC with tags?
So there are no command line options like in oggenc to do artist and misc tags? Sure if you've got a solution that I don't have to do from scratch then post away! :-) Thanks! Chris benny k. wrote: >hi chris, > >On Thu, Mar 14, 2002 at 09:22:06AM -0700, Chris Hirsch wrote: > >>Hey all..I'm brand new to FLAC and learning to use it. Can somebody tell >>me how
2003 Oct 05
4
Total Tracks Tag?
heyas- I believe there is a need for a standard vorbis comment field to encode "Total Number of Tracks (on a CD)". Why we need this -------------------- - Existing Vorbis programs already implement this, inconsistently, and hence don't interoperate. These seems the key reason to me. - MP3s include this - Some software (e.g., iTunes) uses this information, e.g., to display
2002 Apr 24
4
Tag Proposal -> Tag Standard
Alright. So, the tag proposal that has been labored over for some months has now been reclassified a bit. There new URL is now here: http://reactor-core.org/ogg-tag-recommendations.html And is prefaced by the following statement: "The following recommendations were developed by a community of Ogg/Vorbis users for their own use." I believe the implication is that this document
2001 Jun 16
3
"vorbiscomment"
Hello, I'd like to use abcde to rip my CD:s to Ogg Vorbis format - but abcde wants a "vorbiscomment" in my PATH. I assume it's a tool for inserting meta-data into Ogg Vorbis files, but where do I get it? The vorbis-tools package doesn't seem to contain it. (Platform: Linux) Thanks! -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter
2004 Oct 10
1
Info-Tags in ogg, flac, mp3, wav
-------------- next part -------------- An embedded message was scrubbed... From: Stefan Weilhartner <whylee@whylee.at> Subject: Info-Tags in ogg, flac, mp3, wav Date: Sun, 10 Oct 2004 20:38:58 +0200 Size: 1526 Url: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20041010/1611e14f/Info-Tagsinoggflacmp3wav.mht
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
2003 Oct 16
4
Metadata format.
Hi. Seeing as the topic appeared a while ago I was wondering: How do people feel about adopting ID3v2 for Vorbis aswell. This would, of course, mean it's given a stream of its own and even allow interleaving. It could be usefull, seeing as it would cut down on both initial development and software support, since a lot (most?) audio players already support it. It could also allow for code
2013 Jul 30
2
MP3 Tagger
Is there any good tagger for CentOS 6? -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ ****
2006 May 05
2
dovecot LDA w/virtual domains and postfix
Hi, I've been trying to follow the documentation that I am finding, but am running into trouble getting things set up correctly for postfix + virtual domains (using ldap) with dovecot LDA. I can get it to work without LDA, but I'm running into permissions problems when I try to run with LDA. I am wondering if anyone has any good examples of configuring this. I basically have a
2016 Jun 19
1
AAC in .m4a command line tagging ???
Hi All, Software patents suck but but unfortunately for speech, MP3 (also still patented until end of next year) also sucks - for html5 audio served to iPhones where Safari doesn't support Ogg Opus and where bandwidth may be limited, AAC is a very attractive option. I have an AAC encoding solution for Linux but I don't have a way to tag them. Anyone know of Linux command-line tagger
2007 Apr 28
1
AW: embedded pictures in vorbis comments?
Hi, I think we can start by defining an official field name at www.xiph.org/vorbis/doc/v-comment.html which is used as a file system link to an existing image file. I suggest the field name to be "PICTURE". What is ogg MNG? Is it a container format for PNG files which should be embedded in OGG files? If I understand correctly, the picture would be placed in a different logical stream
2004 Sep 10
1
XMMS plugin doesn't see ID3V2 tags
I tagged some FLAC files with ID3V2 information (by the id3v2 program), but their metadata does not show up in XMMS. Anyone else have this problem? Anyone have a solution? (I tested the tags using the --list option of id3v2; they are there. XMMS and the FLAC plugin just don't seem to respect them.) -- Asheesh.
2004 Aug 06
1
[OT] Online music database
(Already noting the posts that say this is not available) Are you willing to deal with "non authoritative" answers in your query? If so, you can write some scripts that talk CGI to a commercial music vendor. I use a (no longer available) MP3 tagger called "MP3 Internet Renamer". It would go out and request a web page from the "All Music Guide" (
2004 Sep 10
0
[Flac-users] How do I encode a FLAC with tags?
On Thu, Mar 14, 2002 at 10:26:45AM -0700, Chris Hirsch wrote: > So there are no command line options like in oggenc to do artist and > misc tags? Sure if you've got a solution that I don't have to do from > scratch then post away! :-) the patch is located below. i have already submitted it to the author. http://www.bagu.org/flac.html i have also made a utility to calculate
2004 Sep 10
2
FLAC support hacked into rip
I hope I am not too far of topic. I have hacked FLAC support into rip, a command line (perl based) CD ripper/encoder/tagger. http://sourceforge.net/projects/rip/ The maintainer is checking over the patch and should get back to me next week. Shall I: 1. Go away and leave this list alone 2. Come back and tell you if/when the patch is approved 3. Explain what I am on about 4. Send the patch
2003 May 20
2
problem with id3 tags
Hi, I just had a problem that is not described in the faq and it was quite hard 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.
2000 Oct 26
8
Vorbis licensing...
We spent a little time here taking a look at the Vorbis licensing scheme and ran into some possible issues. In particular, the Vorbis FAQ page here says that the LGPL license applies to Vorbis libraries and GPL applies to source code (at least that's what I gather). http://www.vorbis.com/faq.html#flic http://www.fsf.org/copyleft/lesser.html Reading the text of these Gnu
2004 Sep 10
1
[Flac-users] How do I encode a FLAC with tags?
Just finally getting around to this :-) I've never used abcde...looks like it'll be a winner in my book....just to understand...your patch (which does tagging) is against the original and only FLAC patch that enables abcde to do flac which is v1.9.9 and the newest is 2.0.3? or do I just patch your new patch against 2.03? Yeah I know I should just try it (and I'm sure I will) I