JKubovy / MPV-Watch-Later-OSD-Menu

This is a Lua script for the MPV media player that shows a list of the saved files in the "watch later" directory in an interactive menu.
The Unlicense
1 stars 0 forks source link

Naming in the list #3

Closed WhoMI7 closed 1 year ago

WhoMI7 commented 1 year ago

Filename saved in watch-later: # D:\Videos\Courses\School of Motion\E Next-Level Techniques\1 Expression Session\Week 3 Properties Management\4.Lesson 4 Full Tilt Blur\1\1.Lesson 4- Full Tilt Blur.mkv

Filename using mediainfo: 1.Lesson 4- Full Tilt Blur.mkv, there is no media-title to the file.

If these are file name then why is it showing it as image in menu? Maybe because filename starts with a number? Cause any file that had number before an alphabet was reduced to that number as a filename in the menu? Is this a known issue? Or a bug? A valid new issue?

JKubovy commented 1 year ago

I will look in to it. It seems to me it could be a bug in filename parsing.

JKubovy commented 1 year ago

It was a bug and it should be fix in eb59233 commit.

If it doesn't work open the issue again.