We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add something like a "save playlist" command/function after using vlc-delete?
Currently the file is deleted permanently.
But it is only removed from the playlist until you close VLC.
When you start VLC again with that playlist, the files are listed, but cannot be played, because, obviously, the physical file does not exist.
And due to a VLC generic bug, when it cannot play an a file in the playlist that does not exist, the CPU usage goes to 100% until you kill VLC.
Strangely enough, there is no vlc.playlist.save command that we can add?
https://code.videolan.org/videolan/vlc/-/blob/master/share/lua/README.txt https://code.videolan.org/videolan/vlc/-/blob/master/share/lua/playlist/README.txt
The text was updated successfully, but these errors were encountered:
I'm not using playlist, instead just launch VLC on specific folder. If the file deleted, it automatically updated.
subprocess.Popen(['/usr/bin/vlc', '--started-from-file', '/mnt/storage/Music/with-lyric/'])
Sorry, something went wrong.
No branches or pull requests
Can you add something like a "save playlist" command/function after using vlc-delete?
Currently the file is deleted permanently.
But it is only removed from the playlist until you close VLC.
When you start VLC again with that playlist, the files are listed, but cannot be played, because, obviously, the physical file does not exist.
And due to a VLC generic bug, when it cannot play an a file in the playlist that does not exist, the CPU usage goes to 100% until you kill VLC.
Strangely enough, there is no vlc.playlist.save command that we can add?
https://code.videolan.org/videolan/vlc/-/blob/master/share/lua/README.txt
https://code.videolan.org/videolan/vlc/-/blob/master/share/lua/playlist/README.txt
The text was updated successfully, but these errors were encountered: