Code Monkey home page Code Monkey logo

vplaylist's Introduction

Personal media organizer/player

Personal media organizer, meant to organise a media library and generate playlists.

It has been developped to stay a local application. The rational is that, today, even if we do have music or video stored on a computer, a web interface is more appealing. My goal was just to make a web interface to play the music I have on my computer.

Installation

poetry install           # Install back dependencies
poetry run yoyo apply    # Apply migrations
cp .env.example .env     # Don't forget to change the example JWT SECRET
cd front/
npm install              # Install front dependencies
npm run dev              # 

Cli

To launch the CLI, just run:

./run.sh

Current CLI options

usage: cli_main.py [-h] [--webm] [--no-webm] [-hd] [-sd] [--limit [LIMIT]] [-s [SHIFT]]
                   [-l] [--last-by-id] [--shuffle] [--no-play] [--display-playlist]
                   [--best] [-g] [--clean-database]
                   [term]

vplaylist 2nd version

positional arguments:
  term                  term to search

options:
  -h, --help            show this help message and exit
  --webm, --only-webm   only webms
  --no-webm             no webms
  -hd, --hd, --only-hd  only hd vids
  -sd, --sd, --only-sd  only sd vids
  --limit [LIMIT]       limit number of vids (by default 150
  -s [SHIFT], --shift [SHIFT]
                        shift things
  -l, --last            give lasts vids
  --last-by-id          give lasts vids by id
  --shuffle             force to shuffle vids
  --no-play             don't play
  --display-playlist    Display the full playlist
  --best                best based on config
  -g, --generate        generate DB
  --clean-database      clean database

Web interface

./run_web.sh

The browse to localhost:3000

vplaylist's People

Contributors

samuellorrain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.