Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (148) Game (1011) Graphics (500) Library (118) Network (233) Office (66) Utility (932) Video (69)
Total files: 4397
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
[Back to readme page] [Add Comment] [Refresh page]
Comment by: anonymous (85.156.237.11) | At: 21 Oct 2007, 20:53 | File version: V1.2 | Try this script, with spat you can convert the comments automatically.
.bra [
.ket ]
.key oggfile
vorbiscomment --raw -l [oggfile] | sed -e s/artist=/ARTIST=/ -e s/album=/ALBUM=/ -e s/title=/TITLE=/ -e s/tracknumber=/TRACKNUMBER=/ | vorbiscomment --raw -w [oggfile]
| | | Comment by: Thematic (84.230.115.208) | At: 09 Jul 2006, 00:45 | File version: V1.12 | One suggestion: As 'oggenc' produces comments called artist and title etc., in lower case, the Ogg Vorbis TuneNet plugin should check these tags in case insensitive fashion. I suppose some other prominent software does use upper case, I've seen those in ogg vorbis files from "outside".
Or alternatively, just add the lower case versions to mean the same as the upper case ones.
FYI, oggenc adds, with certain command line options, the following tags, all lower case: date, tracknumber, title, album, artist, genre
| | | Comment by: Raziel (84.145.59.13) | At: 08 Jan 2006, 17:51 | File version: V1.1 | Yeah, what i'm waiting for :-)
Thanks a lot Bean
| | |
|