bug-gnupod
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnupod] [bug #59977] "Can't use 'defined(@array)'" error in gnupod_


From: anonymous
Subject: [Bug-gnupod] [bug #59977] "Can't use 'defined(@array)'" error in gnupod_convert_FLAC line 135
Date: Wed, 10 Mar 2021 09:39:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

Follow-up Comment #1, bug #59977 (project gnupod):

It actually seems that FLAC to, say AAC transcoding, is not working at all
without the fix metoned in the previous post, repeated below

Manually changing line 135 in gnupod_convert_FLAC from
        return (defined(@alac_support));
to
        return (@alac_support); 

I get a the strange output:

gnupod_addsong Version 0.99.8 (C) Adrian Ulrich
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at
./gnupod_convert_FLAC line 135.
> ReEncoding 'mydat/mysoundfile.flac' with quality 4, please wait...
+ [MP3 ][  1] mysoundfile.flac | Unknown Album                    | Unknown
Artist          
> Writing new XML File, added 1 file(s)


NOTICE the "[MP3]" tag and no album, title tags will be added 

gnupod_search Version 0.99.8 (C) Adrian Ulrich
ID  |ARTIST                          |ALBUM                           |TITLE  
                        
========================================================================================================
608 |Unknown Artist                  |Unknown Album                  
|mysoundfile.flac


BUT removing the 'define' in gnupod_convert_FLAC@135 fixes it, and tags are
again added to files.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59977>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]