self.parser.add_argument("-snf","--set-next-file-for",action="store",dest="set_file_for",default=False,metavar=("PLAYLISTTYPE","FILE"),nargs=2,help="For which type you wanna SET a next audio file?")
self.parser.add_argument("-np","--now-playing",action="store_true",dest="now_playing",default=False,help="Which source is now playing")
self.parser.add_argument("-ip","--init-player",action="store_true",dest="init_player",default=False,help="Reset liquidsoap volume and mixer activations?")
self.parser.add_argument("-ts","--adapt-trackservice-title",action="store_true",dest="update_trackservice",default=False,help="Update the name of a track due to fallback")