http://bugs.gpodder.org/show_bug.cgi?id=463





--- Comment #8 from gianpaolo racca <[email protected]>  2009-05-23 
12:57:38 ---
Solved!
It seems that the length thing was another bug unrelated to the one I
experienced with gpodder. I tried to use the example .py file included with
pymtp and I noticed that in the second parameter (target) gpodder passes only
episode basename. If I add the mp3 extension my sansa clip plays files!

so the call to send_track_from_file function becomes

 self.__MTPDevice.send_track_from_file( filename, episode.basename + ".mp3",
metadata, 0, callback=self.__callback)

Don't know if is a libmtp bug a sansa bug or whatelse, but the fix works for
me. Do you think it's a problem to include the patch?

HTH,

        gianpaolo

-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to