https://bugs.gpodder.org/show_bug.cgi?id=1225
--- Comment #2 from [email protected] 2010-12-16 18:36:55 GMT --- Here is my gpodder.conf (relevant parts only): [gpodder-conf-1] podcast_list_view_mode = 1 ipod_mount = /media/ipod custom_player_copy_coverart = False cmd_download_complete = fssync_channel_subfolders = False episode_list_view_mode = 1 episode_list_thumbnails = True ipod_delete_played_from_db = False on_sync_mark_played = False custom_sync_name_enabled = False opml_url = http://gpodder.org/directory.opml mp3_player_delete_played = False mygpo_device_uid = computername device_type = filesystem mygpo_device_type = desktop mp3_player_max_filename_length = 100 enable_notifications = False mp3_player_folder = /my-local-folder-where-i-want-all-podcasts-saved do_not_show_new_episodes_dialog = False auto_update_feeds = True display_tray_icon = True auto_cleanup_downloads = True show_toolbar = True auto_remove_unplayed_episodes = False update_on_startup = True on_drag_mark_played = False cmd_all_downloads_complete = allow_empty_feeds = True on_sync_delete = True audio_played_dbus = False mp3_player_playlist_absolute_path = True auto_download = always mp3_player_playlist_file = PLAYLISTS/gpodder.m3u episode_old_age = 60 max_episodes_per_feed = 1000 auto_remove_played_episodes = False custom_sync_name = {episode.basename} ipod_purge_old_episodes = False sync_disks_after_transfer = True download_dir = /my-gpodder-messy-folder limit_rate = True episode_list_descriptions = True max_downloads_enabled = False mygpo_enabled = False only_sync_not_played = False disable_pre_sync_conversion = False Thus, all episodes are downloaded automatically in /my-gpodder-messy-folder . Unfortunately, that folder is just an obfuscated mess. The podcast names, the episode names, everything is lost. I can't use that folder to listen in a decent player, because nothing makes sense any longer. What I want is to have everything downloaded in the same folder, no subfolders, no renaming, no obfuscation of episodes. What I do is pretend /my-local-folder-where-i-want-all-podcasts-saved is a portable device, and then have all the episodes moved there using "file based device synchronization". This works, with the only problem that the episodes are renamed according to the custom_sync_name parameter. That is not expected, because I have custom_sync_name_enabled = False -- 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
