https://bugs.gpodder.org/show_bug.cgi?id=337
--- Comment #7 from Christian Mertes <[email protected]> 2009-07-13 22:42:22 GMT --- (In reply to comment #6) > Just implement everything that you need for your mp3 split thingie and maybe > coordinate with Christian first on what he needs, because you two know best > what this feature should look like :) I guess some string that takes any command line with two escape codes for input and output file should do for me and most things that I can think of. Perhaps for your splitting you might even need more as there are more than one output files. Commands that use stdin and stdout can be served with cat $input | command > $output so there's no special syntax needed (I guess the $ part should be %i and %o or something). I really think having gpodder handle a number of output files from just one input file after the command was executed will be almost the most complicated part. -- 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
