updated docs

This commit is contained in:
stratumadev 2025-10-19 17:53:35 +02:00
parent a5c8d9019c
commit a5e63f6a44

View file

@ -296,7 +296,7 @@ const args: TAppArg<boolean | number | string | unknown[]>[] = [
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<boolean | number | string | unknown[]>[] = [
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<boolean | number | string | unknown[]>[] = [
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'