vlc-autoplaylist

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

Auto VLC Playlist

This application adds media files in a folder to a playlist if they are not already present in the playlist.

Quick Start

Say we have a folder that contains the following files:

- media1.mp4
- media2.mp4
- newMedia1.mp4
- newMedia2.mp4
- playlist.xspf

and the playlist contains media1.mp4 and media2.mp4

Running go get github.com/2785/vlc-autoplaylist to download the app, cd into the folder, running

vlc-autoplaylist

Will add the two missing media files into the playlist.

Usage

Usage:
  vlc-autoplaylist [flags]

Flags:
  -d, --directory string              The directory for the media files and the playlist (default "./")
  -h, --help                          help for vlc-autoplaylist
  -e, --media-file-extension string   The extension of media files to add to the playlist (default ".mp4")
  -p, --playlist-file string          The name of the playlist file (default "playlist.xspf")
  -y, --yes                           if need to skip confirmation

App supports running from a different directory, custom media extension (e.g .avi)

Documentation

Overview

Copyright © 2020 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL