Ooops, you're right, just (re)read the guide and trying to use YT.rexx (not succesfully), will try/test it further.
THX
EDIT: works with YT.rexx
URL prefs:
REXX:YT.rexx "*"
https://%s*" AUTOPLAY 1"
and using mplayer:
#version APPDIR:Mplayer13 full
MickJT-MPlayer 1.0.1 (30-12-2017)
1.3.0
#
My YT.cfg:
V2.0 /* Please don't change the formatting */
Embed="0" /* Request content as an embedded video by default? 0/1 */
HTML="0" /* Generate HTML page and open browser? 0/1 */
Login="0" /* Login to your YouTube account? 0/1 */
Debug="1" /* Write debug output to T:YT-Debug.log? 0/1 */
AutoPlay="0" /* Automatically stream videos in mplayer/ffplay? 0/1 */
SkipDASH="0" /* Skip processing of DASH links. 0/1 */
Captions="0" /* Display list of captions? Console mode only. 0/1 */
CapLang="" /* Caption language for autoplay. Blank for none. See docs. */
CapTrans="" /* Translate captions to this language. See docs. */
Browser="" /* Default browser: Odyssey/IBrowse/AWeb/NetSurf. */
ScanLimit="10" /* Maximum amount of video links to scan.
UsePipe="0" /* Streams HTTPS to MPlayer via STDOUT/STDIN */
TagOrder="18 22 5" /* MP4 360p/720p, FLV 240p */
PathMP="APPDIR:mplayer13" /* Full path to MPlayer executable */
PathFP="APPDIR:ffplay" /* Full path to FFplay executable */
ArgsMP="-cache 8192 -cache-min 10 -quiet -really-quiet" /* Optional parameters for mplayer */
ArgsFP="-loglevel quiet -infbuf -skip_loop_filter all -skip_frame noref"
/* Optional parameters for ffplay */
Emotion="0" /* Experimental. Use APPDIR:Emotion with PIPE: device */
Edited by jabirulo on 2019/8/20 23:26:55
Edited by jabirulo on 2019/8/20 23:30:34