# This file is part of idest -*- autotest -*- # Copyright (C) 2011 Sergey Poznyakoff # # Idest is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # Idest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with idest. If not, see . AT_SETUP([formats: framelist --full]) AT_KEYWORDS([script format framelist--full framelist00]) AT_CHECK([ PREREQ_GUILE genfile -f file -p $abs_srcdir/id3v2 10k idest -N -p $abs_top_srcdir/scheme --format framelist --full file ], [0], [TIT2 descr="Title/songname/content description" TALB descr="Album/movie/show title" TRCK descr="Track number/position in set" COMM descr="Comments" lang="eng" condesc="" TPE1 descr="Lead performer(s)/soloist(s)" TDRC descr="Recording time" TCON descr="Content type" TCOP descr="Copyright message" TENC descr="Encoded by" USLT descr="Unsynchronised lyric/text transcription" lang="eng" condesc="" WPUB descr="Publishers official webpage" WXXX descr="User defined URL link frame" condesc="documentation" WXXX descr="User defined URL link frame" condesc="author" APIC descr="Attached picture" mime-type="image/png" pic-type="5" condesc="32x32 sample image" APIC descr="Attached picture" mime-type="image/png" pic-type="0" condesc="68x68 sample image" ]) AT_CLEANUP