https://bugs.gpodder.org/show_bug.cgi?id=1150

--- Comment #1 from psychedelys <[email protected]> 2010-10-31 
23:28:22 GMT ---
Created an attachment (id=587)
 --> (https://bugs.gpodder.org/attachment.cgi?id=587)
patch for podcast playlist creation.

OK, this bug was for my case a combination of 2 bugs.
The first part was, the podcast playlist was not existing on my fresh reset
test iPhone.

The second is ugly patched on my local system, but is not Apple specific (get
the same trouble with my USB stick):
in src/gpodder/util.py, in function get_free_disk_space is always returning
"0", as the usb/iphone is mounted through fuse. So even a df, is giving 0...

Filesystem            Size  Used Avail Use% Mounted on
gvfs-fuse-daemon         0     0     0   -  /home/user/.gvfs/

So I temporarly changed on my system, the result line, so the sync is working
again... time to read the python-fuse library! 
return s.f_bavail * s.f_bsize => return 1024*1024*1024

Psy.

-- 
Configure bugmail: https://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