Git Product home page Git Product logo

graffiti's Introduction

Graffiti

Graffiti is a desktop application to manage your entire video library.

Features

  • Search among your entire library
  • Tags to quickly find a video
  • Grid view as thumbnails
  • Screenshots for the entire length video

Installing

  • Download and install the latest Graffiti from the releases.

Supported platforms

  • Windows (64/32bit)
  • macOS and Linux are not yet supported.

Supported formats

The following formats are recongized: .avi, .mov, .wmv, .mp4, .m4v, .mkv, .3gp, .divx, .flv, .mpg, .mpeg, .f4v, .ts, .webm, .asf, .m2ts.

Keyboard shortcuts

CTRL+F Focus on search bar.

CTRL+H Navigate to Home.

DEL Move the video to the bin.

ENTER or SPACE Play the video.

P or V Previous video.

N Next video.

CTRL+E Open the containing folder.

F2 Rename video.

Advanced search

Start the search string with " (double quotes) to keep the string as is, otherwise it will be cleaned up (removal of special characters...).

Type -- (double dash) right before the word (no spaces) to exclude that word from the results.

Development

This app is built with Electron. Make sure you have at least node v8 and yarn installed.

git clone https://github.com/jamelait/graffiti.git
cd graffiti
yarn install

Some config files are not in the repo as they contain sensitive informations but are still needed for developement. Here is what they look like:

config.dev.json

{
    "appSettings": {
        "ThumbnailFolder": "",
        "PictureFolder": "",
        "DatabasePath": "",
        "ErrorLogPath": ""
    }
}

config.test.json

{
    "appSettings": {
        "ThumbnailFolder": "",
        "PictureFolder": "",
        "DatabasePath": "",
        "ErrorLogPath": ""
    },
    "Drive": "",
    "Drives": [],
    "OutputFolder": "",
    "DatabasePath": "",
    "InputFolder": ""
}

Running

In one terminal:

yarn dev

In another:

yarn start

Credits

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.