logo       

RE: 0.7.29 issue with QCP"s uploading to Samsung A-670: msg#00238

mobile.bitpim.user

Subject: RE: 0.7.29 issue with QCP"s uploading to Samsung A-670

Follow up to this post... Checking versions between my machines (work
and home) it appears that this issue appeared between 0.7.26 and 0.7.27.
Not a Python Programmer, but to my uneducated eyes, it may be in this
section of code....

com_samsungscha670.py version 1.38

line 759

if afi.format in ("MIDI", "PMD", "QCP"):
for k,n in self.RINGTONE_LIMITS.items():
setattr(afi, k, n)
return self.__audio_ext[afi.format], afi
d=self.RINGTONE_LIMITS.copy()
d['format']='QCP'
return ('pmd', fileinfo.AudioFileInfo(afi, **d))

com_samsungscha670.py version 1.39

line 759
if afi.format in ("MIDI", "PMD", "QCP"):
for k,n in self.RINGTONE_LIMITS.items():
setattr(afi, k, n)
==> return currentextension, afi
d=self.RINGTONE_LIMITS.copy()
d['format']='QCP'
return ('pmd', fileinfo.AudioFileInfo(afi, **d))


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
BitPim-user mailing list BitPim-user@xxxxxxxxxxxxxxxxxxxxx
Unsubscribe or change options at
https://lists.sourceforge.net/lists/listinfo/bitpim-user

There are several hundred people on this list. Please be
courteous, on topic and follow the instructions before posting
http://bitpim.sf.net/testhelp/support.htm



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise