diff --git a/modules/module.args.ts b/modules/module.args.ts index 3c2ba4e..21bec28 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -296,7 +296,7 @@ const args: TAppArg[] = [ service: ['crunchy'], type: 'string', describe: - '(Please use --vstream and --astream instead, this will deprecate soon) Select a specific Crunchyroll playback endpoint by device. Since Crunchyroll has started rolling out their new VBR encodes, we highly recommend using a TV endpoint (e.g. vidaa, samsungtv, lgtv, rokutv, chromecast, firetv, androidtv) to access the old CBR encodes. Please note: The older encodes do not include the new 192 kbps audio, the new audio is only available with the new VBR encodes.', + '(Please use --vstream and --astream instead, this will deprecate soon)', choices: [...Object.keys(CrunchyVideoPlayStreams), 'none'], docDescribe: true, usage: '${device}' @@ -307,7 +307,7 @@ const args: TAppArg[] = [ alias: 'vs', service: ['crunchy'], type: 'string', - describe: 'Select a specific Crunchyroll video playback endpoint by device.', + describe: 'Select a specific Crunchyroll video playback endpoint by device. androidtv provides the best video (CBR).', choices: [...Object.keys(CrunchyVideoPlayStreams), 'none'], default: { default: 'androidtv' @@ -321,7 +321,7 @@ const args: TAppArg[] = [ alias: 'as', service: ['crunchy'], type: 'string', - describe: 'Select a specific Crunchyroll audio playback endpoint by device.', + describe: 'Select a specific Crunchyroll audio playback endpoint by device. android provides the best audio (192 kbps).', choices: [...Object.keys(CrunchyAudioPlayStreams), 'none'], default: { default: 'android'