Page 1 of 1
How do I infinitely loop any video by default?
Posted:
Mon Sep 17, 2018 1:14 pm
by Dimentive
I went to Options → Preferences → Advanced and tried to put “-loop” in the actions text field. That didn’t work, so I tried “-loop 0.” After that, I tried “--loop-file=inf.” These are all solutions I found on Google, but none of them work.
“--loop-file=inf” used to work, but I recently updated SMPlayer, and now, it doesn’t work. Is looping broken in the newest version of SMPlayer? Is there any way to still infinitely loop videos by default?
Thank you.
Re: How do I infinitely loop any video by default?
Posted:
Mon Sep 17, 2018 7:37 pm
by rvm
There are several ways, maybe the easiest: go to preferences -> advanced, in the field to run actions every time a file is opened, type:
repeat true
Re: How do I infinitely loop any video by default?
Posted:
Sat Sep 22, 2018 6:10 am
by Dimentive
Re: How do I infinitely loop any video by default?
Posted:
Sat Sep 22, 2018 6:15 am
by Dimentive
I have another question: Is there a way to hide the “Loop current file: yes” text that now appears in the top left corner whenever I open a video that I haven’t watched before? I looked through the options but couldn’t find one that would disable this.
Thank you!
Re: How do I infinitely loop any video by default?
Posted:
Sat Sep 22, 2018 9:29 am
by rvm
I don't get that text. What version are you using?
Re: How do I infinitely loop any video by default?
Posted:
Tue Sep 25, 2018 2:15 am
by Dimentive
Re: How do I infinitely loop any video by default?
Posted:
Tue Sep 25, 2018 7:57 pm
by rvm
Ok, I was able to reproduce the problem.
Try this instead: go to preferences -> advanced -> mplayer/mpv, type --loop-file=inf in the options field.
Re: How do I infinitely loop any video by default?
Posted:
Thu Sep 27, 2018 9:49 pm
by Dimentive