https://bugs.gpodder.org/show_bug.cgi?id=1621
--- Comment #4 from [email protected] 2012-07-11 22:29:30 BST --- These two Wiki pages mention the hook: http://wiki.gpodder.org/wiki/User_Manual http://wiki.gpodder.org/wiki/List_of_Configuration_Options After a download is complete, I would do several things: 1. Set ID3 tags based on the following parameters from the RSS feed: - Name of the feed - Description and title of the episode. These are combined in a podcast-specific way (i.e. depends on the name of the feed). - pubDate of the episode. The date is formatted in a podcast-specific way (i.e. depends on the name of the feed). 2. Use tools like lame, ffmpeg, and soundstretch to speed up the file. Possibly another utility to normalize volume as well. The percentage by which to speed up the file is podcast-specific (i.e. depends on the name of the feed). My script is already in Python so I can probably use the hook feature directly. Is there documentation on this feature somewhere? Seems like it might be possible to rewrite my script as a gPodder extension. If I do that, would you be interested in including it in the standard gPodder distribution? -- 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
