| 
 
 
  Audio (347) 
  Datatype (51) 
  Demo (204) 
  Development (609) 
  Document (24) 
  Driver (98) 
  Emulation (153) 
  Game (1027) 
  Graphics (510) 
  Library (119) 
  Network (236) 
  Office (67) 
  Utility (939) 
  Video (72) 
 Total files: 4456
 
 Full index file
 Recent index file
 
 
 Amigans.net
 Aminet
 IntuitionBase
 Hyperion Entertainment
 A-Eon
 Amiga Future
 
 
 
 
 
 | 
 [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
 
 |  |  |  |  | 
 
 |