When multiple backends are implemented and available we have some kind of priority.
Whatever the priority is, there needs to be an option to choose a specific backend manually.
It might be wise to switch to argparse/optparse, like mineo already did:
https://github.com/mineo/mbstuff/blob/master/isrcsubmit-cdrdao.py
However, I would like the option parsing to not be as strict.
isrcsubmit <username>
should still be possible.
When multiple backends are implemented and available we have some kind of priority.
Whatever the priority is, there needs to be an option to choose a specific backend manually.
It might be wise to switch to argparse/optparse, like mineo already did:
https://github.com/mineo/mbstuff/blob/master/isrcsubmit-cdrdao.py
However, I would like the option parsing to not be as strict.
isrcsubmit <username>should still be possible.