Page 1 of 2
command line -actions not working
Posted:
Sat Mar 18, 2017 9:23 am
by Zeus
smplayer -actions "fullscreen compact true" file.mp4
console output:
This is SMPlayer v. 17.2.0 (revision 8426) running on Linux
Error: expected parameter for -actions
Re: command line -actions not working
Posted:
Sat Mar 18, 2017 10:24 pm
by rvm
Re: command line -actions not working
Posted:
Sun Mar 19, 2017 3:36 pm
by Zeus
Problem in zsh. Some option does not allow the program to run. In pure zsh, everything works.
But we can not jump to the right place. I tried:
smplayer -actions "jump_to 00:02:43" file.mp4 and smplayer -actions "jump_to=00:02:43". Not working.
Re: command line -actions not working
Posted:
Sun Mar 19, 2017 10:51 pm
by rvm
Re: command line -actions not working
Posted:
Mon Mar 20, 2017 9:03 am
by Zeus
you can add ?
smplayer -actions "jump_to=00:02:43"
If it is difficult then you can do this:
smplayer -jumpto 00:23:34 file.mp4
What do you think ?
Re: command line -actions not working
Posted:
Thu Feb 21, 2019 3:13 pm
by david263
I have smplayer 18.6.0 for Windows 10 and no command line options work inside file properties to position a file at some offset from the start. -actions doesn't work and -jumpto doesn't work. Please help.
Re: command line -actions not working
Posted:
Thu Feb 21, 2019 9:12 pm
by rvm
Currently there are no actions for that.
Re: command line -actions not working
Posted:
Thu Feb 21, 2019 10:42 pm
by david263
That's not nice. When will this functionality be added?
Re: command line -actions not working
Posted:
Fri Feb 22, 2019 12:51 am
by rvm
I don't know. "Actions" basically emulate keystrokes, so it would be necessary to implement something different.
Re: command line -actions not working
Posted:
Fri Feb 22, 2019 1:25 am
by david263
I believe that every other major video player in existence supports starting and ending at given positions via the command line. SMPlayer is in my experience better in almost every way as compared to other players. It deserves to have its own true command line.