Giter Club home page Giter Club logo

hiwayan's Introduction

Hiwayan - A Simple Media Library

This program is intended to solve one thing: To stop my 4yo kid from nagging me to open her favorite cartoons on the computer.

Hiwayan Screenshot

I can hardly understand which animated movies she wanted to watch since she doesn't know the title and often just refer to a movie as "the bear movie" or "that one with elephants". So with this program, she can launch it from the desktop and just tap the film poster image to view it.

This is a WPF application and you need the .NET Framework to run it.

Usage

  1. Get the download from https://github.com/ikhwanhayat/Hiwayan/releases
  2. Unzip it somewhere. Make a shortcut to Hiwayan.exe to the Desktop if you like to.
  3. Edit the Hiwayan.exe.config to insert the movie list.
  4. The path for the video file and thumbnail image is mandatory
  5. Run Hiwayan.exe. Upon clicking/tapping the thumbnail, the default program that plays the video file will be launched.

Configuration

<HiwayanConfiguration>
   <MediaList>
      <Media>
        <Path>path to first video file</Path>
        <Thumbnail>path to first poster thumbnail file</Thumbnail>
      </Media>
      <Media>
        <Path>path to second video file</Path>
        <Thumbnail>path to second poster thumbnail file</Thumbnail>
      </Media>
      <Media>
        <Path>path to n-th video file</Path>
        <Thumbnail>path to n-th poster thumbnail file</Thumbnail>
      </Media>
   </MediaList>
</HiwayanConfiguration>

hiwayan's People

Contributors

ikhwanhayat avatar

Watchers

 avatar  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.