http://bugs.gpodder.org/show_bug.cgi?id=203
Thomas Perl <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]
--- Comment #3 from Thomas Perl <[EMAIL PROTECTED]> 2008-10-23 20:56:43 ---
I've tried your patch against the current HEAD of the master branch.
I can sync episodes to my device, and also show the dialog and select episodes.
However, when I click on "Save", I get:
Traceback (most recent call last):
File "/home/thp/src/gpodder/src/gpodder/gui.py", line 3731, in
on_btnSavePlaylist_clicked
self.write_m3u()
File "/home/thp/src/gpodder/src/gpodder/gui.py", line 3751, in write_m3u
fp = open(gl.config.playlist_file, 'w')
IOError: [Errno 2] No such file or directory:
'/media/MEIZU-M6/PLAYLISTS/gpodder.m3u'
Maybe the "playlist_file" should be a relative directory to the MP3 player root
(i.e. "PLAYLISTS/gpodder.m3u" in your case) and then in the code,
os.path.join() the MP3 player path (from the config option) with this config
option.
Please also prefix all your new configuration options with "mp3_player_" (i.e.
"mp3_player_playlist_file"), so other users don't get confused what the
"playlist_file" would mean.
Also, you should probably add some padding/border in your dialog window, so the
treeview and the buttons don't stick directly to the window border.
After these changes, please submit a new patch. It seems to be finished real
soon now, keep up the good work!
--
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