Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NaiveInvestigator/save-playlist
This script saves your current playlist to the working directory of the mpv process and works well along with autoload.lua.
https://github.com/NaiveInvestigator/save-playlist
Last synced: about 2 months ago
JSON representation
This script saves your current playlist to the working directory of the mpv process and works well along with autoload.lua.
- Host: GitHub
- URL: https://github.com/NaiveInvestigator/save-playlist
- Owner: NaiveInvestigator
- Created: 2022-02-24T10:52:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T12:10:58.000Z (over 1 year ago)
- Last Synced: 2024-08-05T14:16:06.368Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - save-playlist - This script saves your playlist to the working directory of the mpv process. (Playback)
README
# save-playlist
This script saves your current playlist to the working directory of the mpv process and works well along with [autoload.lua](https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua).Disclaimer: This is not my script. I took it from a [Reddit thread](https://old.reddit.com/r/mpv/comments/ax925a/playlist_how_to_save_currently_internal_playlist/emhpie3/?context=3) and added it here since I couldnt find a script that saves the playlist and works with [autoload.lua](https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua).
Thanks to [@Goroto](https://github.com/garoto) (the deleted one) and [@jonniek](https://github.com/jonniek) (his muse) for the script! All credits go to both of them. Without their help, this wouldn't have existed. Thank you again!
# Installation
Place this script inside your `/scripts` folder.# How to use the script?
To activate the script press `Alt + s`.The keybinds for this script can be changed by placing the following lines in your ``input.conf``:
```
KEY script-binding save-playlist
```