From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25368 invoked from network); 25 Aug 2022 23:47:09 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 25 Aug 2022 23:47:09 -0000 Received: from ftrv.se ([45.76.35.157]) by 9front; Thu Aug 25 19:44:20 -0400 2022 Date: Fri, 26 Aug 2022 01:44:15 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ftrv.se; s=mail; t=1661471056; bh=2a6SWvCBEACtOIuXvF9EF4hDs0j5SNytofGEmQzPG5I=; h=Date:From:To:Subject:In-Reply-To:References; b=dFYXbppCdmiKo87JpGsRtZTxXjYKgO6j5SJdHLC//wUzlZZMueTlELmtWKGAtOEsk sHyaFaDtv56ONrs7p/a+N90I9IB5buath2kYgB+ZocFGTdixGrOjrncOJrUNVBqyey 4AqZHtp4Nmn4X3nXfNHZ+jhU313JIzeG9ApfL7h4= From: =?ISO-8859-1?Q?Sigrid_Solveig_Hafl=EDnud=F3ttir?= To: 9front@9front.org, Stanley Lieber In-Reply-To: <2E4C3372-ECF9-4C37-B73C-BAC301E25CF5@stanleylieber.com> References: <2FEC3A0EA76040BD134C415EBA1A1CB3@ftrv.se> <2E4C3372-ECF9-4C37-B73C-BAC301E25CF5@stanleylieber.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: realtime component-scale dependency engine Subject: Re: [9front] audio/mkplist vs errors Reply-To: 9front@9front.org Precedence: bulk Nice=2E If you send me one of those tracks for which duration could not be = calculated I could see what's going on there=2E It would only matter for se= eking but that still looks like a bug=2E On August 26, 2022 1:21:22 AM GMT+02:00, Stanley Lieber wrote: >this fixed it, thank you! > >sl > >> On Aug 25, 2022, at 5:48 PM, Sigrid Solveig Hafl=C3=ADnud=C3=B3ttir wrote: >>=20 >> =EF=BB=BFQuoth Sigrid Solveig Hafl=C3=ADnud=C3=B3ttir : >>> Quoth Stanley Lieber : >>>> ; audio/mkplist /n/rachael/n/no1/music/flac >lib/plist >>>>=20 >>>> any errors encountered, such as mangled filenames on alien file syste= ms (fat32) that cannot actually be accessed by plan 9, or files mkplist int= erprets as having =E2=80=9Cno duration=E2=80=9D result in no output at all= =2E mkplist ran over my entire music collection (over 1tb of files), printi= ng occasional errors of this nature, and finally produced a zero byte file= =2E in a test, i ran it over a subset of files that generated no such error= s, and a working plist was produced=2E >>>=20 >>> I cannot reproduce here=2E Could you give more details on what the >>> errors look like? How many tracks do you have? >>>=20 >>> ; audio/mkplist /n/w/_/edk2/EmulatorPkg/Unix/Host/ >>> /n/w/_/edk2/EmulatorPkg/Unix/Host/X11IncludeHack: '/n/w/_/edk2/Emulato= rPkg/Unix/Host/X11IncludeHack' does not exist >>> /n/w/_/edk2/EmulatorPkg/Unix/Host/55db501c53ce45804c81307e9433064d72e3= 8e13=2Esvn-base: no duration >>> /n/w/_/edk2/EmulatorPkg/Unix/Host/2=2Emp3: '/n/w/_/edk2/EmulatorPkg/Un= ix/Host/2=2Emp3' permission denied >>> no artists: /n/w/_/edk2/EmulatorPkg/Unix/Host/55db501c53ce45804c81307e= 9433064d72e38e13=2Esvn-base >>> p /n/w/_/edk2/EmulatorPkg/Unix/Host/55db501c53ce45804c81307e9433064d72= e38e13=2Esvn-base >>> f mod >>> t =C3=ABPNG >>>=20 >>> p /n/w/_/edk2/EmulatorPkg/Unix/Host/1=2Emp3 >>> f mp3 >>> A cinap >>> a 9front >>> t mckinsey2 >>> T 0 >>> D 55408 >>>=20 >>> found 2 tagged tracks >>>=20 >>=20 >> Just realized (while reading the code) that it would sysfatal if a >> directory is not accessible=2E Pushed a fix=2E Thanks for the report! >>=20 >> Please test again=2E >>=20 >>=20 >