fmang / opustags

Ogg Opus tags editor
BSD 3-Clause "New" or "Revised" License
82 stars 11 forks source link

Handle --stream multivalues #8

Closed rr- closed 8 years ago

rr- commented 8 years ago

The recent change in the manpage, which was to my liking, introduces --stream=1,2 syntax. This should be implemented regardless of #4 to have something working.

Rather than making StreamTagsHandler more complex by adding std::vector<int> relevant_stream_numbers to its constructor, I'd like to add multiple TagsHandlers, each responsible for a single stream, during option parsing.