If I'm playing a list of files in mpv (just as a directory), how do I toggle on/off its repeating the playing of the list/directory?
I know I can specify this when I launch mpv with --loop-playlist, which is great, but I want to know how to do it within the running program, too.
Shift + L does the current file only, which is also good to know how to do, but it's not the same thing.