Hi, this wish is already fulfilled by command -load .
The command may be given before or after the -dev or -indev command. Because -dev or -indev before -load would first load the most recent session and only then load the desired session, i propose xorriso -load session 2 -dev /dev/sr0 ...other.commands... As one can see in the man page, command -load can be used with other address criteria than the session number. Like: -load sbsector 1340384 -load volid '*2026_01_31*' -load before 'Feb 01 2026' -load after 'Jan 25 20:00 2026' "sbsector" corresponds to mount(8) option -o sbsector= . The numbers are shown by command -toc in column "sbsector". "volid" searches with shell-like patterns in the Volume Id fields of the superblocks. "before" and "after" search in the Modification Time fields. For examples of time strings see "Examples of input timestrings" in man xorriso. Have a nice day :) Thomas

