GithubHelp home page GithubHelp logo

vinishabraham / amazon-music-linux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oja/amazon-music-linux

1.0 1.0 0.0 283 KB

linux desktop player for amazon music

License: Mozilla Public License 2.0

TypeScript 63.92% HTML 19.27% JavaScript 16.81%

amazon-music-linux's Introduction

amazon-music-linux

A standalone app for Amazon Prime Music/Amazon Music Unlimited.

Installation

Prebuilt packages

.deb and .rpm packages can be downloaded from the releases page.

In order to install the companion app, download a built version from the Play Store or build it by yourself by cloning the repository

Building from source

git clone https://github.com/oja/amazon-music-linux
cd amazon-music-linux
npm install
npm run package-linux

Then, depending on whether you want to build for Ubuntu/Debian or Fedora/openSUSE, do the following:

  • Ubuntu/Debian:

    sudo npm install -g electron-installer-debian
    electron-installer-debian --src release-builds/amazon-music-linux-linux-x64/ --arch amd64 --config build-config.json
    
  • Fedora/openSUSE:

    sudo npm install -g electron-installer-redhat
    electron-installer-redhat --src release-builds/amazon-music-linux-linux-x64/ --arch x86_64 --config build-config.json
    

The output .deb or .rpm file will be in the release-builds/ directory.

Troubleshooting

  • If you get an error about libXss.so.1, install libXScrnSaver or equivalent.

TODO

Legal Disclaimer

No affiliation with Amazon.com, Inc. All trademarks and registered trademarks are the property of their respective owners.

amazon-music-linux's People

Contributors

ajithrn avatar evertiro avatar oja avatar

Stargazers

Roman avatar

Watchers

James Cloos 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.