https://github.com/yuri-val/playlist-editor
Simple tool for ordering/sorting m3u (m3u8) playlists
https://github.com/yuri-val/playlist-editor
m3u m3u-playlist m3u8 ordering playlist-editor playlist-mover sorting vue vuejs
Last synced: 6 months ago
JSON representation
Simple tool for ordering/sorting m3u (m3u8) playlists
- Host: GitHub
- URL: https://github.com/yuri-val/playlist-editor
- Owner: yuri-val
- Created: 2020-01-12T22:08:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:16:10.000Z (over 3 years ago)
- Last Synced: 2025-01-19T00:52:48.539Z (over 1 year ago)
- Topics: m3u, m3u-playlist, m3u8, ordering, playlist-editor, playlist-mover, sorting, vue, vuejs
- Language: Vue
- Size: 1.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playlist Editor
Simple tool for ordering/sorting m3u (m3u8) playlists
## Demo:
https://yuri-val.github.io/playlist-editor/
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).