Git Product home page Git Product logo

magnesium's Introduction

magnesium

a streaming music player that plays content from youtube

your music library is a list of songs

install and run release

(windows users probably want this)

  • go to https://github.com/robblue2x/magnesium/releases

  • download the archive

    • windows: magnesium-win32-x64.zip
    • linux: magnesium-linux-x64.tar.gz
  • extract the archive on your disk

  • open the folder magnesium-(platform)-x64

  • run the executable binary magnesium (.exe)

editing your playlist

  • open the folder magnesium-(platform)-x64
  • open file playlist.txt with atom/notepad++/wordpad
  • add one line per song
  • the format artist title seems to work quite well

using git

prerequsites

  • node
  • npm

on ubuntu/debian:

sudo apt install nodejs npm nodejs-legacy

clone repository

cd ~/projects
git clone https://github.com/robblue2x/magnesium.git
cd magnesium
npm install

run program

cd ~/projects/magnesium
npm start

update

cd ~/projects/magnesium
git pull
npm i

create package

cd ~/projects/magnesium
npm run package-(linux|win32|all)

FAQ

I hear ads before a video

youtube sometimes plays ads before videos, blocking youtube and google ads in your hosts file seems to work well to stop these

I added ABC to my playlist but it doesn't play

try searching for the same thing on youtube.com, that is all this app does, if if ABC can't be found on youtube then it cannot be played

Why didn't you use embedded YT player

i really wanted to, and had it working in an early prototype, but some videos (a lot of music videos) don't play if not viewed from youtube.com

Why is there no pause/seek feature?

the app just loads a youtube video in a hidden window, it can't interact with it

magnesium's People

Stargazers

Carlos Amorim avatar divyanshu avatar Edilson Cichon avatar Shinkiro avatar

Watchers

 avatar

Forkers

breadghoti

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.