Skip to content
New issue

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

Playlist not saved after delete #16

Open
fun29 opened this issue Jul 1, 2023 · 1 comment
Open

Playlist not saved after delete #16

fun29 opened this issue Jul 1, 2023 · 1 comment

Comments

@fun29
Copy link

fun29 commented Jul 1, 2023

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

@Moanrisy
Copy link

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/'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants