Giter Site home page Giter Site logo

lofigirlplayer's Introduction

Lofi Girl Player

Current Release GitHub license

A simple Lofi Girl streaming application for Windows

Screen

This player allows you to play YouTube streams from the Lofi Girl channel (and not only).

Lofi Girl Player is suitable for those who like to listen to Lofi on speakers, but so that the rest of the sounds are played in headphones. All you need to do is start the player and in the system settings (ms-settings:apps-volume) specify the output device for Microsoft Edge WebView2

System requirements

How to add stream to player

To add a stream to the player, you need to edit Sources.json by adding a new element to the sources array:

{
  "Name": "Top lofi",
  "YTID": "GtL1huin9EE"
}
  • In Name specify the name that will be displayed in the interface;
  • In YTID specify the stream ID. The ID is contained in the stream link after watch?v=. For example, the ID of this stream https://www.youtube.com/watch?v=rUxyKA_-grg is: rUxyKA_-grg

An example file after adding the stream from the example above:

{
  "version": 1,
  "sources": [
    {
      "Name": "lofi hip hop radio - beats to relax/study to",
      "YTID": "jfKfPfyJRdk"
    },
    {
      "Name": "lofi hip hop radio - beats to sleep/chill to",
      "YTID": "rUxyKA_-grg"
    },
    {
      "Name": "Top lofi",
      "YTID": "GtL1huin9EE"
    }
  ]
}

Support

Got a problem? Create an Issue

Used libraries

lofigirlplayer's People

Contributors

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