Most ogg encoders can read directly from FLAC, so theoretically a transcode operation from these two formats could be one step. I set up a transcoding entry to do this:
oggenc2 -q 0 %s
Stdout is the default output, so you do not need to specify this.
The problem is that it places the transcoded file in the same directory as the original file--that is, it leaves it on the server, rather than on the client (for me, an Android phone). How can I correct this?
The default WAV to MP3 entry works fine, and it goes to stdout as well.