Hi, I've just downloaded MPV player few days ago. I've been able to configure many keyboard shortcuts the way I want, but I canīt configure how to play next video file when I've seen the previous one. I tried with many lua scripts, but no results. Could someone explain to this beginner how to do that, please? I'm using Windows 10.
+ Reply to Thread
Results 1 to 13 of 13
-
-
Drop all of them onto that player GUI, it creates playlist and files play one after another. Make sure after selecting those files, your mouse grabs the first one.
This is very handy for camcorder files because gap between videos is almost non existent so there is no need to physically join them for viewing.
To wait and starting another file manually, you can put reset-on-next-file=pause into config script -
run cmd
set your directory to MPV directory
Code:mpv --autofit=81% "movie1.avi" "movie2.mkv" "movie3.mp4"
--autofit=81% is option, you can put as many option as you want, see documentation for more details
if you want to append more when the file already playing, Drag the new movie file to player window and drop it while holding "shift" -
Put the file in the scripts folder after unzipping
Last edited by hisaishi; 9th Nov 2018 at 05:13.
-
Thanks, but unfortunately, there's no scripts folder on Windows version.
Where have I to create it?
On "AppData/Roaming/mpv" or in the mpv installation folder (portable version)? -
In the mpv installation folder (portable version)
[Attachment 47138 - Click to enlarge] -
Still doesn't working.
Is it necessary run the .bat installer in order to use .lua scripts, or is not related? I haven't run it yet.
And I didn't define any keybinding to the script. Could it be the problem? Anyway, the script seems not be working:Last edited by Noctis001; 9th Nov 2018 at 17:37.
-
for windows, put that script folder inside of portable_config folder, just create one in that main mpv folder
So inside of that portable_config you will have that script folder with lua scripts ,having there lower case "s" there, not sure if it is important.
Also inside of that portable_config folder you can have input.conf and mpv.conf, for example I have
Code:keep-open
Code:> frame-step ; show-text "Frame: ${estimated-frame-number} / ${estimated-frame-count}" < frame-back-step ; show-text "Frame: ${estimated-frame-number} / ${estimated-frame-count}" RIGHT frame-step ; show-text "Frame: ${estimated-frame-number} / ${estimated-frame-count} ${time-pos}" LEFT frame-back-step ; show-text "Frame: ${estimated-frame-number} / ${estimated-frame-count}" KP0 cycle-values video-rotate 90 180 270 0 KP1 add video-zoom -0.2 KP2 add video-pan-y -0.01 KP3 add video-zoom 0.2 KP4 add video-pan-x 0.01 KP5 set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 ; show-text "Reset zoom/pan" KP6 add video-pan-x -0.01 KP7 add video-zoom -0.05 KP8 add video-pan-y 0.01 KP9 add video-zoom 0.05
-
It should work without needing to associate the files. It works perfectly for me, even disassociating the files from Windows 10 and uninstalling the .bat. It is not necessary either to define any keybinding for the script. It also works by doing what _Al_ says but it should not be necessary.
[Attachment 47147 - Click to enlarge] -
Problem still occurs on both configurations.
Also, just in case, here is the log file: DELETEDLast edited by Noctis001; 11th Nov 2018 at 12:02.
-
my player is from here, https://www.videohelp.com/software/mpv-media-player , portable windows 64bit version,
maybe it gets forked by different people, not sure, there is all kinds of versions on github etc. -
Ok, I think I've solved it. I moved the folder to other location, because the previous had a no ASCII characters (an accent) in the route. I've moved... et voilā! The script is working.
Thanks to all for your help.Last edited by Noctis001; 11th Nov 2018 at 16:19.
Similar Threads
-
Current PAL/NTSC DVD Conversion Guide? Current Guides are outdated
By isj209h23h in forum User guidesReplies: 3Last Post: 20th Jul 2018, 22:53 -
Having trouble playing BDMV STREAM folder on Sony TV
By SE14man in forum Newbie / General discussionsReplies: 1Last Post: 11th Jul 2016, 10:21 -
MPC-HC issues playing DVD (VIDEO_TS folder)
By vhwul62 in forum Software PlayingReplies: 12Last Post: 23rd Jan 2016, 06:50 -
potplayer not auto changing music files in folder. keeps playing same one
By PYBiW in forum Software PlayingReplies: 2Last Post: 3rd Jun 2015, 18:29 -
Set the current folder as destination folder and workfolder in a BATCH
By marcorocchini in forum Newbie / General discussionsReplies: 7Last Post: 25th Jun 2014, 08:58