nova-video-player / aos-AVP

NOVA opeN sOurce Video plAyer: main repository to build them all
Apache License 2.0
3.5k stars 201 forks source link

When private mode is enabled, and playing from UPNP source, folder play mode does not change filename when moving to next file in folder #177

Open Pentaphon opened 5 years ago

Pentaphon commented 5 years ago

1) Activate private mode 2) Play a folder from a UPNP source (in this case, Kodi's UPNP server) 3) Make sure play mode is in folder mode. 4) Play file such as "S01E01.mkv" and then let it end and continue to "S01E02.mkv" 5) While watching "S01E02.mkv" press down arrow on remote to see progress bar and filename. The filename is still showing the "S01E01.mkv" filename 6) Even if you get to "S01E10.mkv" or however many files the folder contains, it will still display as "S01E01.mkv".

Tried the same folder on the same UPNP server with VLC and Kodi and this does not happen, so it's not the server or files.

Pentaphon commented 3 years ago

@courville I also experienced this when using SMB Windows 10 shares in the 5.x series.

Pentaphon commented 3 years ago

@courville Nova changes the display name of the video currently playing only when the videos it plays have been scraped which is why you probably haven't encountered this. I am confused why the player doesn't keep up with the filename of the videos when playing them in "folder mode" because it should be able to tell you the filename of the video it is currently playing no matter how many videos it has played before. You can play a folder of videos with 100 mkvs and even after playing 99 videos it will still show you are at "1.mkv" instead of "99.mkv" as it should.