jonniek / mpv-playlistmanager

Mpv lua script to create and manage playlists
The Unlicense
547 stars 42 forks source link

updating playlist rather than creating a new .m3u file #100

Closed doesn123 closed 1 year ago

doesn123 commented 1 year ago

Is it possible to make changes to a playlist and then to update that m3u file? At the moment I have to instead save the updated playlist and then rename it to overwrite the previous version of the playlist

jonniek commented 1 year ago

Are you using playlistmanager-save-interactive.lua?

doesn123 commented 1 year ago

No I’m not

On Tue, 6 Dec 2022 at 03:31, Jonnie @.***> wrote:

Are you using playlistmanager-save-interactive.lua https://github.com/jonniek/mpv-playlistmanager/blob/master/playlistmanager-save-interactive.lua ?

— Reply to this email directly, view it on GitHub https://github.com/jonniek/mpv-playlistmanager/issues/100#issuecomment-1338642926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASQYU2W6FVUGFFAZZTUFZEDWL2QQJANCNFSM6AAAAAASUBNNRI . You are receiving this because you authored the thread.Message ID: @.***>

jonniek commented 1 year ago

With that it will be easier to overwrite a playlist as it prompts you for a filename when you save playlist, if you add existing name it will overwrite.